Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 2 of 2 total |
Sending values to a TPage |
Thu, Jan 23 2014 4:23 PM | Permanent Link |
aberas | Is there any other way from inside EWB to send values to a TPage than to assign to its TPage.URL something like 'formname.html?value1=10&value2=20&...' ?
I'm generating a graph inside a TPage and the parameters that I must send are starting to build up, and the .URL is becoming too large... Thanks in advance for any pointers |
Tue, Jan 28 2014 6:20 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. timyoung@elevatesoft.com | Aberas,
<< Is there any other way from inside EWB to send values to a TPage than to assign to its TPage.URL something like 'formname.html?value1=10&value2=20&...' ? I'm generating a graph inside a TPage and the parameters that I must send are starting to build up, and the .URL is becoming too large... >> You could use a TServerRequest along with a POST, and have the web server send back an HTML string. Then you can just assign the HTML string to the DocumentText property: http://www.elevatesoft.com/manual?action=viewprop&id=ewb1&comp=TPage&prop=DocumentText Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Monday, October 14, 2024 at 05:15 PM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |