has anyone tried using a valuelist for navigation ie to change from one form to another by selecting the form from a valuelist.
even if it means creating a new table to hold the form names it seems like it might be a way to create a navigation list that does not require a lot of space on the form
How about: you can retrieve all form names using a method. You put all those in a table, and give them names in a description column. Then you build a value list in a method and attach that to a global. The value list shows the descriptive column and delivers the form name. On that global you attach an onDataChange method that jumps to the form that belongs to the name the user chose.
thanks Patrick, sound excellent.,
Ill have to do read some tutorials on globals, cant believed ive not used any yet. they seemed comlicated but then again so did valuelists at first..