Button activates function

Button activates function

FabrisFabris Posts: 7Questions: 4Answers: 0

http://live.datatables.net/qicutuji/1/edit

What I am trying to do is a button (or more) who activates a Filemaker function
I am quite new to Datatables but most is clear, this is not.

I can have a reply in case I click on the row, but not in case I click on the button.
I want to use a button when I need to reload the base path (I am integrating DropBox in Filemaker).
The filemaker formula for activate a script is:

function performFileMakerScript() {
FileMaker.PerformScriptWithOption ( "Name Script FileMaker", param , "0" );
}

Thanks!

Answers

  • allanallan Posts: 63,236Questions: 1Answers: 10,418 Site admin

    Hi,

    The test case doesn't actually run, but it looks like you have an action function defined in your button list. Is that not what you want? Put your FileMaker code in there, or am I missing something?

    Allan

Sign In or Register to comment.