home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases
- Path: sparky!uunet!utcsri!newsflash.concordia.ca!mizar.cc.umanitoba.ca!ummalik
- From: ummalik@ccu.umanitoba.ca (Ijaz Rashid Malik)
- Subject: Paradox 4: Problem with PushButton and ShowDialog
- Message-ID: <Bz7L27.3Cx@ccu.umanitoba.ca>
- Sender: news@ccu.umanitoba.ca
- Nntp-Posting-Host: ccu.umanitoba.ca
- Organization: University of Manitoba, Winnipeg, Canada
- Date: Sun, 13 Dec 1992 17:39:42 GMT
- Lines: 27
-
-
- Hi,
- According to PAL programmer's guide, the VarName in a PushButton should
- be assigned the value represented by VALUE. But its not happening that way.
- Consider... (I am listing only the lines which I need to)
- [...]
- OK
- Value "Proceed"
- Tag "Yes"
- To ButtonValue
-
- [...]
- CANCEL
- Value "Cancel"
- Tag "No"
- To ButtonValue
-
- After the EndDialog, the ButtonValue will have the value *ONLY* if the
- OK was selected and is null if CANCEL button was pushed. Why ButtonValue
- does not get assigned when CANCEL is pushed? According to manuals it should
- be! Any help would be greatly appreciated.
-
- Thank you.
- Malik
- ummalik@ccu.umanitoba.ca
-
-
-