Skip to content

Accept Multiple Parameters on Notification Hyperlinks #8

Open
@US-Ali

Description

@US-Ali

Now that the hyperlink on Toast and Dialog Box notifications can now be used to open forms and run user defined functions within Access, can this functionality be expanded from accepting only one parameter like this: <a href="ExecuteMe('ThisIsAStringParameter')">Execute me</a> to accepting multiple parameters (taking into considerations their data type) like any of the following:

  1. <a href="ExecuteMe('ThisIsAStringParameter', 'ThisAnIntegerParameter','etcParameter')">Execute me</a>
  2. <a href="ExecuteMe('frm', 'ProjectID', 'TaskID')">Execute me</a>
  3. <a href="ShowHelpNote('1, 1')">help</a> Functions like this can be used to call a record with recordID =1 and sub record with record ID = 1 too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions