Welcome Guest Search | Active Topics | Sign In | Register

Update Database with VBscript from Grid data Options
Beedge
Posted: Friday, April 19, 2013 1:39:07 AM
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!
eo_support
Posted: Friday, April 19, 2013 9:51:12 AM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.