Search results

  1. W

    cancelling update

    I try undo command. For eaxmple, if <expression> then do: . . do transaction: create <table-name>. end. else do: . . undo ,retry. end. first time its running. But the second try it didnt run. How can I undo created blank record?
  2. W

    cancelling update

    thanks for your answer.
  3. W

    cancelling update

    How can i cancel new record creating? Creating a new record in progress -> Create <Table-Name> Cancelling record updating -> ????????????? (May be Cancel Update)
Back
Top