crash on open
David Groover
Photographer at thegoldenthread.net
Fri May 23 11:31:22 PDT 2008
It's been a while. I think this does what you want. It's targeted to
a specific file named "Time Sheet". I have a db somewhere for
emergency open that allows a dialog, I will keep looking for it.
OpenSecret "Time Sheet"
local wBottom, wLeft
wBottom=11+rBottom(info("windowrectangle"))
wLeft= rleft(info("windowrectangle"))-383
setwindowrectangle rectanglesize(wBottom, wLeft, 345, 820), " "
fitwindow
Window "Time Sheet:secret"
OpenSheet
OK, here is the other opne I have. This allows you to select in a
dialoge the file you want to open.
Local folder,file,type
OpenFileDialog folder,file,type,"ZEPD"
if file = "" stop endif
OpenSecret folderpath(folder) + file
Window file + ":Secret"
OpenSheet
David Groover
On May 23, 2008, at 12:22 PM, gef wrote:
> Hi all,
>
> So a file I am working on can't be open anymore. It simply crash on
> open. I remember using a script that safe open file in order to fix
> the .initialize or other thing that can go wrong. Anyone know where is
> this script. I remember downloading it from some personal web site.
>
> thanks
>
>
> _______________________________________________
> Qna mailing list
> Qna at provue.com
> http://provue.com/mailman/listinfo/qna
More information about the Qna
mailing list