What about a button with a choose

SET VAR vc_pre TEXT = NULL
CHOOSE vc_pre FROM #LIST +
'Mr.,Mrs.,His,Hers,Non-defined' LINES 5 FORMATTED
IF vc_pre IS NOT NULL AND vc_pre <> '[Esc]' THEN

ENDIF

Jim

Patrick Murphy wrote:

Is there an easier way to populate common values in a Combo Box, such as "Ms., Mrs., Mr.", state abbreviations, etc., other than using a table with these values pre-defined in it?
Thanks for any ideas.
Patrick
Tucson
6.5++
7.1 coming soon!



Reply via email to