The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Create URL using values from active record
Posted: 25 Apr 06 10:56 AM
|
fiogf49gjkf0d I'm new to SLX and so I'm hoping this is an easy question. I'm looking for a way to have SLX create a URL with the record value of the active record included in the link. For example, the active record has a value = "WE-1L1". So the URL would look like "http://website.com/WE-1L1". I appreciate any help.
|
|
|
|
Re: Create URL using values from active record
Posted: 26 Apr 06 7:46 AM
|
viagra cena dr max viagra cena bez receptu fiogf49gjkf0d This is an abbreviated version
************************************************** Sub cmdOnClickMyButton
Mywebvalue.text = "http://website.com/ " & activerecord.value Application.BasicFunctions.WebOpen strURL
End Sub
|
|
|
|
Re: Create URL using values from active record
Posted: 26 Apr 06 11:10 AM
|
fiogf49gjkf0d Carla, Thanks for the quick reply. What does activerecord.value return? The primary key value? What I'm trying to do is extract a value from a particular field that is not the primary key. |
|
|
|
Re: Create URL using values from active record
Posted: 27 Apr 06 6:32 AM
|
mixing zoloft and weed mixing xanax and weed online fiogf49gjkf0d Lucas,
Activerecord is just a placeholder for whatever you are referring to when you said 'active record' It could be txtAccount.value referring to the edit control value located on the Account detail screen or whatever control the value '"WE-1L1" is in that you are referencing.
Hope this helps. John G. |
|
|
| |
|