Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Paradox and Vista

 
   Database Help (Home) -> Paradox RSS
Next:  importing large data fields  
Author Message
Oscar Santiesteban

External


Since: Jun 17, 2008
Posts: 2



(Msg. 1) Posted: Tue Jun 17, 2008 8:50 pm
Post subject: Paradox and Vista
Archived from groups: comp>databases>paradox (more info?)

I tried Paradox Runtime 9 on MS Vista last year and kept getting an error on
exiting Paradox. It just says that PF Runtime has stopped
working.....Windows is collecting information. Few seconds later, I just
hit the CLOSE PROGRAM.

Today I tried Paradox Runtime 11 and experienced the same thing. Am I
missing something here? Is there a workaround for this? I know it is not
my program, b/c I just get into Paradox, then exit out and get the error.

Any insight?

Thanks,
Oscar

 >> Stay informed about: Paradox and Vista 
Back to top
Login to vote
Tony McGuire2

External


Since: Feb 25, 2004
Posts: 48



(Msg. 2) Posted: Tue Jun 17, 2008 9:56 pm
Post subject: Re: Paradox and Vista [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> my program, b/c I just get into Paradox, then exit out and get the
> error.
>
> Any insight?


Error message on exit well known. In a startup script, I use the
following. The script then wait()s on a mainmenu form. You'll need
to adapt to your environment.

Note that ALL of the below could be done from within a form at exit.
In my case, I have the startup script doing some other stuff after the
menu form closes, so I incorporated into the startup script. Your
environment, your choice.


var
dysys dynarray[] anytype
endvar

; beginning of script, to figure out whether to exit for Vista
sysinfo(dySys)


try
s=dySys["WindowsVersion"]
s=s.substr(1,1) ;s.view()
if s="6" then ;Vista
writeenvironmentstring("Vista","Y")
else
writeenvironmentstring("Vista","N")
endif
onfail
errorclear()
endtry


; other startup stuff
; open mainmenu form, and wait
; on exiting from mainmenu form, below will shut down RUNTIME -
; you'll need to adjust for shutting down FULL.


try
if readenvironmentstring("Vista")="Y" then
exit()
Execute("TaskKill.exe /IM PDXRWN32.exe /F /T", No, ExeHidden)
return
endif
onfail
errorclear()
exit()
return
endtry



The above is the only bulletproof workaround (as reported by others
and used myself) that I am aware of.


------------------------------
Tony McGuire
http://www.wjCityCouncil.com
http://www.thewholevalley.com
http://www.westjordandogpark.com
________________________________
"Oscar Santiesteban" wrote in message

>I tried Paradox Runtime 9 on MS Vista last year and kept getting an
>error on exiting Paradox. It just says that PF Runtime has stopped
>working.....Windows is collecting information. Few seconds later, I
>just hit the CLOSE PROGRAM.
>
> Today I tried Paradox Runtime 11 and experienced the same thing. Am
> I missing something here? Is there a workaround for this? I know
> it is not my program, b/c I just get into Paradox, then exit out and
> get the error.
>
> Any insight?
>
> Thanks,
> Oscar
>

 >> Stay informed about: Paradox and Vista 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
write to paradox via web - I have a client that uses software developed in delphi. It uses paradox database files. Can these be written to from the web? I am familiar with php/mysql...is there a similar capability with delphi/paradox?

Paradox indexes - Can someone tell me how to find the indexes being used in a .db file?? many thanks

Paradox Versions - Could someone let me know which is the latest version of the Paradox? I have purchased Corel Office X3 Professional with Paradox version 11.0.0.411. I hear talks about versions 12 and even 13. Do they really exist? How can they be obtained? Regards, Chri...

Source for Paradox 4.5 DOS & SQL Link - Does anyone out there know of a source for obtaining Paradox 4.5 for DOS and SQL Link? I spent about 4 years doing Paradox development in the early 90s, and have found some of my Paradox->SQL applications which I would like to get running. ..

paradox and access 2007 - Hello everyone! I have a paradox file that was created in paradox 11 from another company. I would like to change it over to SQL and I was told I can open it up in access 1st and when I create a Blank Database, click external data, more, select parado...
   Database Help (Home) -> Paradox All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]