Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter Description Field?

Status
Not open for further replies.

jotek

MIS
Oct 9, 2001
21
US
Is there a way to access the parameter description field. I want to use it like a code table. But I want the user to see the value and I want to use the description field.
 
Jotek and Synapsevampire,

I a using the following formula to access what I would find in the description. Fortunately for me the description is a field in the db:

WhilePrintingRecords;
StringVar sCourse1Title;

If {TPT_EXT_COURSES.COURSE_NO} = {?Course}[1] then
sCourse1Title:= {TPT_EXT_COURSES.TITLE}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top