Search

Search

Help

Page 2 of 2. Showing 20 results (0.009 seconds)

  1. Create_Symbolic Routine

    " formula = "@ans = ''" : @vm : "@ans = {SUB_TOTAL} * .07" @fm dType = "DOLLARS" colHead = "Tax" mvFlag = "" conv = "" just = "R" length = 15 descr = "Calculate tax
    BASIC+ CommandsDec 04, 2015
  2. Version History

    Updated SRP_PreCompiler to support both "or" or "else" keyword in Enhanced BASIC+ Return statement, e.g., "Return Ans else 1" Updated SRP_PreCompiler to ignore
    SRP EditorJan 17, 2024
  3. If conditional expression

     is the result of the If expression. When the test is false (0 or null) the value of the false_expression is the result of the If expression. For example: @ANS
    BASIC+ CommandsJul 12, 2016
  4. Special Assignment operators

    " * The variable identifier ANS is assigned the value 40. ANS = 1000/25 * A null value is assigned to BOGEY. BOGEY = "" /* The value of the third element of matrix CON
    BASIC+ Language ReferenceSept 21, 2015
  5. RTI_Crypto Function

    Description An OpenInsight wrapper for MD3 and SHA1 encryption. The RTI_Crypto provides for the ability to create encrypted values for authentication purposes. The function is a one-way hash and cannot be unencrytped via the function. Syntax ans = RTI_Crypto ( method, param1, param2, param3 ) Parameters
    BASIC+ CommandsDec 01, 2015
  6. Browse_List_Control

    Description Manages browse list functionality for a specific databound form. Syntax Ans = Browse_List_Control(Window, BrowseType, IDList) Returns Text display of the record position within the total number of records listed. Parameters Parameter Description Window Current window in that has focus
    SRP FrameWorksOct 30, 2015
  7. Promoted Events

    this to 0 If Assigned(Ans) else Ans = 1 Return Ans  ************************************************************** * EVENT HANDLERS … Ans = Promoted_Events("CREATE", CtrlEntId, CreateParam) Return Ans Our new Promoted Event handler simply passes the event to our Commuter Module and returns
    White PapersSept 08, 2015
  8. Msg_Equates $Insert Record

    (Parent, MsgDef [, MsgKey, Instruction, Params]) declare function   Msg          ;* Ans = Msg(Parent, MsgDef [, MsgKey, Instruction, Params]) * message structure
    $Insert RecordsMay 09, 2016
  9. Appendix D: $INSERT Record Msg Equates $Insert Record

    (Parent, MsgDef [, MsgKey, Instruction, Params]) declare function   Msg          ;* Ans = Msg(Parent, MsgDef [, MsgKey, Instruction, Params]) * message structure
    BASIC+ CommandsDec 10, 2015
  10. Creating a Custom Event

    . . . . . On Instruction GoSub CREATE . . . WINMSG . . .  If Assigned(Ans) else Ans = 1  Return Ans CREATE:    Transfer Param1 to CreateParam        rv
    White PapersDec 10, 2015