Re: [OT] Idiot Californians approve Bullet Train development

2008-11-06 Thread Jean MAURICE
I have missed something I guess : Arnold is a Rrepublican isn't he ? a famous example of the right wing ? and HE is an idiot By the way, you forgot to say something : the bullet train is based on a FRENCH technology ! The Foxil -- Jean MAURICE Grenoble - France - Europe www.atoutfo

Re: [OT] Idiot Californians approve Bullet Train development

2008-11-06 Thread Jean MAURICE
merci Cécile ! Mais on n'est pas les seuls : SIEMENS en Allemagne, BOMBARDIER au Canada ... et les Japonais ! Cecil Champenois a écrit : > Well, at least le français savoir faire des trains. > Cecil > > The Foxil -- Jean MAURICE Grenoble - France - Europe www.atoutfox.

Re: [OT] Idiot Californians approve Bullet Train development

2008-11-06 Thread Jean MAURICE
why should I > pay for someone else to get transportation that does not help me. > > Larry Miller > > > -- Jean MAURICE Grenoble - France - Europe www.atoutfox.org www.aedtf.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance

Re: [OT] Idiot Californians approve Bullet Train development

2008-11-06 Thread Jean MAURICE
k, this project can be > completed, probably, but at what cost? How many non-workers could we > transfer that money to, or how many financial execs could we help with their > BMW payments? > > Larry Miller > > -- Jean MAURICE Grenoble - France - Europe www.atoutfox.org

Re: [OT] Idiot Californians approve Bullet Train development

2008-11-07 Thread Jean MAURICE
] > Thanks Jerry ! The Foxil. -- Jean MAURICE Grenoble - France - Europe www.atoutfox.org www.aedtf.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://le

Re: [OT] Idiot Californians approve Bullet Train development

2008-11-07 Thread Jean MAURICE
Michael Madigan a écrit : > Oops I thought you were talking about Belgium Jean. > > I apologize to Jean Maurice > > No offense ! Jean of Belgium is a great foxer ... too ! It's a shame that he loves speedcars ;-) -- Jean MAURICE Grenoble - France - Europe www.atoutf

Re: [OT] Champenois Family

2008-11-09 Thread Jean MAURICE
I do agree ! But after I have seen Mr Obama saying 'bonjour' to a french journalist, I think that the situation is going better and better ! The Foxil -- Jean MAURICE Grenoble - France - Europe www.atoutfox.org www.aedtf.org ___ Post M

Re: index column Unique or empty

2008-11-10 Thread Jean MAURICE
something like INDEX ON yourfield CANDIDATE FOR !EMPTY(yourfield) ? > I have field which can be empty else it must be unique. Can I create such a > index which will throw an error. > > Ajoy Khaund > > -- Jean MAURICE Grenoble - France - Europe www.atoutfox

Re: Set Main on a form

2008-11-12 Thread Jean MAURICE
ave to play with the following properties : "window_type" (better MODAL for the beginning) and "show_window" (as first level form for the first form). -- Jean MAURICE Grenoble - France - Europe www.atoutfox.org www.aedtf.org _

Re: Carriage Returnn on a Text File

2008-11-27 Thread Jean MAURICE
FPUTS(m.lnFileHandle, c001numped + "|") ENDSCAN FCLOSE(m.lnFileHandle) Second, I do think that you can do the same thing using the COPY command (see the help for correct syntax ...) USE AT001 IN 0 ORDER I001C02 SELECT AT001 COPY TO ('Interf2008.txt') FIELDS c001numped T

Re: VFP index corruption

2008-12-10 Thread Jean MAURICE
Jean, have you got RECNO() in your index expressions ? another jean ! -- Jean MAURICE Grenoble - France - Europe www.atoutfox.org www.aedtf.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo

Re: SQL: Find min record (vs. value) in a group

2011-09-01 Thread Jean MAURICE
I Vassilis, I would like to add that your command is a good way to avoid the SET ENGINEBEHAVIOR 70 when you want fields that are not used for the agregate functions ... Best regards The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maint

dockable and alwaysontop

2011-09-04 Thread Jean MAURICE
I tried to dock the command window, document view window, ... in a 'tabbed window' (position 4). It works and it is useful BUT, thought the property alwaysontop is set to .F., the windows are alaways 'on top' and I would like them to go 'back' when I work on a prg or a screen ... is there a way

Re: [NF] Neutrino race

2011-09-24 Thread Jean MAURICE
I live about 100 miles from the Large Hadron. I remember (but it is long ago) that the neutrinos go through the earth ... In another place in the nearby (Mont-Blanc tunnel) there is a 'space neutrino detector' (?) with about 4000m of rocks above it ... they don't care ;-) The foxil _

Re: [NF] Neutrino race

2011-09-24 Thread Jean MAURICE
http://press.web.cern.ch/Press/PressReleases/Releases1999/PR14.99FGranSasso.html just under the picture, it is said : they have no mass, they are 'uncatchable' (?), they run at light speed and they don't interact with any material ... The Foxil ___

Re: [NF] Neutrino race

2011-09-24 Thread Jean MAURICE
if you go down the paper, there is a button : 'english version' ! The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profox

Re: [NF] VFP -> Python -> Dabo

2011-10-03 Thread Jean MAURICE
Le 03/10/2011 21:46, Eurico Chagas Filho a écrit : > I feel that VFP is wounded, nobody is learning it anymore... That's not true ! The foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-f

Re: [OT] Store refuses $32 in quarters.

2011-11-03 Thread Jean MAURICE
>In France, the store can refuse if you pay by giving more than 50 coins (whatever are the coins values). Eh I didn't know that !! ;-) Jean à Grenoble The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailma

Re: [NF] Neutrino race

2011-11-19 Thread Jean MAURICE
They have done a second batch of tests this last week. And the neutrinos are still going quicker than light !!! The foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this

Re: Select speed

2011-11-22 Thread Jean MAURICE
Hi Sytze, if you want to check the speed of your queries and see which indexes are used, look at =SYS(3092, "myquery.txt") =SYS(3054, 12) The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/pro

Re: RGB for Tan

2011-11-29 Thread Jean MAURICE
And what about using the VFP function GETCOLOR() ? The Foxil > I'd suggest you let the client choose exactly the color they want: > Google "RGB color picker" and pick any one of the millions of web > sites that have an online color widget and let the client go to town > picking out exactly the co

Re: [OT] If you think the Volt is impractical . . .

2011-11-29 Thread Jean MAURICE
As the title was not 'clear' I didn't see that you were speaking about trains !!! Happily, I saw the word 'train' in the last message. First, batteries on board locomotives are only used to keep lights on, compressor, ... when the engine is off. Having an overhead and electrical locomotives or

Re: RGB for Tan

2011-11-29 Thread Jean MAURICE
All my form are based on a base class I built some years ago. In the load event of this class, I open a file which contains all the parameters of the forms and I seek the key corresponding to the current form and the current user. Main parameters are position of the top right corner, the height

Re: [OT] If you think the Volt is impractical . . .

2011-11-29 Thread Jean MAURICE
Your thought is not so bad : Air France (the world famous company that ran Concorde !) want to buy TGV to shuttle from Paris CDG to Lyon (2h) or Geneva (2.30h) or Brussels (2h). They think that a rail link between these airports should be more efficient than planes. In Switzerland all main stat

Re: [OT] If you think the Volt is impractical . . .

2011-11-29 Thread Jean MAURICE
And the European too ... The Foxil Le 30/11/2011 00:30, Dan Covill a écrit : > Now explain again to me the benefits > of the US transportation system. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/pr

Re: [OT] If you think the Volt is impractical . . .

2011-11-29 Thread Jean MAURICE
mauvais esprit !! Dis donc, tu te lèves tôt !! Jean Le 30/11/2011 06:09, Gérard Lochon a écrit : > > So you multiply by 3 the risk of loosing your luggage ... :o))) > > ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/

Re: Vfp and counter

2011-12-05 Thread Jean MAURICE
Gérard, tu es génial A+ The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe

Re: Keep the old files or replace?

2011-12-31 Thread Jean MAURICE
using new field type as integer ... The Foxil BYTW : happy new year to all of you ! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listin

Re: Two DBC's with the same file name

2012-01-24 Thread Jean MAURICE
Le 24/01/2012 17:40, Jeff Johnson a écrit : > Please don't suggest that I change the file name. But what about using an alias ? USE dbc1!filename AS filename1 IN 0 USE dbc2!filename AS filename2 IN 0 ? USED(filename1) ? USED(filename2) The foxil __

Re: An SQL Select poser.

2012-01-30 Thread Jean MAURICE
You can try something like SELECT aa.account, aa.reference, aa.date, aa.value ; FROM yourtable aa ; WHERE aa.value > 0 AND ; aa.account+aa.reference+DTOS(aa.date)IN ; SELECT ab.account+ab.reference+DTOS(ab.date) ; FROM yourtable ab WHERE ab.value <0) ; INTO CURSOR myresult ; UNION ; SELECT

Re: An SQL Select poser.

2012-01-30 Thread Jean MAURICE
Paul, it seems very clever and a lot more simple than my solution. Best regards The Foxil Le 30/01/2012 15:21, Paul Newton a écrit : > Alan > > How about Selecting Sum(Value) As n1, Sum(Abs(Value)) As n2 Having Abs(n1) # > Abs(n2) > > Paul Newton >

Re: [OT]: Italian Cruise Liners

2012-01-31 Thread Jean MAURICE
So, I Think the Captain of the Costa Concordia was a fan of Churchill : he was one of the first escaping on earth ... The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version o

Re: Filtering Oddity

2019-05-15 Thread Jean MAURICE
Le 15/05/2019 à 20:36, Koen Piller a écrit : Woody And where is set filter in this respect? Browse is not for end users, with a grid you are better of. Koen NO ! having begun with Fox Dos, I am very easy with command lines, on key label, browse, ... a lot more easy than using the mouse ! And

Re: AW: Filtering Oddity

2019-05-15 Thread Jean MAURICE
+1 The Foxil Le 15/05/2019 à 20:39, juer...@wondzinski.de a écrit : We don't talk about endusers, we are the experts. Experts are using data directly and edit directly in a browse. PAH!! wOOdy ___ Post Messages to: ProFox@leafe.com Subscription Mai

Re: [NF] AtoutFox, Lyon, France

2019-05-26 Thread Jean MAURICE
Hi Johan I listened to Fabrice speeches on X# in Lyon (France) last friday. It was very interesting even if I didn't understand all what he said (I am 64 and more a specialist of DOS than Windows ;-) ). But I think it will open a door to 'modern programming' ! Some of us are going to try to

Re: Happy Anniversary!

2019-08-17 Thread Jean MAURICE
ouaouh so old ? and still working ? Some of you remember that I am a railway fan and a ... fossile in computer programming. Last week, I have benn hired by SNCF (the French National Railways) to maintain an app built in 1991 with ... Pascal. In fact there is a new app being built but it is ver

Re: Printing native VFP reports to other types (like XLSX, PDF, DOCX, etc.)

2017-03-16 Thread Jean MAURICE
You can try Foxypreviewer : http://weblogs.foxite.com/vfpimaging/2010/09/29/foxypreviewer-features-settings-dialog/ The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free versio

Re: SQL sum

2017-04-20 Thread Jean MAURICE
Hi Tom, what do you want to have as a result if your datas are 1 A 10 1 B 20 1 A 30 If you want 1 A 40 1 B 20 you can write SELECT stock_id, location, SUM(quantity) as mysum FROM mytable GROUP BY stock_id, location INTO but in this case (and except with VFP) you can't have a 'quantit

Re: SQL sum

2017-04-20 Thread Jean MAURICE
BIG ERROR ! you MUST NOT have m as local alias. Choose another letter !! The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailm

Re: is there a proper way in FPW 2.6 to add a line to the end of a memo?

2017-04-28 Thread Jean MAURICE
Hi Michael, in fact each time you modify a memo field, its previous space is marked as 'unused' and a new space is created on the HDD. I think that the only way to avoid the size to grow is to PACK MEMO the table at the end of the update (or perhaps during the update if the size'grow (is it un

Re: "Record is not available" error in FPW 2.6

2017-06-02 Thread Jean MAURICE
IMHO, if you have a RLOCK() / UNLOCK you don't need the FLUSH command. I remember, but it is far, that the fact to lock a rcord forces the 'flush'. Can someone agree or disagree ? The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintena

Re: VFP and Gmail

2017-06-06 Thread Jean MAURICE
Hi Rafael, I think we have all the same problem. Here in France, a standard is 100 mails per hour. What I have done is a 'slave app' sending one email each 40 seconds. The main app fills a table with all datas needed to send the email : @, text, files to join, etc. It tooks a very short time a

Re: [FIC] Problems with Adapted code

2017-07-24 Thread Jean MAURICE
Le 24/07/2017 16:57, mbsoftwaresoluti...@mbsoftwaresolutions.com a écrit : Should I use the WWWC forum instead? NO ! I only read Profox and I want to be 'aware' of FIC ! The [FIC] prefix is sufficient for those who want to filter this part of the list ... The Foxil

Re: VFP Icon issue

2017-08-24 Thread Jean MAURICE
you can try : right clic on the icon (the one on the desktop), properties, select icon (in french : changer d'icône). The first suggestion should be the good one. HTH the Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://m

[OT] Re: [FW] Programming language life expectancy

2017-08-31 Thread Jean MAURICE
These last few days, I am smiling when I read Profox : I thought I was the only 'Foxil' still working with Foxpro DOS (I have an app working on a Compaq PC that is 23 years old !) and I am an 'expert' of FORTRAN : when I was in university it was one the few languages available (with COBOL and a

Re: [NF] Re: [FW] Programming language life expectancy

2017-09-01 Thread Jean MAURICE
Hi Laurie, I had a Vic20 and I think it was the first microcomputer to have 64koctets of memory. It was based on a 6502 microprocessor. I spent a lot of nights with it before meeting my future wife ! The Foxil Le 01/09/2017 19:04, Laurie Alvey a écrit : Didn't everyone at least dabble

Re: [NF] Re: [FW] Programming language life expectancy

2017-09-01 Thread Jean MAURICE
So, I think I am beginning with Alzheimer ! The Foxil Le 01/09/2017 20:44, Laurie Alvey a écrit : Yeah, the one "with the enormous memory" was the Commodore 64 (64K)! Laurie On 1 September 2017 at 18:44, Ted Roche wrote: "The VIC-20 had 5 KB of RAM, of which only 3.5 KB remained available

Re: Reactivated old FOXil

2017-10-19 Thread Jean MAURICE
I happy to see you again Woody !! By the way I am the only one Foxil ... The Foxil In Grenoble - France PS for some times I don't receive the first mail of a post but only those beginning with 'Re:'. I mean 4 posts on 5 are correct (sad news, Trigger design) but I didn't receive the original

Re: hellooo-o

2018-01-13 Thread Jean MAURICE
I am here too ! The Foxil Le 13/01/2018 à 14:23, AndyHC a écrit : Knock knock! Is there anybody there? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http:

Re: hellooo-o

2018-01-14 Thread Jean MAURICE
a long time ago, I read this joke : "Knock, knock." "Who's there?" very long pause…. "Java." Have a nice week-end ! The Foxil Le 13/01/2018 à 14:23, AndyHC a écrit : Knock knock! Is there anybody there? [excessive quoting removed by server] ___ Po

Re: Trashed class library

2018-01-29 Thread Jean MAURICE
On Mon, Jan 29, 2018 at 9:05 AM, Laurie Alvey wrote: Mmm. I didn't get the original post. Laurie Mine was in gmail spam folder I have the same problem but for some time now : I do not receive original messages and they are not in the spam folder. But all answers are ok. And sometimes the

Re: [NF] Anyone watch the liftoff yesterday?

2018-02-07 Thread Jean MAURICE
it was surprising to hear Bowie in the space. I think it's the best improvment made by Mr Musk : allowing sound waves travelling through the 'vacuum' ;-) The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/

Re: String Reference to Object

2018-02-15 Thread Jean MAURICE
Hi Gene, have you tried WITH (m.reference) .referredto = etc ENDWITH ? The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/ma

Re: Thread Start Test

2018-03-26 Thread Jean MAURICE
HI Gene, I can read your post so your are wrong BUT it's very rare I can read original post. In most cases, I only read responses. Happily they include the original question ! The Foxil Le 27/03/2018 à 00:36, Gene Wirchenko a écrit : Hello: I do not appear to be able to originate thre

Re: Appending from a Cursor

2018-04-12 Thread Jean MAURICE
Hi Gene, 'append from' appends data from a file on the disk and a cursor is not a file ! Can you try this : APPEND FROM (DBF(m.alimport)) The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinf

Re: Numbering Scheme

2018-10-11 Thread Jean MAURICE
so to improve this solution : print the time and then add the sequential number as milliseconds such as : 172543.124 : the ticket has been printed at 17h25m43s and is the 124th ... The Foxil Le 11/10/2018 à 17:12, Frank Cazabon a écrit : That may work! Frank. Frank Cazabon On 11/10/2018 10:

Re: SQL prob

2012-02-12 Thread Jean MAURICE
Andrew, I don not thonk that a where clause can work on a calculated field. So the correct query is somthing like : SELECT ; IIF(EMPTY(natno) OR ninoconfirm = .f.,.t.,.F.) as choose, ; natno, ; ninoconfirm , ; surname ; FROM calcpay!employee ; WHERE EMPTY(natno) OR nino

Re: beginner's question

2012-02-22 Thread Jean MAURICE
ou ? Why do you come to VFP supposed to be dead ? -- Jean MAURICE (the Foxil) Grenoble - France - Europe www.j-maurice.fr www.atoutfox.org www.aedtf.org ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo

Control-M and VFP

2012-02-27 Thread Jean MAURICE
Has anyone already driven VFP from within Control-M ? A customer, in France, has such a thing (as far as I have understood, there are about 80 VFP 'scripts') but he has a lot of problems and is looking for help. In fact I need informations about 'how control-M works'. Thanks in Advance The Foxi

Re: Control-M and VFP

2012-02-27 Thread Jean MAURICE
ok I ask him ... Thanks The Foxil Le 27/02/2012 17:51, Dave Crozier a écrit : > Jean, > If you mean the Job Scheduling suite produced by BMC then I have done some > work on it but only for the purposes of data transfer as they recently > updated it to run on M$ SQL Server, however I may be able

Re: Control-M and VFP

2012-02-27 Thread Jean MAURICE
Hi Tracy, I didn't think of that. This is a great idea. I ask him ... It's such a long time since I used it :-) The Foxil Le 27/02/2012 18:16, Tracy Pearson a écrit : > Dave, > He might be referring to the keyboard macro's built into VFP IDE and > Runtime. > > Tracy Pearson > PowerChurch Softw

Re: [NF]: Referencial Integrity

2012-02-28 Thread Jean MAURICE
IMHA, during all the design time, it should belong to your code; allowing you to correct mistakes and bugs. Once design is over and for safety, you should transfer (or copy) it to the database. The Foxil ___ Post Messages to: ProFox@leafe.com Subscr

Re: Cannot Insert

2012-03-01 Thread Jean MAURICE
Jerry pay attention to this point : if you have a primary key, you can do an INSERT BLANK but if you leave this record blank, you can't add another one because you can't have two 'blank' keys. HTH The Foxil ___ Post Messages to: ProFox@leafe.com Sub

Re: I'm having issues with access and assign

2012-04-10 Thread Jean MAURICE
Le 11/04/2012 05:04, Tracy Pearson a écrit : > The method lActive_Assign is fired in VFP when the lActive is assigned a new > value. Just a detail : I would have write (writen ?) : "is assigned a value". The 'new' value can be the same as the 'old' one and _assign is fired. In the _assign metho

Re: [OT] A dramatic surprise on a quiet square

2012-04-15 Thread Jean MAURICE
Un bon coup de pub !! The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/ar

Re: [OT] A dramatic surprise on a quiet square

2012-04-15 Thread Jean MAURICE
bonjour Jean-Marie, je vais avoir un camping-car bientôt ... on ira te voir ! Il y a une gare dans le coin ;-) ? Tu y passes beaucoup de temps ? tu y travailles ? ou c'est juste pour les vacances ? A+ Jean ___ Post Messages to: ProFox@leafe.com Sub

Re: Are NESTED LOCATED Allowed?

2012-04-20 Thread Jean MAURICE
Just to answer your question : LOCATE without any RANGE will start serach from the beginning of the file. If you want to locate something and then something else 'further', don't forget the REST clause .. It's just in case of ! I haven't understood what you are trying to do ! The Foxil __

Re: Are NESTED LOCATED Allowed?

2012-04-20 Thread Jean MAURICE
Even if you stay with the 'old' SCAN command, you should use all its possibilities (capabilities ?) : SELECT EDIHDR SCAN FOR SEEK('TARGE'+edihdr.CUSTPO, 'orderhdr') SELECT OrderHdr * if you had a good index, you could have a fine SCAN REST WHILE a lot quicker * than th

Re: On Key, InKey & Getting Key Strokes [Resolved]

2012-04-26 Thread Jean MAURICE
And if you have an index on lastworked and you want to stay with your 'old era program', try to use SET KEY instead of SET FILTER ... HTH The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/prof

Re: On Key, InKey & Getting Key Strokes [Resolved]

2012-04-26 Thread Jean MAURICE
I apologize, my answer was for 'empty filter consition' ! The foxil PS I am glad to see that I am not alone stil using @x,y SAY . Le 27/04/2012 07:08, Jean MAURICE a écrit : > And if you have an index on lastworked and you want to stay with your 'old era > program

Re: Empty filter condition.

2012-04-26 Thread Jean MAURICE
And if you have an index on lastworked and you want to stay with your 'old era program', try to use SET KEY instead of SET FILTER ... HTH The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profo

Re: Button click without focus

2012-05-11 Thread Jean MAURICE
What about writing your code in the gotfocus() event with a RETURN .F. at the end of it ? It's untested The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this l

Re: General Design Question

2012-05-21 Thread Jean MAURICE
one thing and a big question ! I am building a school management system. Problem in french schools is that computers are old and LAN slow. VFP is able to work with more than one Database. So I have a 'common database' on the server and a local database on each station. The local database helds

Re: General Design Question

2012-05-21 Thread Jean MAURICE
Thanks Tracy and Stephen : I'll stay on the right way and ask for data when needed ... The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/m

VFP9 SP2 + W7-64 + toolbar

2012-05-28 Thread Jean MAURICE
I have a strange problem : I have an app that works on WIN XP and on one PC WITH W7-64. In a modal form, I instanciate a toolbar. Under XP, I can access this toolbar, I can move it, resize it ... but not under win7. When I try to 'reach' it, I hear the ding as when we try to 'escape' from a mo

Re: VFP9 SP2 + W7-64 + toolbar

2012-05-28 Thread Jean MAURICE
Hi Dave, it works if I set the showwindow property to 'in desktop'. It gives a strange result in the IDE but it's ok with an exe. There is a drawback ! moving the toolbar is VERY slow ! Thanks The Foxil Le 28/05/2012 10:31, Dave Crozier a écrit : > Is the form designated as "top form"? I came

Re: VFP9 SP2 + W7-64 + toolbar

2012-05-28 Thread Jean MAURICE
Thanks Dave. The Foxil Le 28/05/2012 15:54, Dave Crozier a écrit : > Jean, > I found exactly the same thing (slowness of moving) and haven't been able to > solve it as of yet but it's on the list for later this week. I'll keep you > posted. > > Dave

Re: VFP9 SP2 + W7-64 + toolbar

2012-05-28 Thread Jean MAURICE
In fact, I have the problem only with the PC + WIN7-64 ... The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Se

Re: VFP9 SP2 + W7-64 + toolbar

2012-05-28 Thread Jean MAURICE
Tracy, I am old and a fan of DOS. I work under Windows because I can't avoid it. So Aero is not for tomorrow neither after-tomorrow ;-) The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profo

Re: VFP9 SP2 + W7-64 + toolbar

2012-05-29 Thread Jean MAURICE
This is a private joke : I am a Railway Fan ! Merci Gérard ! The Foxil Le 29/05/2012 14:27, Gérard Lochon a écrit : > From: "Jean MAURICE" > >> So Aero is not for tomorrow neither after-tomorrow ;-) > He prefers Rail - o

Re: Repair vcx

2012-06-27 Thread Jean MAURICE
Try to have a look to all the recent .tmp files in the VFP tmp directory. You can try to open them with a USE the one to open being the smaller one of each name hth The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

Re: Sending E-mails from VFP

2012-06-29 Thread Jean MAURICE
I have done that nearly for free and with nearly no difficulty. Because I have it, I use XFRX to build PDFs but I think that Cesar CHALOM has done a free pdf export : FoxyPreviewer. To send emails, I use a library built by Francis FAURE (based on Rick STRAHL classes ?) : http://www.vfp.fr/telecha

Re: Sending E-mails from VFP

2012-06-29 Thread Jean MAURICE
Here is an example of vfpwinsock (http://www.vfpwinsock.com) |*SET* *PROCEDURE* *TO* VFPwinsock o=*CREATEOBJECT*(_"VFP_Winsock_Send_Mail"_) o.SMTP_HOST = _"smtp.Serveur.com"_ o.*FROM* = _"mon_em...@serveur.com"_ o.FROM_NAME = _"Mon Nom"_ o.*TO* = _"ton_em...@serveur.com"_ o.Subject = _"Hello Worl

Re: Sending E-mails from VFP

2012-06-30 Thread Jean MAURICE
Hi Kurt, In the orignal text there are NO asterisks. I do not know where they come from !! The Foxil Le 29/06/2012 22:13, Kurt Wendt a écrit : > Hello Jean, > > Thanks for your input again! I just download the procedure file an > example. Just curious, in your code below - you have an Asterisks

Re: Sending E-mails from VFP

2012-06-30 Thread Jean MAURICE
Le 30/06/2012 11:13, Fred Taylor a écrit : > Were those parts bold in your text? Some editors treated a > leading/trailing "*" like an HTML bold tag. YES ! Thanks a lot. The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http:/

Re: [OT] - Do you like trains ?

2012-07-04 Thread Jean MAURICE
eh that is wonderful ! I belong to a club like this one but 20 times smaller ! We have only 3 steam engines (and they are small (040)) and may be 100m long track ! The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http:/

Re: Months later ... i have an SQL soluce for "what is the rank of this data in an index order?"

2012-07-10 Thread Jean MAURICE
oh my god !! Je n'aurais JAMAIS imaginé imbriquer des SELECT dans la clause FROM I would never dare use a SELECT in a FROM clause of a SELECT statement being itself in a FROM clause of a 'upper' SELECT !!! The Foxil Jean à Grenoble ___ Post Me

Re: VFP9: Outputing to PDF

2012-07-11 Thread Jean MAURICE
and you can try Foxypreviewer of Cesar CHALOM . It has a lot of features including save to PDF .. The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://

Re: test for array

2012-07-12 Thread Jean MAURICE
May be you can try Grenoble's airport (St Etienne de St Geoirs) : the runway is 3.2 km long ... and you can have a beer in my home just near it ! The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listi

[OT] was test for array

2012-07-12 Thread Jean MAURICE
Well, my 'second home' is very near the runway (may be 2km of the west end (ther is only one or two planes a day ...)). But the 4 tramway lines (5 next year) are about 45km away. I tried to find the position of the airport but neither with google maps neither with IGN, I could find it. The

Re: [OT] was test for array

2012-07-12 Thread Jean MAURICE
There is a french foxer who likes flying ... we can plan a meeting ! The foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/pro

Re: [OT] was test for array

2012-07-14 Thread Jean MAURICE
Grenoble airport : 05°20'01"E 45°21'38"N Home : 05°21'38"E 45°21'11"N See you soon ;-) The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http:/

Re: SQL & Grouping Problem...

2012-07-18 Thread Jean MAURICE
You are working with VFP9 ? Try to write SET ENGINEBEHAVIOR 70 before your query SQL in VFP9 is a lot more 'standard' than before and, now and normally, you must have all non aggregate fields in the group by clause ... hth The Foxil ___ Post Message

Re: SYS(3054)

2012-07-25 Thread Jean MAURICE
Have a look at SYS(3092, "myquery.txt") The foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: h

msoutl32.ocx

2012-07-30 Thread Jean MAURICE
I am adding some points to an 'old' app written in 1999 with VFP6. In fact I work with VFP9 SP2 on a WIN7-64 machine. Two forms run well but I am unable to open them because they have an activex named msoutl32.ocx in it. This activex show something like the 'windows explorer'. When I try to op

Re: msoutl32.ocx

2012-08-01 Thread Jean MAURICE
Le 31/07/2012 11:03, Dave Crozier a écrit : > Don't forget to regsvr32 it > It's done. At least I hope ! I have built a batch file (Do you remember those old .bat files ???!!) and I ran it as administrator ... In fact, the ocx is working fine during run time; it's only in the IDE that I have the

Re: msoutl32.ocx

2012-08-01 Thread Jean MAURICE
in the syswow64 directory ... For what I have looked for until now, I think I am missing or I have an incorrect msoutl32.reg file ... The error is you 'have no license' and not 'unable to find' ... The Foxil PS Gérard, j'ai déjà posé la question sur Atoutfox, ce qui m'amène à penser à ce .re

Re: msoutl32.ocx

2012-08-01 Thread Jean MAURICE
I am supposed to be in holydays ... and I have only my own computer WIN7-64 ... and a 16Kb ADSL link Jean Le 01/08/2012 16:48, Gérard Lochon a écrit : > From: "Jean MAURICE" > . > Have you tried to test it on another computer, a clean one withou

Re: Any one put an app in a cloud?

2012-08-01 Thread Jean MAURICE
Eh Thierry, on dort ? presque 24h pour réagir ! ;-) To all : I was wondering why Thierry took so long to react ! Jean ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this li

Re: [OT] Traingasm

2012-08-05 Thread Jean MAURICE
Oh I understand him ! I participated to a renewal of a steam locomotive in years 1975 - 1980. It was a 5 years hard work for 6-10 people. And after 3 failures, I remember it's first 'Tchou' as if it was yesterday ... Best regards The Foxil ___ Post

  1   2   3   >