Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAPI - InternetAutoDial
Message
From
25/02/2002 01:43:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
MAPI - InternetAutoDial
Miscellaneous
Thread ID:
00624393
Message ID:
00624393
Views:
51
Can anyone guide me for the problem below, thanks in advanced.

1) Why my function 'AutoDial' below never show up the 'Dial-up Connection' dialog box and always return 1?

FUNCTION AutoDial(piType)
DECLARE INTEGER InternetAutodial IN WININET.DLL INTEGER dwFlags, INTEGER dwReserved

piType = IIF(TYPE('piType')='N',IIF(BETWEEN(piType,1,2),piType,1),1)
liSuccess = InternetAutodial(piType,0)

RETURN liSuccess
ENDFUNC
Next
Reply
Map
View

Click here to load this message in the networking platform