NetTalk Central

Author Topic: Issues emulating the Accounts example 31 and FileDownload example  (Read 296 times)

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
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
« Last Edit: February 21, 2024, 06:00:05 PM by Richard I »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Issues emulating the Accounts example 31 and FileDownload example
« Reply #1 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

Richard I

  • Sr. Member
  • ****
  • Posts: 381
    • View Profile
    • Email
Re: Issues emulating the Accounts example 31 and FileDownload example
« Reply #2 on: February 21, 2024, 10:50:21 PM »
Many thanks Bruce,

that was it !
Thanks also for the speedy reply

Regards,
Richard