>> How do I do this?<< I simplified something I do in a generic sense for my Help | About entry.
In the expression: \<About " + ALLTRIM(lcAppCaption) + "..." + " This generates into something like: DEFINE POPUP _msystem MARGIN RELATIVE SHADOW COLOR SCHEME 4 DEFINE BAR _mst_hpsch OF _msystem PROMPT "\<Help" ; KEY F1, "F1" ; PICTRES _mst_hpsch ; MESSAGE "Locates Help topics based on keywords you enter" DEFINE BAR 2 OF _msystem PROMPT "\<About " + ALLTRIM(lcCaption) + "..." + "" ; MESSAGE "Displays version and copyright information about the application" If you change the substituted value you need to rerun the MPR. Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/005801cb8eb4$477860c0$d66922...@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

