NetTalk Central

Show Posts

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.


Messages - golmedo

Pages: [1]
1
Web Server - Ask For Help / Generate report from record of the browse
« on: June 19, 2014, 01:18:38 PM »
hello,
I wanted to ask how does one call printing a report from a button in the record of a browse.
The report generate from the selected id from a button clicked (I have way to access the buffer of the selected record or get id parameter...)
thank you very much!

2
I have the following question:
I want to enable or disable the Insert button of a child browse, depending on whether all fields in the parent form are completed...
The browse on form scheme in my WebServer is:

parent_process_form.fields1
parent_process_form.fields2
parent_process_form.child_process_browse (embed)
parent_process_form.child_process_browse.Insertbutton <--(IF parent_process_form.fields1 and parent_process_form.fields2 THEN enable(child_process_browse.Insertbuttonn) ELSE (disable(child_process_browse.Insertbutton)) )

I want to change the enable/disable state of the button without reloading the page...

Pages: [1]