I’m baffled here, converting an old Pan6 db and this procedure is driving me nuts…
There are two text editor objects on a form both linked to fields, identical settings.
The following procedure works fine with one and fails with the other, regardless of the order they are in in the procedure… It was just grabbing the clipboard() for both, but I added a variable…made no diff. I’ve triple checked the field names…so what the hay…? I can manually enter data in both on the form, but using this procedure to fill them both only fills Phone Activity, never Current Activity. What am I missing? It worked when created in Pan3…not sure if it was working in Pan6
Local vData
customdialog 3105
getscrapok “Enter info to add to both Phone Activity and Current Projects”
vData=clipboard()
«Phone Activity»=«Phone Activity»+" "+vData
«Current Activity»=«Current Activity»+" "+vData