benpoole.com

“It is a very sad thing that nowadays there is so little useless information.”

Comment - RE: Lotusscript version of LocalBrowse

Comment by Fred on 20 Jul 2004 ():

In R6.5, there's an undocumented typecode in lotusScript that does the same thing as @Prompt([LocalBrowse]). The value returned is the filepath.


Dim ws as NotesUIWorkspace
Set ws = New NotesUIWorkspace

targetfile = ws.Prompt(12,"Choose file","Choose file")


» In response to Lotusscript version of LocalBrowse

   Lotusscript version of LocalBrowse (Ben Poole 01 Nov 2002)
   ... Re: Lotusscript version of LocalBrowse (Jonathon Thomas... 15 Nov 2002)
   ... Response to Jonathon (Ben Poole 15 Nov 2002)
   ... Re: Lotusscript version of LocalBrowse (Ralph 17 Feb 2003)
   ... Re: Lotusscript version of LocalBrowse (Dan 1 Apr 2003)
   ... Grrreat!!! (P 15 May 2003)
   RE: Lotusscript version of LocalBrowse (Fred 20 Jul 2004)
   RE: Lotusscript version of LocalBrowse (Chris Crompton 5 May 2005)
   RE: Lotusscript version of LocalBrowse (Ben Poole 6 May 2005)
   RE: Lotusscript version of LocalBrowse (Sjef Bosman 5 Mar 2006)

Add a comment...