Populating a DOM table dynamically with VBScript

Anything VBScript-related, including Windows Script Host, WMI, ADSI, and more.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 11 years and 6 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
T V Ganesh
Posts: 6
Last visit: Tue Aug 28, 2012 1:39 pm

Populating a DOM table dynamically with VBScript

Post by T V Ganesh »

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
User avatar
T V Ganesh
Posts: 6
Last visit: Tue Aug 28, 2012 1:39 pm

Populating a DOM table dynamically with VBScript

Post by T V Ganesh »

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 rebinding to datasource and then call TDC.reset. However this is taking 15 secs seconds when the dataset is large
data2.DataURL = ""
data2.DataURL = "table.csv"
data2.reset()


Regards
Ganesh
This topic is 11 years and 6 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked