NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Mike Grigsby on September 18, 2008, 05:06:53 PM

Title: Proper method for calling a record
Post by: Mike Grigsby on September 18, 2008, 05:06:53 PM
What is the proper way to call a specific record from a link when I don't know the record's SysID?

Here's what I want to do, but I don't know how to form the SysID. I'm capturing it when they log in (p_web.GetSessionValue('SysID',FIL:SysID)), so I have it from the start. Unfortunately it doesn't seem to replace the URL with the number:

'UpdateCustomerProfile?<!-- Net:s:SID-->&<!-- Net:s:SysID -->&Change_btn=Change&'


I can't believe I haven't run into this before, and the only thread I found here was a little vague.
Title: Re: Proper method for calling a record
Post by: Mike Grigsby on September 18, 2008, 07:54:29 PM
Sorry, I'm claiming temporary insanity. I won't delete my post because it may be useful to someone else. Here's the link code:

'UpdateCustomerProfile?<!-- Net:s:SID-->?bFile=Users&bKey=USE:BySysID&USE:SysID=' & p_web.GetSessionValue('SysID') & '&Change_btn=Change&'