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.
Pages: [1]
1
Web Server - Ask For Help / Re: Message box
« on: February 22, 2012, 06:14:36 AM »You can simply show message to the user using javascript method for example:
p_web.Script('alert(''xxx'');') where xxx is the string which You want to show to the user.
What if you want to set values of buttons and perform code based on the user's response in the same way as a standard message() in Clarion?
Ian
2
Web Server - Ask For Help / Re: Force record to be saved
« on: February 22, 2012, 06:10:19 AM »
Thanks Bruce for your detailed explanation. I see that it makes sense to stick to the print button on the browse.
Regards
Ian
Regards
Ian
3
Web Server - Ask For Help / Re: Force record to be saved
« on: February 21, 2012, 01:56:21 PM »yes, I am able to answer that.
OK great - I look forward to your answer....
4
Web Server - Ask For Help / Re: Force record to be saved
« on: February 21, 2012, 06:00:50 AM »
Thanks Bruce. I will give that a try. Are you also able to answer my original question as to how to force a form to "save" a record when clicking on the print button?
Thanks
Ian
Thanks
Ian
5
Web Server - Ask For Help / Re: Force record to be saved
« on: February 21, 2012, 04:33:43 AM »
I thought of putting print button on browse as you suggest but I was having trouble "passing" the record ID to the report so that I only got the report of the record I wanted - suggestions welcome!
Thanks
Ian
Thanks
Ian
6
Web Server - Ask For Help / Force record to be saved
« on: February 21, 2012, 04:27:05 AM »
I am still getting to grips with a web app in Nettalk and have a simple question.... I have put a "Print" button on a web form that prints a report but I need it to force the record to be saved prior to running the report - I can't fathom out what code to embed (ABC app). Can anyone point me in the right direction please? Many thanks.
Pages: [1]