Jump to content

Recommended Posts

Posted

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

 

 

 

.

 

Posted

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

 

.

 

Posted

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.

 

 

.

 

Posted

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

 

 

 

.

 

Posted

Message from: "asd"

 

ok, thanks.

 

How can I download this update?

 

 

 

Farshad Mohajeri wrote:

 

> =UniApplication.Parameters.Values[

 

.

 

Posted

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.

 

 

 

.

 

Posted

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.

 

.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...