Hi Fernando,

I hope you don't mind me following up on your tip for automating your build. 
Because of the way I build my EXE for multiple clients I remove a config type 
file from the project, add in the appropriate one for the client, and then fire 
off the build method which creates the customer specific version of the EXE. I 
also use VSS integrated source control with the project and the project Add 
method invokes two dialogs from the SCC provider. The first one verifies the 
file I am adding to the project and the second prompt asks to confirm that I am 
retrieving the config file out of VSS and overwriting my local copy. I've been 
living with the fact that I have to type two keystrokes for each client EXE;  
CTRL-ENTER to clear the first dialog and Y to clear the second. I just 
implemented the KEYBOARD PLAIN bit you show and it looks like I can now 
actually create all the new client EXEs without having to hit those two 
keystrokes for each client. ¡Muchas Gracias! 

I may have to try FOX2BIN sooner rather than later so I can dump VSS and move 
to git.... :-)

 --

rk
-----Original Message-----
From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fernando D. 
Bozzo
Sent: Monday, September 29, 2014 9:22 AM
To: profoxt...@leafe.com
Subject: Re: Project moved.

Hi Chris:

We are using automation for Unit Testing with FoxUnit, and the project part
are resolved with this code:


KEYBOARD "YA" PLAIN
MODIFY PROJECT c:\desa\test\yourproject.pjx NOWAIT NOSHOW NOPROJECTHOOK
CLEAR TYPEAHEAD


Best Regards.-



_______________________________________________
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/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/DF1EEF11E586A64FB54A97F22A8BD04423C5CC97E0@ACKBWDDQH1.artfact.local
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to