Just noticed something weird.
If you use the popups from dbedit and use a dynamic where clause and use the
option list of the choose for caption, the caption comes out in all CAPS.
This was from an earlier email from Javier (by the way finding this email
has saved me some serious head scratching).
The line indicated by the arrow comes out as SELECT PART...
Table/view : Parts_file
Pop-up Type: Column with expression
Column returned: part_no
Menu Values:
(LJS(part_no,21) + LJS(Part_location, 21) + LJS(Part_desc, 25) +
RJS(CTXT(part_avail),6) + RJS(Part_unit, 3) )
Number of lines: 20
Use Dynamic Where Clause: Yes
Message: Enter the first few letters of the part number...
WHERE CLAUSE:
WHERE Part_no Like '&%' ORDER BY Part_no ASC,Part_location ASC
TITLE 'Part No. Location Description
AVAIL. UNIT'
-> CAPTION 'Select Part ...'
LINES 25
OPTION LIST_FONT_NAME Courier New
| TITLE_FONT_NAME Courier New
| TITLE_FONT_COLOR BLUE |
The line indicated by the arrow comes out as SELECT PART...
Thoughts
Jan