R
romelwell
Guest
Please forgive my ignorance. Can someone confirm that the :NAME attribute only allows values up to 32-characters in length? DEF VAR tempTableName AS CHAR INIT " ADO_ttprinterHead_ttFieldProperties ". ... hADOttBuffer:COPY-TEMP-TABLE(aBufferHandle, FALSE, FALSE, FALSE, tempTableName). MESSAGE hADOttBuffer:NAME VIEW-AS ALERT-BOX. The last message outputs the string ' ADO_ttprinterHead_ttFieldPropert '. The last 3 characters are truncated.
Continue reading...
Continue reading...