I’ve added ListOption_load and List Option_Rendered to create a print option to print only the record selected. It appears to work. next to each record I have a print option and when I point the the print option the url includes the record number to print. However it always prints all the records not the one I select: here is what I did: " What am I missing?
Thanks in advance
If your field name is INT_ID, you need to pass the value as INT_ID=xxx.
My error. It is passed as INT_ID. … this does not work.
You may also try x_INT_ID. Make sure “Extended Search” is enabled for the table in Table Setup page and for the field in Field Setup page (see the topic Table Setup and Field Setup in the help file).
Thanks for your input. You guided me to this solution, so here it is for others to use:
Do you know how to encrypt the url?