This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
31
Web Server - Ask For Help / Web32 Error Pages
« on: April 15, 2012, 09:57:00 PM »
Hi,
Just testing web32 and found that the page only shows correctly in IE, not Firefox. It seems that Firefox is not rendering the HTML code correctly. Is this a bug in NetTalk or Firefox?
Also is it possible to create a NetWebPage or Form that has the HTML code for the 'ErrorPage' and have the WebHandler open this page? i.e.
if p_ErrorNumber = 404
ErrorPage()
end
Regards,
Trent
Just testing web32 and found that the page only shows correctly in IE, not Firefox. It seems that Firefox is not rendering the HTML code correctly. Is this a bug in NetTalk or Firefox?
Also is it possible to create a NetWebPage or Form that has the HTML code for the 'ErrorPage' and have the WebHandler open this page? i.e.
if p_ErrorNumber = 404
ErrorPage()
end
Regards,
Trent
32
Web Server - Ask For Help / NetWebForm URL on Save
« on: March 28, 2012, 01:21:09 AM »
Hi Everyone,
I'm having difficulty getting the URL on Save to work on a NetWebForm. The Form is a 'Report Selector' with lots of drop downs, date selects and check boxes that I would like to be able to run several PDF reports from. I set the PDF report procedure name as the SSV but the URL on Save doesn't seem to like having a GSV value. Is there any other way of doing this?
Thanks,
Trent
I'm having difficulty getting the URL on Save to work on a NetWebForm. The Form is a 'Report Selector' with lots of drop downs, date selects and check boxes that I would like to be able to run several PDF reports from. I set the PDF report procedure name as the SSV but the URL on Save doesn't seem to like having a GSV value. Is there any other way of doing this?
Thanks,
Trent
33
Web Server - Ask For Help / 'Other' Buttons on a NetWebBrowse
« on: March 22, 2012, 09:25:36 PM »
I have a NetWebForm that has a NetWebBrowse procedure.
The Browse has 2x buttons:
Button1) Updates a record in Table A (the same table the browse is displaying), then refreshes the Browse.
Button2) Inserts a record in Table B, then refreshes the browse.
I am experiencing 2 issues:
1) When either button is clicked the Browse is not refreshed. I have the 'Refresh whole browse after server code runs' option checked for both buttons.
2) When the Form loads the Browse it is also processing the OnClick procedure of Button1. This should only happen when Button1 is clicked.
Please help!
The Browse has 2x buttons:
Button1) Updates a record in Table A (the same table the browse is displaying), then refreshes the Browse.
Button2) Inserts a record in Table B, then refreshes the browse.
I am experiencing 2 issues:
1) When either button is clicked the Browse is not refreshed. I have the 'Refresh whole browse after server code runs' option checked for both buttons.
2) When the Form loads the Browse it is also processing the OnClick procedure of Button1. This should only happen when Button1 is clicked.
Please help!
34
Web Server - Ask For Help / String Text Field
« on: March 19, 2012, 07:02:24 PM »
Has anyone else experienced not being able to click in a string text field on a NetWebForm?
In Firefox 11 I can click on this string text field only on the far right hand side of the field.
In IE9 i cannot click in the string text field at all.
The string field is a local data field @s50.
In Firefox 11 I can click on this string text field only on the far right hand side of the field.
In IE9 i cannot click in the string text field at all.
The string field is a local data field @s50.
35
Web Server - Ask For Help / Count Records in a Drop Down
« on: February 14, 2012, 03:58:49 PM »
I am trying to show or hide a drop down field on a NetWebForm depending on the results of the drop down field when the drop down field is reset by a user selecting a date from a Date field on the form. I would like to hide the drop down field if the result count is less than 1.
Does anyone know how to do this?
Does anyone know how to do this?