Is there any way to get data that should auto fetch into the Xform when user logged into the appworks and opened the Xform the Xform should get the user details that are stored in the database .
Is there any way to get this done ?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
A form has 3 events, Form_Init, Form_InitDone, Form_BeforeClose. How about using the Form_InitDone event, then check the user and do a call to a webservice to retrieve the database data.