Jump to content

How use post and get metod


Guest

Recommended Posts

Message from: "Farshad Mohajeri"

 

> How use post and get metod with uniGui?

 

There no Post and Get in uniGUI as there are no web Forms in regular HTML

sense.

All input fields are automatically posted to Server.

 

Farshad

 

 

 

.

 

Link to comment
Share on other sites

Message from: "asd"

 

Using ISAPI, I would pass parameters, for example:

http://prime.fmsoft.net/demo/mdemo.dll?captionlabel=teste&buttonvalue=testebutton

- Captionlabel = test

- Buttonvalue = testebutton

 

Is it possible?

 

 

 

Farshad Mohajeri wrote:

 

>

> > How use post and get metod with uniGui?

>

> There no Post and Get in uniGUI as there are no web Forms in regular

> HTML sense. All input fields are automatically posted to Server.

>

> Farshad

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"asd"

> Using ISAPI, I would pass parameters, for example:

> http://prime.fmsoft.net/demo/mdemo.dll?captionlabel=teste&buttonvalue=testebutton

> - Captionlabel = test

> - Buttonvalue = testebutton

>

> Is it possible?

>

 

Do you want to access a list of above parameters from your application?

If yes, currently yo can't do that, but in future versions I can implement a

List containing URL parameters.

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"asd" wrote in message

news:D4o8pyJOLHA.7696@anaxavps227.anaxa.local...

> Using ISAPI, I would pass parameters, for example:

> http://prime.fmsoft.net/demo/mdemo.dll?captionlabel=teste&buttonvalue=testebutton

> - Captionlabel = test

> - Buttonvalue = testebutton

>

> Is it possible?

>

>

 

I implemented this:

 

UniButton1.Caption:=UniApplication.Parameters.Values['Button1'];

UniEdit1.Text:=UniApplication.Parameters.Values['Edit1'];

 

Where 'Button1' and 'Edit1' come from URL:

 

http://localhost:8077/?Button1=textButton&Edit1=TextEdit

 

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"asd" wrote in message

news:W8bBGzMOLHA.7696@anaxavps227.anaxa.local...

> ok, thanks.

>

> How can I download this update?

>

 

Please wait a few days until next release is ready.

 

 

 

.

 

Link to comment
Share on other sites

Message from: "asd"

 

Okay, I'm waiting anxiously to continue with my tests.

 

Once you are available let us know.

 

Thank you.

 

Farshad Mohajeri wrote:

 

> "asd" wrote in message

> news:W8bBGzMOLHA.7696@anaxavps227.anaxa.local...

> > ok, thanks.

> >

> > How can I download this update?

> >

>

> Please wait a few days until next release is ready.

 

.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...