WebTable
Posted
#1
(In Topic #875)
Banned
Seems odd there's AddColumn and other column stuff yet no Row stuff at all ?
Any examples / advice welcome
Cheers
Bruce
Posted
Banned
It's all in the WebTable_Data() event
The Data event triggers for each cell in the table on refresh.
You add Rows by simply setting the .Count property
then handle everything in the Data event…
Something like this….
Code (gambas)
1 guest and 0 members have just viewed this.





