Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - cgetexpression() general build expression dialogbox http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 cGetExpression()       General build expression DialogBox
--------------------------------------------------------------------------------

   Syntax:              cGetExpression( <cInitialExpression>, <cTitle> )
                                --> <cExpression>

   Parameters:

   <cInitialExpression>    The default expression that appears when
                           invoking the cGetExpression() DialogBox.

   <cTitle>                The title for the DialogBox. By default it
                           shows "Expression builder".

   Returns:

   <cExpression>           The expression built by the user.


   Observations:           This function is now only available from the
                           IDE. If you want to use it in your application
                           you have to copy the RC for the DialogBox from
                           IDE.DLL to your application.

   Sample:                 ? cGetExpression( "Customer->Name",;
                             "Select a expression to search for" )


   Source code:            SOURCE\\FUNCTION\\MsgExpr.prg

   See also:               The Index builder in the IDE



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson