07-29-2009 12:01 PM - edited 07-29-2009 12:02 PM
Hi all.
I have a form that displays a chart, I added a button that when clicked it's supposed to open another form "C_myForm" (created it as a Data Form in the architect) that is made up of a datagrid, but it's not working. When I click the button nothing happens.
Below is the script I used: Application.BasicFunctions.DoInvoke "Form", "Personal: C_myForm"
The table for C_myForm is a custom table.
Thank you in advance!
SLX LAN v7.2.1
Solved! Go to Solution.
07-29-2009 12:20 PM
A "data Form" has to be launched against a specific PK since it's a "bound form" to a particular table.
In this case it sounds like you want to be using a Manage Form.
07-29-2009 01:03 PM
07-29-2009 01:08 PM