Search found 6 matches

by T V Ganesh
Tue Aug 28, 2012 1:39 pm
Forum: VBScript
Topic: Populating a DOM table dynamically with VBScript
Replies: 11
Views: 17647

Populating a DOM table dynamically with VBScript

J Vierra, I finally got the code to work. I did not realize that the "magic" number in clsid related to TDC or Table Data Control. Thanks for the example. Since the o/p is paginated the display is instantaneous I am now trying to refresh the table when data is updated. I am doing this by r...
by T V Ganesh
Sun Aug 26, 2012 11:27 pm
Forum: VBScript
Topic: Populating a DOM table dynamically with VBScript
Replies: 11
Views: 17647

Populating a DOM table dynamically with VBScript

J Vierra,
Thanks. You are right. You have given me a lot of info but I need to work on some of the basics of DHTML ,logParser and other Web intricacies. Will work on it.

Thanks for your help anyway.

Regards
Ganesh
by T V Ganesh
Sun Aug 26, 2012 10:05 pm
Forum: VBScript
Topic: Populating a DOM table dynamically with VBScript
Replies: 11
Views: 17647

Populating a DOM table dynamically with VBScript

J Vierra, Thanks for your response. As I had mentioned earlier I can't use Powershell despite its power & flexibility as I want the tool to run on older Windows systems. Your HTMLTableFromCSV2.hta works like magic! I can see that it immediately loads 20K rows. Unfortunately it is magic and I can...
by T V Ganesh
Sat Aug 25, 2012 4:04 am
Forum: VBScript
Topic: Populating a DOM table dynamically with VBScript
Replies: 11
Views: 17647

Populating a DOM table dynamically with VBScript

J Vierra, Truly appreciate your response. I had the same exact questions whether I could use Javascript and whether VBscript & Javascript can be mixed and matched. Since I am a newbie in Web related tech, I do not want to experiment now. I was able to modify your code to o/p the result in a tabl...
by T V Ganesh
Fri Aug 24, 2012 10:17 pm
Forum: VBScript
Topic: Populating a DOM table dynamically with VBScript
Replies: 11
Views: 17647

Populating a DOM table dynamically with VBScript

J Vierra, Thanks for the detailed post. Your code worked. I had tried to convert the code given in the following site to VBscript (given above) - http://samples.msdn.microsoft.com/workshop/samples/author/tables/DOM_Table.htm However this is just a part of the problem. What I am trying to do is to cr...
by T V Ganesh
Fri Aug 24, 2012 4:18 am
Forum: VBScript
Topic: Populating a DOM table dynamically with VBScript
Replies: 11
Views: 17647

Populating a DOM table dynamically with VBScript

Hi, I am trying to populate a table in a HTA application using VBscript dynamically. I tried to convert Javascript to VBscript but the code does not work. Please help. This is how far I got. Regards Ganesh ------------------------------------ Private Sub fnInit() 'Declare variables and create the he...