Forums

Dynamic data

simbur 08 Apr, 2015
Hello , i don't understand very well how the dynamic data option work

I have a checkboxlist and I would like upload the data of a field "nom" of a database "formations" but i don't know what i have to put in Path,key etc

Can you help me please
GreyHead 08 Apr, 2015
Hi simbur,

Add a DB Read action to the form OnLoad event to get the data you want.

The Model ID there is the Dynamic Path; the Key and Text are two column names (or just one if you want them the same).

Bob
simbur 09 Apr, 2015
Hi

I have to add only DB Read action ? Really sorry but i don't understand

I have a DB Read action with the name of the database but that doesn't work when i look the form,the label is there but there'aren't any data in my checkboxlist
simbur 09 Apr, 2015
Have you an example to give me please, that'll be easier maybe
GreyHead 09 Apr, 2015
Hi simbur,

Please drag a Debugger action into the On Submit event, then submit the form and post the debug results here.

Bob
This topic is locked and no more replies can be posted.