RE: just installed vfpro-9

2012-08-17 Thread Gary Jeurink
so all a client has to do is plug into a usb port? Gary Jeurink -Original Message- From: Dan Covill [mailto:dcov...@san.rr.com] Sent: Thursday, August 16, 2012 3:52 PM To: profox@leafe.com Subject: Re: just installed vfpro-9 On 08/16/12 09:37, Gary Jeurink wrote: Is the READ EVENTS

RE: just installed vfpro-9

2012-08-17 Thread Kurt Wendt
Jeurink -Original Message- From: Dan Covill [mailto:dcov...@san.rr.com] Sent: Thursday, August 16, 2012 3:52 PM To: profox@leafe.com Subject: Re: just installed vfpro-9 On 08/16/12 09:37, Gary Jeurink wrote: Is the READ EVENTS CLEAR EVENTS mainly to compile to .exe? READ EVENTS

Re: just installed vfpro-9

2012-08-17 Thread Ted Roche
Message- From: Dan Covill [mailto:dcov...@san.rr.com] Sent: Thursday, August 16, 2012 3:52 PM To: profox@leafe.com Subject: Re: just installed vfpro-9 On 08/16/12 09:37, Gary Jeurink wrote: Is the READ EVENTS CLEAR EVENTS mainly to compile to .exe? READ EVENTS and CLEAR EVENTS

RE: just installed vfpro-9

2012-08-17 Thread Richard Kaye
[mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Friday, August 17, 2012 11:47 AM To: profoxt...@leafe.com Subject: Re: just installed vfpro-9 Gary: Unless you have some urgent reason, I would encourage you to NOT uninstall VFP6. Installing and uninstalling ANY software gives Windows

RE: just installed vfpro-9

2012-08-17 Thread John Weller
Installing an application on a data stick is something I would like to do for demonstration purposes. What needs to be done? I'm assuming that I would put the exe into a suitable folder with vfp9r.dll and vfp9renu.dll, would I also need msvcr71.dll? My application may also need XZip.dll, can I

RE: just installed vfpro-9

2012-08-17 Thread Kurt Wendt
- -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of John Weller Sent: Friday, August 17, 2012 12:44 PM To: profoxt...@leafe.com Subject: RE: just installed vfpro-9 Installing an application on a data stick is something I would like to do

Re: just installed vfpro-9

2012-08-17 Thread Mike Copeland
OCXs are not compiled into the Fox application EXE...and they have to be registered with the Windows platform you're wanting to run on (i.e., the computer you plug the USB stick into.) Mike Original Message Subject: Re: just installed vfpro-9 From: Kurt Wendt kurtwe

RE: just installed vfpro-9

2012-08-17 Thread Gary Jeurink
Subject: RE: just installed vfpro-9 Installing an application on a data stick is something I would like to do for demonstration purposes. What needs to be done? I'm assuming that I would put the exe into a suitable folder with vfp9r.dll and vfp9renu.dll, would I also need msvcr71.dll? My

RE: just installed vfpro-9

2012-08-16 Thread Tracy Pearson
Fred Taylor wrote on 2012-08-15: Don't think that will work. The Init code will hang at the READ EVENTS. The usual way is to have a .PRG with: DO FORM yourform READ EVENTS and then have the CLEAR EVENTS in either the Quit button Click, or in the Form Destroy event. Fred

Re: just installed vfpro-9

2012-08-16 Thread Alan Bourke
On Thu, Aug 16, 2012, at 02:20 PM, Tracy Pearson wrote: You will want an ON ERROR statement to capture and handle errors. Or Try .. Catch -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com

RE: just installed vfpro-9

2012-08-16 Thread Gary Jeurink
. Is the READ EVENTS CLEAR EVENTS mainly to compile to .exe? Gary Jeurink -Original Message- From: Tracy Pearson [mailto:tr...@powerchurch.com] Sent: Thursday, August 16, 2012 8:20 AM To: profox@leafe.com Subject: RE: just installed vfpro-9 Fred Taylor wrote on 2012-08-15: Don't think

RE: just installed vfpro-9

2012-08-16 Thread Gary Jeurink
I need to add that to my skills. Is that covered in the Hackers Guide? Gary Jeurink -Original Message- From: Alan Bourke [mailto:alanpbou...@fastmail.fm] Sent: Thursday, August 16, 2012 8:42 AM To: profox@leafe.com Subject: Re: just installed vfpro-9 On Thu, Aug 16, 2012, at 02:20 PM

RE: just installed vfpro-9

2012-08-16 Thread John Weller
No - it's a VFP9 function. John Weller 01380 723235 07976 393631 I need to add that to my skills. Is that covered in the Hackers Guide? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

Re: just installed vfpro-9

2012-08-16 Thread Rafael Copquin
: Tracy Pearson [mailto:tr...@powerchurch.com] Sent: Thursday, August 16, 2012 8:20 AM To: profox@leafe.com Subject: RE: just installed vfpro-9 Fred Taylor wrote on 2012-08-15: Don't think that will work. The Init code will hang at the READ EVENTS. The usual way is to have a .PRG

Re: just installed vfpro-9

2012-08-16 Thread Dan Covill
On 08/16/12 09:37, Gary Jeurink wrote: Is the READ EVENTS CLEAR EVENTS mainly to compile to .exe? READ EVENTS and CLEAR EVENTS are mainly to start and stop non-modal windows. If you run from VFP you don't need them because you can just type QUIT in the command window. From an .exe

RE: just installed vfpro-9

2012-08-15 Thread Dave Crozier
Email List' Subject: RE: just installed vfpro-9 I will have to look up set engine behavior, I don't lknow anything about it. Also I got it past the main.prg problem by adding extensions. Everything so far works except the pageframe.pages are all white and don't respond to property changes. I

RE: just installed vfpro-9

2012-08-15 Thread Gary Jeurink
Jeurink -Original Message- From: Fred Taylor [mailto:fbtay...@gmail.com] Sent: Tuesday, August 14, 2012 2:24 PM To: ProFox Email List Subject: Re: just installed vfpro-9 Sounds like you've run into the .Themes issue. You can turn themes off entirely with _SCREEN.Themes = .f. or for just

Re: just installed vfpro-9

2012-08-15 Thread Rafael Copquin
lines below? set enginebehavior 70 set reportbehavior 80 Some one else gave me these recommendations. Gary Jeurink -Original Message- From: Fred Taylor [mailto:fbtay...@gmail.com] Sent: Tuesday, August 14, 2012 2:24 PM To: ProFox Email List Subject: Re: just installed vfpro-9

RE: just installed vfpro-9

2012-08-15 Thread Gary Jeurink
: Wednesday, August 15, 2012 12:51 PM To: profox@leafe.com Subject: Re: just installed vfpro-9 Yes, if you are trying to run an app written in a previous version of VFP. If you start a new one, you might want to learn the differences, especially in the sql sentences. Report behavior refers

RE: just installed vfpro-9

2012-08-15 Thread Tracy Pearson
Gary Jeurink wrote on 2012-08-15: Last issue... I hope. I rebuilt as an application with the changes and it runs fine but it opens with the command window on top of it. How do I push the application on top. I don't see a z-order. Gary Jeurink Gary, If the command window is set to

Re: just installed vfpro-9

2012-08-15 Thread Fred Taylor
- From: Rafael Copquin [mailto:rcopq...@fibertel.com.ar] Sent: Wednesday, August 15, 2012 12:51 PM To: profox@leafe.com Subject: Re: just installed vfpro-9 Yes, if you are trying to run an app written in a previous version of VFP. If you start a new one, you might want to learn

RE: just installed vfpro-9

2012-08-15 Thread Gary Jeurink
in the property boxes in ver.9 too. Gary Jeurink -Original Message- From: Fred Taylor [mailto:fbtay...@gmail.com] Sent: Wednesday, August 15, 2012 2:54 PM To: ProFox Email List Subject: Re: just installed vfpro-9 You need a READ EVENTS line somewhere. Don't forget, you'll also need a CLEAR EVENTS

RE: just installed vfpro-9

2012-08-15 Thread Tracy Pearson
Gary Jeurink wrote on 2012-08-15: Okay, I read Tracy's message and I checked the hide on the command window and then when I run it as an APP it its good. About the CLEAR EVENTS READ EVENTS, I have never used them. Is this a foxpro-9 thing or something I need to learn. I am also a bit

Re: just installed vfpro-9

2012-08-15 Thread Dan Covill
Glad to hear the Theme fixed the crashes. Personally, I would leave the enginebehavior in only if it fixed something. Comment them out and see if it runs OK. If they turn out to be needed, uncomment them. Dan Covill On 08/15/12 10:26, Gary Jeurink wrote: I saw screen yesterday but

RE: just installed vfpro-9

2012-08-15 Thread Gary Jeurink
To: profox@leafe.com Subject: RE: just installed vfpro-9 Gary Jeurink wrote on 2012-08-15: Okay, I read Tracy's message and I checked the hide on the command window and then when I run it as an APP it its good. About the CLEAR EVENTS READ EVENTS, I have never used them. Is this a foxpro-9

RE: just installed vfpro-9

2012-08-15 Thread Gary Jeurink
...@charter.net] Sent: Wednesday, August 15, 2012 3:40 PM To: 'ProFox Email List' Subject: RE: just installed vfpro-9 Okay, I read Tracy's message and I checked the hide on the command window and then when I run it as an APP it its good. About the CLEAR EVENTS READ EVENTS, I have never used them

Re: just installed vfpro-9

2012-08-15 Thread Fred Taylor
: Gary Jeurink [mailto:g.jeur...@charter.net] Sent: Wednesday, August 15, 2012 3:40 PM To: 'ProFox Email List' Subject: RE: just installed vfpro-9 Okay, I read Tracy's message and I checked the hide on the command window and then when I run it as an APP it its good. About the CLEAR EVENTS READ

RE: just installed vfpro-9

2012-08-14 Thread Gary Jeurink
[mailto:alanpbou...@fastmail.fm] Sent: Monday, August 13, 2012 12:57 PM To: profox@leafe.com Subject: Re: just installed vfpro-9 On Mon, Aug 13, 2012, at 06:49 PM, Gary Jeurink wrote: . I'm thinking of loading the project and doing a build but I don't want to lose everything if that corrupts it. Back

Re: just installed vfpro-9

2012-08-14 Thread Fred Taylor
...@fastmail.fm] Sent: Monday, August 13, 2012 12:57 PM To: profox@leafe.com Subject: Re: just installed vfpro-9 On Mon, Aug 13, 2012, at 06:49 PM, Gary Jeurink wrote: . I'm thinking of loading the project and doing a build but I don't want to lose everything if that corrupts it. Back

RE: just installed vfpro-9

2012-08-14 Thread Gary Jeurink
went into toolsforms and can't find the size settings. Gary Jeurink -Original Message- From: Rafael Copquin [mailto:rcopq...@fibertel.com.ar] Sent: Monday, August 13, 2012 9:02 AM To: profox@leafe.com Subject: Re: just installed vfpro-9 SQL statements with a group by clause will crash

Re: just installed vfpro-9

2012-08-13 Thread Rafael Copquin
SQL statements with a group by clause will crash if you do not include all non agregate fields in the group by clause, which you never had to do in previous versions of VFP. This is so to make it compatible with most (not all) of sql server syntax set enginebehavior 70 set reportbehavior 80

RE: just installed vfpro-9

2012-08-13 Thread Gary Jeurink
[mailto:dcov...@san.rr.com] Sent: Saturday, August 11, 2012 11:05 AM To: profox@leafe.com Subject: Re: just installed vfpro-9 On 08/10/12 16:19, Gary Jeurink wrote: Recently installed vfoxpro-9 and I still have 6.0 and all of it's working projects. If I start up version 6.0, the applications all work

Re: just installed vfpro-9

2012-08-13 Thread Alan Bourke
On Mon, Aug 13, 2012, at 06:49 PM, Gary Jeurink wrote: . I'm thinking of loading the project and doing a build but I don't want to lose everything if that corrupts it. Back the whole thing up first, and then try it. -- Alan Bourke alanpbourke (at) fastmail (dot) fm

Re: just installed vfpro-9

2012-08-11 Thread Tracy Pearson
Gary Jeurink g.jeur...@charter.net wrote: Recently installed vfoxpro-9 and I still have 6.0 and all of it's working projects. If I start up version 6.0, the applications all work but in 9.0 they all crash. Where do I start to get each to run in ver. 9 or do I have to build each from scratch. I

Re: just installed vfpro-9

2012-08-11 Thread Dan Covill
On 08/10/12 16:19, Gary Jeurink wrote: Recently installed vfoxpro-9 and I still have 6.0 and all of it's working projects. If I start up version 6.0, the applications all work but in 9.0 they all crash. Where do I start to get each to run in ver. 9 or do I have to build each from scratch. I

Re: just installed vfpro-9

2012-08-11 Thread Alan Bourke
On Sat, Aug 11, 2012, at 12:19 AM, Gary Jeurink wrote: to build each from scratch. Well, you'll have to rebuild them, yes, but aside from that they should work - can you give an example of exactly what's going wrong ? -- Alan Bourke alanpbourke (at) fastmail (dot) fm