6/19/2025 11:28:58 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
updating controls across forms
Posted: 18 Jul 07 8:17 AM
|
I have a problem with updating controls and in my case when i select a row in datagrid(Generated dynamically),corresponding row values needs to be binded to controls in another form.But i am not able to get it.But it is working fine with static datagrid.can u suggest me how to overcome the problem of binding dynamic datagrid values in one form to controls in another form.i have used the following code.
Dim frm set frm= GetForm("frmExpenseTab") frm.txtCity.txt="Chennai" |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|