P
Patrick Tingen
Guest
Getting information from the browse via the browse handle itself often gives problems in my experience. What I did for my DataDigger was to save the column handles in a temp-table and iterate on that. Much faster too by the way. Especially retrieving the name of the browse column proved to be problematic. So my suggestion is to replace the construction of "DO pos1 = 3 TO 27:" with a FOR EACH ttBrowseColumn. First create a ttBrowseColumn with the handle of the browse column as the only field. Reference that field inside your row-display trigger instead of hBrowse:GET-BROWSE-COLUMN(pos1).
Continue reading...
Continue reading...