Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The quest for PHDBase under COM
Message
From
28/03/2000 01:58:19
 
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00350619
Message ID:
00351273
Views:
33
I have the following in my PHDBase search function:
FUNCTION SearchGo
* Do a PHDBase search
* expC1 Search expression 
PARAMETER tcSearch
LOCAL lnOldValue
glPHDBase=.T.

* We disable the error coming from Windows about the low memory streaming output has been disabled
lnOldValue=SetErrorMode(0x8001)
PHD(tcSearch)
SetErrorMode(lnOldValue)

glPHDBase=.F.
It doesn't work. The message is still shown.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform