Hi All,
I'm creating a custom Infomaker screen which displays some fields of data, one of which is a path and document name. I would like the user to be able to highlight and copy the contents of this field and use it to search for the document.
Question I have is: How do I make the field available to the user to highlight and copy the data?
Any help would be appreciated.
Thanks
Debbie
I think you have to set it up as though you wanted people to be able to update from the custom screen -- set an update table. That will make all the columns editable by default except the customer_no and the id_key. The ones you don't want people to be able to edit, put NOEDIT in the tag property. For the field with your path, put NOUPDATE in the tag property so they can't change it in the database by accident. Hope that helps.
Hi Andrea,
Thanks for your reply.
I've now created a local table (I was using a view before) and loaded all the required data into it. The screen is now pulling data from the new table instead of the view. Table has update permissions for ImpUsers and Tessitura_app. So far, so good.
Back to Infomaker. My field tag is NOUPDATE. I've set the Style Type in the Edit tab to EDIT.
Still not able to get into the field. I'm sure it must be a very simple thing that I'm missing.
Puzzled, but not giving up yet!