At 07:46 PM 2/23/2005, Javier Valencia wrote:
Wow, I did not know you could do this...now, if I could get it to display at the top of BROWSE forms....just thinking aloud...
Here's how:
Syntax:
BROWSE * FROM tablename OPTION CAPTION 'caption here ...'
Example 01:
BROWSE * FROM Customer OPTION CAPTION Customer Data
Example 02:
BROWSE * FROM tableview WHERE clause ... ORDER BY clause ... + OPTION WINDOW_STATE MAXIMIZED |CAPTION Customer Data
Example 03:
BROWSE * FROM tableview WHERE clause ... ORDER BY clause ... + OPTION WINDOW_STATE NORMAL |CAPTION Customer Data
Example 04: BROWSE * FROM tableview WHERE clause ... ORDER BY clause ... + OPTION WINDOW_STATE MINIMIZED |CAPTION Customer Data
And that's all there is to it!
Very Best R:egards,
Razzak.
