Hi every body Working with FS 1.9 I have a Form Panel, with a bind variable in the datasource same that primary key and using it in the where clausule, and when I call the panel I want that it come with the record choice, for that I fill the bind variable with the record key. Regards. |
Hi Jose, You should use api_datasource.setBindVar API to set the value of the bind variable. Next, you should run api_datasource.executeQuery for your datasource. If the components in your panel are bound to the datasource columns, the data that shows in the panel will change automatically. Please also see: http://formspideronline.com/formspider/main.html?name=DemoMain#DemoBindingForm and http://formspideronline.com/formspider/main.html?name=DemoMain#DemoDependentComboBoxes Hope this helps. Kind Regards, |