Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The quest for PHDBase under COM
Message
From
28/03/2000 02:03:55
 
 
To
28/03/2000 01:58:19
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00350619
Message ID:
00351275
Views:
40
Correction:
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 utput has been disabled
lnOldValue=SetErrorMode(0x8001)
SetErrorMode(1)
PHD(tcSearch)
SetErrorMode(lnOldValue)

glPHDBase=.F.
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
Reply
Map
View

Click here to load this message in the networking platform