Jump to content

fljdave

Member
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral
  1. Aha! I got it! Within the Case..Of statement: CASE item OF 1: BEGIN item := -1; {some other stuff}; END; END; I am using the dialog to add/update record data to multiple objects. I want to be able to pass the next object to the dialog using the OK button as a NEXT button, and I want that button to be the default action when I hit ENTER on the keyboard. Thanks for the help.
  2. Hi, new forum member here. Just upgrading to VW2014 from VW8.5, and trying to re-vamp some old scripts. Boy, dialogs have changed! According to the Function Reference for RunLayoutDialog, "If you want to prevent a dialog from terminating after someone has clicked on the OK button, set item equal to -1." Set what item to -1? How? TIA for any help. ~Dave.
×
×
  • Create New...