Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need to call a routine and get something back.
Message
De
17/11/2000 12:19:17
Michael Vaccarello
Insurance Data Processing, Inc.
Wyncote, Pennsylvanie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Need to call a routine and get something back.
Divers
Thread ID:
00443088
Message ID:
00443088
Vues:
53
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)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform