Search

Search

Help

Page 5 of 46. Showing 451 results (0.013 seconds)

  1. Animation

    The animation used to show and hide the popup. Usage Set_Property(OLECtrlEntID, "OLE.Animation", OptionValue) Values OptionValue can be set to one of the following valid options: Value Abbr. Description None N No animation, show/hide immediately Fade F Fade In/Fade Out Slide S Slide In/Out from
    SRP Popup ControlAug 10, 2015
  2. OConv Date (D) Function

    Description Converts a date, stored in internal system format, into a specified output format. Syntax output = OConv (expression, "D [year] [char] [E] [F … . Otherwise, the month is output as the corresponding month abbreviation in the default language set. E, F, G, H, I, J, Q, W, WA The E, F, G, H, I, and J options
    BASIC+ CommandsDec 11, 2015
  3. FW_COMMAND_MANAGER

    . If you want the user to open a file by pressing Alt+F to open the file menu followed by Alt+O, then you needed to set the menu text to "&Open". The ampersand tells … ", or "Shift+Ctrl+F". Enabled Execute
    SRP FrameWorksApr 20, 2020
  4. Set Printer FOOTER

    date 'T' Current time 'F' File name Left:@VM:Center:@VM:Right @FM between lines "" Parm2 - ColFooter <1> Column Footer @VM between columns, and @FM … ' File = 'F'" colLen = "2,2,2"   colFooter = "Col1,Col2,Col3" colText = "111,222,333/aaa,bbb,ccc/AAA,BBB,CCC" Convert delimiters convert "," to @fm in colLen
    BASIC+ CommandsDec 10, 2015
  5. Replace Function

    determine whether the new data will replace a field, a value, or a subvalue. Note these examples: F = Replace(A,2,0,0,NEW) This example replaces a field. When both the value and subvalue are 0 (zero), the new data replaces the second field (specified by the field argument) of dynamic array A. The variable F is assigned the new
    BASIC+ CommandsNov 27, 2015
  6. MatRead Statement

    Description Reads a dynamic array row into a matrix, assigning each field to consecutive elements in the matrix. Syntax MatRead matrix From [filevar … matrix must have been previously named and dimensioned by either a Dimension or Common statement. The data content of the fields that are read from the specified
    BASIC+ CommandsDec 10, 2015
  7. ReadNext...By Statement

    variables are initialized with a Select...By statement. Direction Indicates the direction in which the keys are read (ascending or descending) and whether the select list is terminating or non-terminating. If the list is non-terminating, the value of Status() is set to 1 after the last key has been read. The parameter
    BASIC+ CommandsDec 09, 2015
  8. Using CASE Statements in an MFS Dispatch Routine

    the logic to be executed for the operation. For example, this code fragment illustrates a portion of the CASE logic: BEGIN CASE CASE CODE = 1   (read logic here) CASE CODE = 2   (read-only logic here) CASE CODE = 3   (write logic here)   (etc.) END CASE
  9. Border

    A thin sunken border Thin Raised TR A thin raised border Etched ET An etched border Bump B A bumped border Flat F A thin system themed border
    SRP Panel ControlNov 24, 2020
  10. Border

    A thin sunken border Thin Raised TR A thin raised border Etched ET An etched border Bump B A bumped border Flat F A thin system themed border
    SRP EditTable ControlSept 08, 2020