Guest Posted August 10, 2010 Posted August 10, 2010 Message from: "asd" How use post and get metod with uniGui? . Quote
Guest Posted August 10, 2010 Author Posted August 10, 2010 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 . Quote
Guest Posted August 10, 2010 Author Posted August 10, 2010 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 . Quote
Guest Posted August 10, 2010 Author Posted August 10, 2010 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. . Quote
Guest Posted August 10, 2010 Author Posted August 10, 2010 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 . Quote
Guest Posted August 10, 2010 Author Posted August 10, 2010 Message from: "asd" ok, thanks. How can I download this update? Farshad Mohajeri wrote: > =UniApplication.Parameters.Values[ . Quote
Guest Posted August 11, 2010 Author Posted August 11, 2010 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. . Quote
Guest Posted August 11, 2010 Author Posted August 11, 2010 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. . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.