Prev: SOAP in VO
Next: bBrowser Edit problem
From: John Martens on 11 Mar 2010 07:32 Maybe more elegant but not easier (i think) Op 11-3-2010 12:51, Carlos Vazquez schreef: > John Martens wrote: > >> Carlos, >> >> It is not high science but you can build a special filenm, and test if you can create the fil in the folder: >> >> prtFileHandle := FCreate(cFileNmTest,FC_NORMAL) >> IF prtFileHandle = F_ERROR >> >> Then you will know at app startup if one hase write permission. > > John, I have thought about the same kind of solution, but perhaps there is a more elegant way that is easy to implement. > > -- > Carlos Vazquez > cva(a)NOSPAMtelefonica.net
From: Carlos Vazquez on 11 Mar 2010 07:39 John Martens wrote: > Maybe more elegant but not easier (i think) Yes. I think so. Perhaps I'll follow that path... -- Carlos Vazquez cva(a)NOSPAMtelefonica.net
From: Carlos Vazquez on 11 Mar 2010 13:53
John, I've done it the way you suggested. Works fine. Thx. -- Carlos Vazquez cva(a)NOSPAMtelefonica.net |