Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP notification message durgin SQL pass through
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
VFP notification message durgin SQL pass through
Miscellaneous
Thread ID:
00450855
Message ID:
00450855
Views:
105
Hi,

I'm using VFP 5.0a and when I execute a stored procedure in SQL Server 7.0, using SQL Passthrough, VFP displays a notification box "Executing Remote... Press ESC to Cancel". I have set notify and set talk off (see below code extract). Why am I receiving this message and how do I suppress the message?

Thanks


set notify off
set talk off
:
:
m.sql = "execute inventoryholding '" + dtoc(oUser.currentholdingdate) + "'"
sqlexec(oUser.connection,m.sql,'vholddate')
Next
Reply
Map
View

Click here to load this message in the networking platform