|
Re: Blank screen comes on click of navigation button [message #586 is a reply to message #585] |
Fri, 02 February 2007 08:50 |
AJM
Messages: 2368 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
The navigation button identifies which task is to be run. The task_id gets translated into a script name (such as 'f_payment(list1).php') which gets loaded into the URL.
I cannot possibly debug this problem with the information you have given me. You need to step through with your debugger to see what is going wrong. You may have a blank line in one of your scripts which is being output to the browser. This is a common cause of problems as absolutely NOTHING must be output until AFTER the headers have been sent, which in the Radicore framework is right at the end of each controller script when it calls buildXML().
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
Re: Blank screen comes on click of navigation button [message #587 is a reply to message #586] |
Sat, 03 February 2007 02:02 |
douglas
Messages: 9 Registered: August 2006 Location: Kerala
|
Junior Member |
|
|
Thank you for ur suggestion. I solved it by removing and recreating the form and components. Now I almost completed a working application and most probably it will start data entry in the very next day. Thanks again
Douglas.
Douglas
|
|
|