How do you either delete a row in a Table or set the start position for Addrow?

fdx12345

Active Member
Licensed User
Longtime User
I have a table built using the Table Class in the Table example file on this site were I need to delete the first row or reset Addrow to start on the first row without messing with the header information.

Any ideas?
 

fdx12345

Active Member
Licensed User
Longtime User
Your lnk

Your link does not go to any particular area but rather comes up with a search result.
 
Upvote 0

fdx12345

Active Member
Licensed User
Longtime User
Merlot not coming up on search

I tried searching for user Merlot but that person is not showing up on the serach results.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
See the third result:
SS-2013-01-01_17.06.21.png
 
Upvote 0

fdx12345

Active Member
Licensed User
Longtime User
Right idea but does not work

The function attemps to use a member that does not exist for scrollvivew, specifically:

SV.VerticalScrollPosition

Possibly there is a sub which handles the VerticalScrollPosition, but it is not shown in the example.
 
Upvote 0

fdx12345

Active Member
Licensed User
Longtime User
Same question from someone else

On page 13 of that thread, someone else asked the same question as I did but I did not see any answer.
 
Upvote 0

fdx12345

Active Member
Licensed User
Longtime User
Found another way

I ended up going into the Table Class and adding a routine of my own which did all of the work. I may have been able to do it from the main module but it was easier from the Table module.
 
Upvote 0
Top