Hi, I use a pickListString to put a view in a dialogbox.
pick= ws.PickListStrings( PICKLIST_CUSTOM,
False,db.server,db.FilePath,“By number”, “Liste des joureurs”,
“Choix”,2)
How to put the sign of selection on a document of the view that I have the key value with which I can look for the document ???
thanks
Subject: select document in view in dialoguebox
Can you have a hidden column in the view the DOC Unique ID and then then use that as the return value from the PickList to get the document?
Subject: RE: select document in view in dialoguebox
I want when the dialoguebox displays to put the sign of selection the document the key of which I have in the dialoguebox which contains the view