Home > Archive > dBASE Web Applications > January 2006 > How to extract the parameter ?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author How to extract the parameter ?
Michael NG

2006-01-25, 3:26 am

I have a problem to extract the parameter from the previous webpage. For
example, I have sucessfully build a statement :
Http://....../exitmember.exe?HC01001.

In the receiving web aplication :

if .not. empty(cParam1)
rowposition = '"' + cParam1 + '"'
rmember. findkey(rowposition)

else
rmember.first()
rowposition = rmember["MEMBERNO"].value.righttrim()
rowposition = '"' + rowposition + '"'
endif

But the web page not load up. Could anyone please tell me what I have done
wrong ? Thanks in advance.

Michael NG



Michael NG

2006-01-25, 3:26 am

Glad to inform that I have solve the problem. Anyway, thanks.

Michael NG

"Michael NG" <micnghl@china21.com> ¦b¶l¥ó news:eWO7nvYIGHA.1988@news-server
¤¤¼¶¼g...
> I have a problem to extract the parameter from the previous webpage. For
> example, I have sucessfully build a statement :
> Http://....../exitmember.exe?HC01001.
>
> In the receiving web aplication :
>
> if .not. empty(cParam1)
> rowposition = '"' + cParam1 + '"'
> rmember. findkey(rowposition)

> else
> rmember.first()
> rowposition = rmember["MEMBERNO"].value.righttrim()
> rowposition = '"' + rowposition + '"'
> endif
>
> But the web page not load up. Could anyone please tell me what I have

done
> wrong ? Thanks in advance.
>
> Michael NG
>
>
>



Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com