NetTalk Central

Author Topic: NT8 Browse Othr button and Proc+Params  (Read 3175 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
NT8 Browse Othr button and Proc+Params
« on: April 07, 2014, 05:20:59 AM »
Hi,
In a Browse I use an Other Button to call a form from another table.
I use to call it with the URL like:

'uPatient?change_btn=change&dat:guid='&dat:guid

Then I change it to use Procedure/Params assuming it will not show the complete URl on the browser but it still shows it.

See images

PD:May be I imagine PRoc and Params are done to not to show the complete url....

[attachment deleted by admin]
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: NT8 Browse Othr button and Proc+Params
« Reply #1 on: April 07, 2014, 05:44:55 AM »
If you pass the items as part of the URL, they they will appear on the address bar.
If you want to protect the actual Guid then use the AddBrowseValue method (see FAQ, question W4)

cheers
Bruce