Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need to call a routine and get something back.
Message
From
17/11/2000 12:19:17
Michael Vaccarello
Insurance Data Processing, Inc.
Wyncote, Pennsylvania, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Need to call a routine and get something back.
Miscellaneous
Thread ID:
00443088
Message ID:
00443088
Views:
50
I have a web page using ASP that queries a data set. I have a DLL which creates a pheonetic representation of the incoming name. I need to send the variables to the routine and get the result back. In VFP, I do use this procedure:

parameters m.NameIn, m.xType , m.Key2Return

DECLARE INTEGER matcher IN ISTDLL32 ;
STRING,STRING,STRING,STRING,;
STRING,STRING,STRING,STRING

m.namein = m.namein+space(256-len(m.namein))
m.nameout =space(256)
m.rulebase =space(250)
m.pheonetic=space(250)
m.keycount =space(2)
m.keystack =space(300)
m.rangetable=space(750)

m.xi = matcher( @Service , @Namein , @nameout , @rulebase , ;
@pheonetic, @keycount , @keystack , @rangetable )

return substr(keystack, 10*Key2Return-9 ,10)
Next
Reply
Map
View

Click here to load this message in the networking platform