This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (3 messages)
PXEng Exist Problem
Message #3486
I am trying to check for existance of a table. Neither tables created with PDox 3.5 for DOS or the Engine return positive. I get a 1 returned in Exist%. Any ideas? It is probobly something I am over looking. I declare in the Global module as follows: Declare Function…
#PXTblOpen()
Message #3076
I am having a slight problem w/ the PDOX Engine. My initialization works fine (PXWinInit). But, when I check for existance and try to open, I get Error #1 – drive not ready. The tables exist, but they won't open. Any ideas? Thanks. Brant There is 1 Reply.
Don, I did get the KB doc. I am using CreatePopupMenu() to create the empty menu (and get the handle), then loading the menu with AppendMenu() to load it with strings from a list box. I then call TrackPopupMenu() to actually popup the menu. Once it is displayed, LEFT_BUTTON get…