Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Foxweb and passing parameters
Message
De
20/07/1998 12:11:48
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
20/07/1998 12:01:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00119288
Message ID:
00119291
Vues:
18
>Can someone send me a piece of code that illustrates 'receiving parameters? I'm stuck and it must be some very obvious typo, but my page that I created can't see my passed variable. I've read the docs and what I can find here over and over, and there seems to be nothing to it, but my app is saying variable not found?!@#$%
>
>calling prg:
>FORM ACTION="http://dreamsdata/scripts/foxweb.exe/addattendb';
>+'?pheading=testing"'
>
>my prg on the receiving end won't let me use PHEADING as a variable.
>I get variable not found whether I use & or ? or anything
Ed,
I don't work with this type of stuff and someone will give the exact answer. Till then to debug you could add this code to my.prg to see what it gets (or doesn't get).
lparameters p1, p2, p3, p4, p5, p6
for ix = 1 to pcount()
	? type("p"+ltrim(str(ix))), eval("p"+ltrim(str(ix)))
endfor
wait "Any key to quit"
return
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform