Rank: Newbie Groups: Member
Joined: 4/16/2013 Posts: 4
|
I am using a button to save info in the grid to my database.
I can obtain grid info using the following javascript, for example:
var grid = eo_GetObject("Grid1"); var rows = grid.getItemCount()
Is it possible to do the same for VBscript?
Thank you!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
I believe you can call any JavaScript function from VBScript. However we do not officially offer any support on VBScript because it's IE only and also because it's a generic Web programming topic rather than anything particular to our product. So you may want to look online to find more information about how to call JavaScript code from VBScript.
Thanks!
|