home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / 8464 < prev    next >
Encoding:
Text File  |  1992-12-13  |  1.2 KB  |  39 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!utcsri!newsflash.concordia.ca!mizar.cc.umanitoba.ca!ummalik
  3. From: ummalik@ccu.umanitoba.ca (Ijaz Rashid Malik)
  4. Subject: Paradox 4: Problem with PushButton and ShowDialog
  5. Message-ID: <Bz7L27.3Cx@ccu.umanitoba.ca>
  6. Sender: news@ccu.umanitoba.ca
  7. Nntp-Posting-Host: ccu.umanitoba.ca
  8. Organization: University of Manitoba, Winnipeg, Canada
  9. Date: Sun, 13 Dec 1992 17:39:42 GMT
  10. Lines: 27
  11.  
  12.  
  13. Hi,
  14. According to PAL programmer's guide, the VarName in a PushButton should
  15. be assigned the value represented by VALUE. But its not happening that way.
  16. Consider... (I am listing only the lines which I need to)
  17.             [...]
  18.             OK
  19.             Value "Proceed"
  20.             Tag "Yes"
  21.             To ButtonValue
  22.  
  23.             [...]
  24.             CANCEL
  25.             Value "Cancel"
  26.             Tag "No"
  27.             To ButtonValue
  28.  
  29. After the EndDialog, the ButtonValue will have the value *ONLY* if the
  30. OK was selected and is null if CANCEL button was pushed. Why ButtonValue 
  31. does not get assigned when CANCEL is pushed? According to manuals it should
  32. be! Any help would be greatly appreciated.
  33.  
  34. Thank you.
  35. Malik
  36. ummalik@ccu.umanitoba.ca
  37.              
  38.  
  39.