Also no _ between GetProperty and ComponentID From: [email protected] [mailto:[email protected]] On Behalf Of Lena Dammstrom Sent: Thursday, April 20, 2017 3:19 PM To: [email protected] Subject: [RBASE-L] - RE: GetProperty "resistance" to being got!
Other than I single quoted my variable SET VAR vPDF TEXT = NULL GETPROPERTY FileBox1 SHORTFILENAME 'vPDF' Regards Lena [cid:[email protected]]<http://www.qmiusa.com/> Lena Dammstrom Software Developer Email: [email protected]<mailto:[email protected]> Toll Free: 800-446-2500 International: 01 630-529-7111 Extension: 1037 www.qmiusa.com<http://www.qmiusa.com> . ________________________________ This email may contain material that is confidential, privileged and/or attorney work product for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Alastair Burr Sent: Thursday, April 20, 2017 1:16 PM To: R:Base Listserver 2016 Subject: [RBASE-L] - GetProperty "resistance" to being got! Can anybody see anything wrong with this: SET VAR vFilePathName TEXT = NULL GETPROPERTY ID_FileName SHORTFILENAME vFilePathName File List Box On Click custom EEP Ver: 10.0.2.20307 Both that and LongFileName both resolutely stay null through tracing. Equivalent code for Directory in Directory Tree control works fine: GETPROPERTY ID_DirName DIRECTORY vDirectory PROPERTY ID_FileName DEFAULTDIRECTORY vDirectory and files displayed correctly in File List Box - I just cannot seem to obtain the filename for some reason. Thanks in advance for any help, Regards, Alastair. -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

