Iam using this formula to select a file.FIELD fld_filelocation_SRD := @Prompt ([LocalBrowse]; “Select a database to open”; “1”);“”
But this code opens and displays as:
C:/Myfilefolder/orderfolder/orderfilename.doc
What I need is for this to display reverse.
orderfilename.doc (The browse button should be here)
then another column the filepath is automatically added. C:/Myfilefolder/orderfolder/
Can you please inform me how can this be accomplished. Thank you.