NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Richard I on February 21, 2024, 01:46:30 PM

Title: Issues emulating the Accounts example 31 and FileDownload example
Post by: Richard I on February 21, 2024, 01:46:30 PM
Hi
Using NT 14.18 and NT 14.16
Copied in to an app from the Accounts example(31) the  Invoices and lineitems Browses and updates etc and updated DCT
Table relationship confirmed

The feature I like is when the user clicks anywhere on the  invoice field, the lineitem browse changes the view to those records for that Invoice  due to the table relationship


In my App Ive set the lineitems browse on the Right side of page.
My problem is that when I click on my apps Invoice list, instead of  changing the display in the Lineitems browse, the Update Invoice form opens.
The Update Invoice also has Browselineitems included.
I note a fleeting change to the Lineitem browse display just prior to the Update window opening.

I have a similar issue with the FileDownload example when imported into this app
It serves the document ok but opens the update document window as well

Neither example display these issues when run from their own app
What setting am I missing please?
Thanks
regards,
Richard
Title: Re: Issues emulating the Accounts example 31 and FileDownload example
Post by: Bruce on February 21, 2024, 10:08:27 PM
Global Setting:
WebServer procedure, NetTalk extension, Settings, Defaults, Browse
Row Clicks option. (I'm guessing you may have it as a single-click rot to form)

Local Override:
Browse procedure, Actions, Form tab, Change Button tab, "DoubleClick Row to Form" option.

cheers
Bruce
Title: Re: Issues emulating the Accounts example 31 and FileDownload example
Post by: Richard I on February 21, 2024, 10:50:21 PM
Many thanks Bruce,

that was it !
Thanks also for the speedy reply

Regards,
Richard