
Hello
Is there a ways to populate a Dynamics SL form automatically with table fields without doing it control by control?
I have a form that needs all the fields from a 500 field table. Wondering if there is a way to drop all 500 fields automatically.
Thanks
You're using Customize Mode or VBTools project?
You can try with this function. This function refresh all the fields in a Form. First you must get the values with SQLFetch.
Call DispFields(Form1, CNULL, CNULL)