CompuServe Archive

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
From: L.Sobieski(SoftwareEtc) MS BASIC Forum · Visual Basic October 16, 1991 7:25 PM
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
From: L.Sobieski(SoftwareEtc) MS BASIC Forum · Visual Basic October 14, 1991 7:59 PM
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.
#1149 Eats resources! Message #1254
From: L.Sobieski(SoftwareEtc) MS BASIC Forum · Visual Basic October 3, 1991 8:25 PM
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…