Question

Open Custom Page from a Custom Menu

  • 13 October 2020
  • 1 reply
  • 154 views

Userlevel 3
Badge +9

Hi,

What code syntax would i use to open a custom data entry page from an SQL custom menu please?

is there a way to pass values to this page on load or can i only populate via a before update custom event?

 

TIA


1 reply

Userlevel 7
Badge +24

Hi Chris,

You can’t navigate to a page via a PLSQL custom menu I’m afraid (server code vs. client).

The best you can do is to have 2 custom menus; the first creates some data on the target page (PLSQL menu); the second navigates you to that new record.

Reply