Word automation

2008-09-22 Thread Rafael Copquin
's Guide by Tamar Granor and others. However, if I wanted to know in advance whether an instance of Excel is open in the user's computer, is there any API call or function that would tell me this] And if there is, could any of you post the

Re: Word automation

2008-09-22 Thread Rafael Copquin
Thank you guys I'll look into your suggestions Rafael - Original Message - From: "Rafael Copquin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 22, 2008 7:47 AM Subject: Word automation >I usually use this code to launch Excel via au

autoincremental values

2008-09-24 Thread Rafael Copquin
tableupdate if save is ok then end transaction otherwise rollback I need the second autoincremental value from the father table, the control field ctl, to replace in the appropriate field in the child table. So again, how can I obtain this value? TIA Rafael Copquin --- StripMime Report

Re: autoincremental values

2008-09-24 Thread Rafael Copquin
there a better way? Rafael Copquin Original Message - From: "Rafael Copquin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2008 2:38 PM Subject: autoincremental values >I have a table with two fields configured as integer autoinc.This

passwords and automation

2008-09-30 Thread Rafael Copquin
,"Excel.Application") endif with this.oExcel .Workbooks.Open(cSheet) .visible = .t. endwith In the above scenario I have to also send the password, so what code should I write? TIA Rafael Copquin ___ Post Messages to: ProFox@leafe.com Subscripti

udl files

2008-11-12 Thread Rafael Copquin
smart trick. But as usual when I assist to an all-day course, I was drowsy at the time and missed the explanation on how to make this file. Thanks in advance Rafael Copquin ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

Re: udl files

2008-11-12 Thread Rafael Copquin
Thanks for the info Stephen Rafael - Original Message - From: "Stephen Russell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 12, 2008 2:08 PM Subject: Re: udl files > On Wed, Nov 12, 2008 at 11:41 AM, Rafael Copquin <[EMAIL PROTECTE

Re: udl files

2008-11-12 Thread Rafael Copquin
k on > it in Explorer and it will open a Data Link properties window. > > On Wed, Nov 12, 2008 at 10:41 AM, Rafael Copquin > <[EMAIL PROTECTED]>wrote: > >> Does anyone know how to make a udl file to test a SQLServer connection? >> >> Last week I at

stored procedures in SQL

2008-11-18 Thread Rafael Copquin
(passing for instance a customer PK), so the procedure will return the customer name, address, email, etc. A very simple sql call. But how do you create the procedure in the SQL engine? Or should I ask this question in a SQL forum? TIA Rafael Copquin --- StripMime Report -- processed MIME parts

Re: stored procedures in SQL

2008-11-19 Thread Rafael Copquin
kly. > > Calvin has an example of creating a Stored Procedure on SQL Express in > VFP: > > http://blogs.msdn.com/calvin_hsia/archive/2006/05/19/602089.aspx > > Dave Crozier > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

Re: stored procedures in SQL

2008-11-19 Thread Rafael Copquin
Thanks, Stephen, good tip. Rafael - Original Message - From: "Stephen Russell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2008 11:04 AM Subject: Re: stored procedures in SQL > On Tue, Nov 18, 2008 at 6:19 PM, Rafael Copquin <

Re: stored procedures in SQL

2008-11-19 Thread Rafael Copquin
Wow,Jeff ! That's just what I needed to start with ! Thank you very much indeed ! Rafael Copquin - Original Message - From: "Jeff Trusty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2008 2:47 AM Subject: Re: stored p

Re: Menu pads, popups and bars

2008-11-24 Thread Rafael Copquin
some menu generator. VFP menu generator makes it unnecessary to use the manual code above, but it occasionally helps to know how it works, and we can use as in this case. Hope it helps Rafael Copquin - Original Message - From: "Paul Newton" <[EMAIL PROTECTED]> To: <[

Re: FORMAT AND INPUTMASK IN WITH TEXTBOX

2011-08-04 Thread Rafael Copquin
run the form and press the space bar to change your selection or the first letter of each option (assuming each option has a different first letter) Rafael Copquin ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/

Re: FORMAT AND INPUTMASK IN WITH TEXTBOX

2011-08-04 Thread Rafael Copquin
Appart from my previous post you can also do it on the screen, like the old fox dos, like this (just to test it) @5,5 say 'Fruit ' get fruit default Space(10) function "@M apples,bananas,mangos,oranges,pears" Read Rafael Copquin El 04/08/2011 14:55, Jerry Foote escrib

Yo tambien!

2011-08-27 Thread rafael copquin
http://liv7.us/tB/?msg=c5mw34hnb&p=profoxt...@leafe.com";>Click aqui para ver el mensaje --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Sub

RDT and Windows XP Prof

2011-08-29 Thread Rafael Copquin
new products, price changes, etc. Both have to use the computer at the same time, without the RDT guy kicking the local guy out of his sesssion. This is perfectly doable with Windows Server 2003/2008. But, how is it done with Windows XP Professional? Rafael Copquin

Re: RDT and Windows XP Prof

2011-08-29 Thread Rafael Copquin
I need solution 2. Then it means that my client would have to change his XP Prof to a Windows Server OS? No alternative solutions? Rafael Copquin El 29/08/2011 21:39, Jeff Johnson escribió: > I do a lot of this and it is my understanding that unless you both want > to be using the same

Re: RDT and Windows XP Prof

2011-08-30 Thread Rafael Copquin
Thanks for the input. I'll try this Rafael Copquin El 30/08/2011 6:11, Alan Bourke escribió: > > On Tue, 30 Aug 2011 19:14 +1200, "Sytze de Boer" > wrote: >> Where do we find such a hack? > > http://lmgtfy.

Re: RDT and Windows XP Prof

2011-08-30 Thread Rafael Copquin
:05, Charlie Coleman escribió: > At 08:34 AM 8/30/2011 -0300, Rafael Copquin wrote: >> Thanks for the input. I'll try this > ... >> El 30/08/2011 6:11, Alan Bourke escribió: >>> http://lmgtfy.com/?q=xp+multiple+rdp+registry+hack >>> > ... > It looks

Re: RDT and Windows XP Prof

2011-08-31 Thread Rafael Copquin
a SQL server and the connection is through SPT. Rafael Copquin El 30/08/2011 18:48, Tracy Pearson escribió: > Jerry Foote wrote on 2011-08-30: >> File sharing over a VPN is slow. >> Can you just compile the parts of the program that update the data file > and >>

Re: RDT and Windows XP Prof

2011-08-31 Thread Rafael Copquin
believe VFP can consume a .NET WS (can it?) I am getting confused already Please, enlighten me! Rafael El 31/08/2011 11:49, Tracy Pearson escribió: > Rafael Copquin wrote on 2011-08-31: >> Hi all >> >> I was considering building WebService, publish it with the XP Prof

Re: RDT and Windows XP Prof

2011-08-31 Thread Rafael Copquin
Good idea, I saw the examples, but can't program in either VB or C#, so I would be stuck there. Rafael El 31/08/2011 13:00, Tracy Pearson escribió: > Allen wrote on 2011-08-31: >> Yes it is. Has to be to run vfp com dll >> Al >> > Allen, > > That is one way to host a VFP COM object, I have i

Re: RDT and Windows XP Prof

2011-08-31 Thread Rafael Copquin
I just downloaded Python and will take a look at it. Thank you Rafael El 31/08/2011 14:19, Malcolm Greene escribió: > Rafael, > >> There is a little caveat: I know absolutely nothing of .NET :-( > If you don't know .NET and are going to make an investment in learning a > new tool, then you might

Re: RDT and Windows XP Prof

2011-09-01 Thread Rafael Copquin
I understand perfectly when you say "mucho dinero" (a lot of money). Thanks for the warning:-) Rafael El 01/09/2011 6:18, Alan Bourke escribió: > > On Wed, 31 Aug 2011 15:02 -0300, "Rafael Copquin" > wrote: >> I just downloaded Python and will take a look

scatter name

2011-09-09 Thread Rafael Copquin
r the null value? Do you use a function like ascan or any other? Rafael Copquin ___ 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/

Re: scatter name

2011-09-09 Thread Rafael Copquin
l Message- > From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of > Rafael Copquin > Sent: 09 September 2011 16:13 > To: profoxt...@leafe.com > Subject: scatter name > > Say you scatter all fields of one record to an object, like so: > > select

Re: scatter name

2011-09-09 Thread Rafael Copquin
ey Devils > (973)757-6164 > jskel...@newjerseydevils.com > From: profoxtech-boun...@leafe.com [profoxtech-boun...@leafe.com] on behalf > of Rafael Copquin [rcopq...@fibertel.com.ar] > Sent: Friday, September 09, 2011 11:12 AM > To: profoxt...@leafe.c

Re: VFPOLEDB issues in SQL 2008R2 / Windows 7

2011-09-19 Thread Rafael Copquin
he VFP Ole provider at all. So Microsoft can deprecate it freely, I can't care less. Rafael Copquin El 15/09/2011 18:45, Ted Roche escribió: > On Thu, Sep 15, 2011 at 3:38 PM, Lou Syracuse > wrote: > >> We are taking small steps towards getting all our apps to SQ,L which we

zip from vfp

2011-09-23 Thread Rafael Copquin
I need to zip files from a VFP 9 app. Is there a free tool that will allow me to do that? Rafael Copquin ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http

Re: zip from vfp

2011-09-23 Thread Rafael Copquin
n Fri, Sep 23, 2011 at 11:25 AM, Rafael Copquin > wrote: > >> I need to zip files from a VFP 9 app. Is there a free tool that will >> allow me to do that? >> >> Rafael Copquin >> >> [excessive quoting removed by server]

xml adapter

2011-09-23 Thread Rafael Copquin
e','',.t.) && generates a XMLfile called XMLfile.xml in the c:\data\xmlfiles folder the above operation took 8 minutes ! Is there a way to overcome this limitation? Am I doing something wrong? Rafael Copquin ___ Post Mess

Re: xml adapter

2011-09-23 Thread Rafael Copquin
gt; > -Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On > Behalf Of Rafael Copquin > Sent: Friday, September 23, 2011 3:16 PM > To: profoxt...@leafe.com > Subject: xml adapter > > As part of my data transmission routine between b

Re: xml adapter

2011-09-23 Thread Rafael Copquin
XML files and > separate schema file in a couple of seconds. > > BTW Fred is Craig's evil twin brother. He writes VB6 code... > > -- > rk > > > -Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On > Behalf O

Re: xml adapter

2011-09-23 Thread Rafael Copquin
try for the VFPCompression > library twice earlier and they never came through to the list. > > -- > rk > > -Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On > Behalf Of Rafael Copquin > Sent: Friday, September

Re: zip from vfp

2011-09-23 Thread Rafael Copquin
same features as what > I had used back in 2008. > > Fred > > > On Fri, Sep 23, 2011 at 11:51 AM, Rafael Copquin > wrote: > >> Thank you, but I forgot to mention that I needed a free one. >> I'll go for Fred Boyd's >> >> Rafael >> >

Re: [NF] On-line password management

2011-10-10 Thread Rafael Copquin
I would definitely shy away from something like that. I prefer to keep my own records on passwords for the different url's I access Rafael Copquin El 10/10/2011 11:06, James E Harvey escribió: > Is anyone using an on-line service to manage their password, do you feel > safe using t

Re: [NF] On-line password management

2011-10-10 Thread Rafael Copquin
m: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf > Of Rafael Copquin > Sent: Monday, October 10, 2011 10:15 AM > To: profox@leafe.com > Subject: Re: [NF] On-line password management > > I would definitely shy away from something like that. I prefer to keep my

Re: Cursor Adapter in DE Question

2011-10-11 Thread Rafael Copquin
CA's benefitial in a situation as the one you describe is when you need to update the underlying table, otherwise, simple SPT statements would do just fine. Rafael Copquin El 11/10/2011 12:41, Dave Crozier escribió: > Not having used cursor adapters very much and wanting to try them as a sh

Re: Cursor Adapter in DE Question

2011-10-12 Thread Rafael Copquin
o the class and coding is much faster that way. In any case, you can use a combination of SPT and CA's in the same routine and both will work just as well. I guess it is a matter of choice or oportunity. Rafael Copquin El 12/10/2011 4:17, Dave Crozier escribió: > Rafael, > Well tha

Re: Cursor Adapter in DE Question

2011-10-12 Thread Rafael Copquin
Very true. As a matter of fact it was you that pointed me to that prg some time ago, which I incorporated into my classes. It is really a very useful utility. I wholeheartedly recommend it! Rafael Copquin > > I'll take a moment to again point out that Paul McNett's > MakeU

vfp and sql server transactions

2011-10-12 Thread Rafael Copquin
indows 7 Ultimate and SQL Server 2008 Express RS 2 If anybody has the answer, I will appreciate it. Rafael Copquin ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this

Re: Cursor Adapter in DE Question

2011-10-13 Thread Rafael Copquin
adly. Just create a test database, put some tables in it, fill them with data and go on. I strongly advise you to read the books from Hentzenwerke, Megafox, Internet Applications. etc. That's where you get all the information you need Rafael Copquin ** makeadapter method Lparameter

Re: Copy & Paste From Grid

2011-10-20 Thread Rafael Copquin
Then you: select myCursor scan for logicalfield copy the record to another ad hoc cursor that will afterwards be sent to the clipboard endscan Rafael Copquin ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/m

Re: Copy & Paste From Grid

2011-10-21 Thread Rafael Copquin
p. > > -- > rk > > > -Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On > Behalf Of Rafael Copquin > Sent: Thursday, October 20, 2011 5:27 PM > To: profoxt...@leafe.com > Subject: Re: Copy& Paste From Grid > > >

Re: Access to VFP

2011-10-24 Thread Rafael Copquin
ld3 {} in case they contain nulls Rafael Copquin El 24/10/2011 18:54, Jeff Johnson escribió: > I am creating a dbf from Access data. The Access data has nulls in it. > When I do a copy to dbf from the Access cursor is there any way to get > rid of the nulls? > > _

vfp and windows live mail

2011-10-27 Thread Rafael Copquin
appreciate any leads, help, advice, etc Rafael Copquin ___ 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

Re: vfp and windows live mail

2011-10-27 Thread Rafael Copquin
Outlook Express into his machine, is it possible to automate Outlook Express to access yahoo and use that account to send or receive emails? e) What about Thunderbird instead? Rafael Copquin El 27/10/2011 15:46, Alan Bourke escribió: > > On Thursday, October 27, 2011 2:32 PM, "Raf

Re: vfp and windows live mail

2011-10-27 Thread Rafael Copquin
VFP9 SP2 app) >> c) he has Windows Live Mail, but I can uninstall it and download Outlook >> Express >> >> d) He has a yahoo email account. If I download Outlook Express into his >> machine, is it possible to automate Outlook Express to access yahoo and >> use t

Re: laFiles is not an array error

2011-11-23 Thread Rafael Copquin
Just write local array laFiles(1) Rafael Copquin El 22/11/2011 14:07, Thierry Nivelet escribió: > Hi All, > > Do you see any reason why VFP9 would not support this: > > LOCAL lnWord, llBS, lcFile, laFiles[1], llResult, lcResult > > DIMENSION laFiles[1]&& some &#

sql server express debugging

2011-11-23 Thread Rafael Copquin
the way to do it in SQL Server? I mean, is there a menu option to check to start the debugger in SQL Server Express or there is no such thing? TIA Rafael Copquin ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com

Re: sql server express debugging

2011-11-23 Thread Rafael Copquin
Thank you both, Gianni and Fred Rafael El 23/11/2011 14:49, Rafael Copquin escribió: > I would like to follow a stored procedure behaviour line by line, as one > can do in VFP with the debugger. > I need to know what is the value of the parameters received by the SP > as they are pas

Re: sql server express debugging

2011-11-23 Thread Rafael Copquin
RAFAEL SOFTWARE",'BUENOS AIRES')] is the equivalent TSQL only this?: cCmd = 'insert into customers(account,companyname,province) values('1234','RAFAEL SOFTWARE','BUENOS AIRES')' BTW, is that the correct syntax? Rafael Copquin El 23/11/

Re: sql server express debugging

2011-11-23 Thread Rafael Copquin
QL), otherwise > sooner or later someone would enter Rock'n'Roll as company name and > your query will bomb because of those quotes. True, in VFP one could > use double quotes or square brackets as delimiters, but the problem > stays. As soon your data contain the characte

Re: sql server express debugging

2011-11-29 Thread Rafael Copquin
Thank you very much Stephen Rafael Copquin El 28/11/2011 13:32, Stephen Russell escribió: > On Wed, Nov 23, 2011 at 11:49 AM, Rafael Copquin > wrote: >> I would like to follow a stored procedure behaviour line by line, as one >> can do in VFP with the debugger. >> I

date handling in sql server 2005 express

2011-12-15 Thread Rafael Copquin
need to create a function that would detect the regional configuration of the server, so as to determine if the dates are american or british, otherwise all the sql sentences dealing with dates in my app will fail for this particular client. Please advise Rafael Copquin ___

Re: how to call up graphic image in a form

2011-12-15 Thread Rafael Copquin
th .image .visible = .f. .picture = '' endwith endwith endif thisform.refresh So when you navigate the grid, if the item code has a picture associated with it, you will see it in the image control, otherwise, you will not. Rafael Copquin El 15/12/2011 17

Re: date handling in sql server 2005 express

2011-12-15 Thread Rafael Copquin
the US. > > Lou > > > -Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On > Behalf Of Rafael Copquin > Sent: Thursday, December 15, 2011 1:12 PM > To: profoxt...@leafe.com > Subject: date handling in sql server 2005

Re: date handling in sql server 2005 express

2011-12-15 Thread Rafael Copquin
Yes it does, however I need to determine the language and date format beforehand, so I can switch automatically from one format to the other, without having to change all my sql statements. I am thinking of adding a function to my classes to do that. BTW, I read somewhere that you can create you

Re: date handling in sql server 2005 express

2011-12-15 Thread Rafael Copquin
gt; > Sent from my iPhone > Stephen Russell > 901.246-0159 > > > On Dec 15, 2011, at 3:34 PM, Rafael Copquin wrote: > >> Thank you, it works very well. In the Spanish SQL it returns Español and >> in the English one it returns us_english >> >> How about

Re: date handling in sql server 2005 express

2011-12-16 Thread Rafael Copquin
Thanks for the info Rafael El 16/12/2011 11:38, Stephen Russell escribió: > On Thu, Dec 15, 2011 at 4:03 PM, Rafael Copquin > wrote: >> Yes it does, however I need to determine the language and date format >> beforehand, so I can switch automatically from one format to the

Fwd: [GUFA] decimales en datos remotos

2012-02-08 Thread Rafael Copquin
st is if I use SET FIXED ON and then SET DECIMALS TO 4 code descripqty XD-98789 WIDGET3,585 It truncates the integer part of the quantity and shows the result with 4 decimals, which are the following digits of the integer part. What th

decimals in remote data

2012-02-08 Thread Rafael Copquin
e integer part of the quantity and shows the result with 4 decimals, which are the following digits of the integer part. What the heck is going on here? unquote Rafael Copquin ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: htt

Re: decimals in remote data

2012-02-08 Thread Rafael Copquin
Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On > Behalf Of Rafael Copquin > Sent: Wednesday, February 08, 2012 10:37 AM > To: profoxt...@leafe.com > Subject: decimals in remote data > > My last post was directly translated from t

Re: Can I programattically set method code?

2008-07-24 Thread Rafael Copquin
y of the methods to fire if the user is just navigating the grid) **method name: UNLOAD return thisform.nMatId Once the PK is obtained then I use it in the calling form as needed. In my experience, bindevents is great !! Rafael Copquin - Original Message - From: Rick Schummer To:

Re: Can I programattically set method code?

2008-07-24 Thread Rafael Copquin
oubleclicks or enters on a grid. Maybe I waste 90 % of the possibilities of bindevents, but for me, when handling grids, its ok. Regards Rafael Copquin --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kep

Re: Third issue of FoxRockX - and VFP Lifetime Achievers....

2008-07-24 Thread Rafael Copquin
Would you post the url again please ? I'd like to take a look at it. Rafael Copquin - Original Message - From: Kevin S. Goff To: [EMAIL PROTECTED] Sent: Thursday, July 24, 2008 5:38 PM Subject: Third issue of FoxRockX - and VFP Lifetime Achievers Hi, all...

Can I programattically set method code?

2008-07-25 Thread Rafael Copquin
Well, every day you learn something new, and, like they say: there are many ways to skin a fox (:-) I never new how to use allowsellselection. Thanks for the tip. Best regards Rafael Copquin - Original Message - From: Christof Wollenhaupt To: [EMAIL PROTECTED] Sent: Friday

Re: Third issue of FoxRockX - and VFP Lifetime Achievers....

2008-07-25 Thread Rafael Copquin
thanks Rafael - Original Message - From: Rick Schummer To: [EMAIL PROTECTED] Sent: Thursday, July 24, 2008 8:34 PM Subject: RE: Third issue of FoxRockX - and VFP Lifetime Achievers >>Would you post the url again please ? I'd like to take a look at it.<< For more det

sql server and windows vista

2008-08-25 Thread Rafael Copquin
in advance Rafael Copquin --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

Re: sql server and windows vista

2008-08-25 Thread Rafael Copquin
27;t start, or that you > can't get in to Management studio? > On Mon, 25 Aug 2008 07:22:13 +0200, "Rafael Copquin" > <[EMAIL PROTECTED]> said: >> Hi all >> >> I just got a new Dell computer with a Windows Vista Home Premium OS. I >> also installe

Re: SQL VFP6 Integer

2008-08-25 Thread Rafael Copquin
select as intcolumn from yourtable into cursor yourcursor Rafael Copquin - Original Message - From: "Gérard Lochon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 25, 2008 1:57 PM Subject: SQL VFP6 Integer Hello guys. My mind is

Re: sql server and windows vista

2008-08-25 Thread Rafael Copquin
Sorry, better English would have been: I simply can't start ANY of it (:-)) Rafael - Original Message - From: "Rafael Copquin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 25, 2008 8:51 AM Subject: Re: sql server and windows vista >I

Re: sql server and windows vista

2008-08-25 Thread Rafael Copquin
or many of us, you need to use "American" ... > heh-heh > > Gil > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf Of Rafael Copquin >> Sent: Monday, August 25, 2008 3:01 AM >> To: [EMAIL PROTECTED] >>

Re: sql server and windows vista

2008-08-25 Thread Rafael Copquin
; Sent: Monday, August 25, 2008 2:46 PM Subject: Re: sql server and windows vista > On Mon, Aug 25, 2008 at 12:22 AM, Rafael Copquin <[EMAIL PROTECTED]> > wrote: >> Hi all >> >> I just got a new Dell computer with a Windows Vista Home Premium OS. I >> also i

Re: sql server and windows vista

2008-08-26 Thread Rafael Copquin
Russell <[EMAIL PROTECTED]> > wrote: >> On Mon, Aug 25, 2008 at 3:35 AM, Rafael Copquin <[EMAIL PROTECTED]> >> wrote: >>> Hi Stephen >>> >>> I have the Home edition of Vista . Do not know whether I can use IIS >>> with >

Re: sql server and windows vista

2008-08-26 Thread Rafael Copquin
Well, I'll [EMAIL PROTECTED] I am beginning to agree with all those who advice me to dump Vista and go back to XP. Thanks for the tip Un abrazo Rafael Copquin - Original Message - From: "Jaime Vasquez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

strange issue with formsets

2008-09-09 Thread Rafael Copquin
close the application before closing the formset I get this message: "property closeformset is not found" Any clues?? Rafael Copquin --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- ke

Re: strange issue with formsets

2008-09-09 Thread Rafael Copquin
Thanks Mike - Original Message - From: "MB Software Solutions General Account" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2008 4:21 PM Subject: Re: strange issue with formsets > On Tue, September 9, 2008 4:56 am, Rafael Copquin w

Re: DAFUG - September 2008

2008-09-09 Thread Rafael Copquin
I would be very interested myself in receiving such info Rafael Copquin - Original Message - From: "Rick Schummer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2008 4:34 PM Subject: RE: DAFUG - September 2008 >>> Is there

Re: DAFUG - September 2008

2008-09-09 Thread Rafael Copquin
Fair enough Rafael Copquin - Original Message - From: "Cathy Pountney" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2008 5:08 PM Subject: RE: DAFUG - September 2008 > My consider my first obligation to be with the Southwest Fox

Re: [spam] Can a cursor created with SELECT... INTO CURSOR have multiple indexes?

2010-03-04 Thread Rafael Copquin
ilter where 1 = 0 this would give an empty yourcursor and you would still be able to index it with as many tags as you like. Rafael Copquin El 04/03/2010 19:14, Jon Westcot escribió: > Hi all: > > The subject line kind of says it all. I'm trying to create a temporary &g

Re: Can a cursor created with SELECT... INTO CURSOR have multiple indexes?

2010-03-05 Thread Rafael Copquin
n select (cArea) use (dbf ("curAux")) in 0 again alias (cArea) use in select ('curAux') ENDPROC Rafael Copquin El 04/03/2010 21:43, Jon Westcot escribió: > Hi all: > > D'oh! I forgot to mention something that's, sadly, incredibly > important.

[NF] image processing

2010-03-05 Thread Rafael Copquin
or whatever. IOW, the problem is: scan the pages using a special software, modify the pages as needed save them again, either as scanned images or ideally, as Word documents. Is there any software that can accomplish this, free if possible? TIA Rafael Copquin --- StripMime Report

Re: [NF] image processing

2010-03-05 Thread Rafael Copquin
Thank you all for your suggestions. Rafael El 05/03/2010 14:52, Rafael Copquin escribió: > I have a client with a huge manufacturing procedures manual that needs > to be copied into Word documents. > > I thought that each page could be scanned and then processed with a > s

Re: Unique Indexes = "not so much"

2010-03-08 Thread Rafael Copquin
What about using a select statement with a group by clause? In this way you will eliminate your duplicates. Rafael Copquin El 08/03/2010 3:33, Ken Kixmoeller f/h escribió: > Rick Schummer wrote: > >> Ken, >> >> >>>> Using old-fashioned Fox, I

Re: VFP9-SP2 addobject - Method Code

2010-03-29 Thread Rafael Copquin
d, and the grid appearance will not be disrupted. Once you set the grid recordsource to your cursor, it will work properly. Hope this helps. Rafael Copquin El 28/03/2010 15:44, Carl Lindner escribió: > Grigore, > > Thanks for the nice warm welcome to the big leagues! Over the years I

Re: Memo's in grids

2010-03-31 Thread Rafael Copquin
memo, confusing, annoying and useless. Rafael Copquin El 31/03/2010 9:24, Peter Hart escribió: > Hi folks. > > > > I have a grid which is bound to a table with memo fields for the > description and buckle columns. > > Running the form displays the word memo in the column

Re: [NF] seeing posted emails [WAS: RE: Memo's in grids]

2010-03-31 Thread Rafael Copquin
wever, I wonder how the Brits say "file","instance", etc. I mean, is there a difference in technical English between American or British ? Rafael Copquin El 31/03/2010 12:32, Peter Hart escribió: > Hi Tracy > > Tried that "Receive your own posts to the l

open office and vfp

2010-04-01 Thread Rafael Copquin
example, it would be great. By the way, Happy Easter to everyone Rafael Copquin --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription

Re: open office and vfp

2010-04-01 Thread Rafael Copquin
Thank you Rafael Copquin El 01/04/2010 18:33, Jarvis, Matthew escribió: > a quick google search found this by our own Ted Roche, from 2003. Perhaps > (hopefully) things have improved since then... > > http://www.tedroche.com/Present/VFPOOoAutomation.htm > > matt jarvi

Re: open office and vfp

2010-04-01 Thread Rafael Copquin
Thank you Rafael Copquin El 01/04/2010 18:32, Michael Madigan escribió: > http://udk.openoffice.org/common/man/tutorial/office_automation.html > > --- On Thu, 4/1/10, Rafael Copquin wrote: > > >> From: Rafael Copquin >> Subject: open office and vfp >>

taableupdate and autoincremental fields

2010-04-21 Thread Rafael Copquin
ou guys could advise? (VFP 9 SP1) TIA Rafael Copquin --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://le

Re: taableupdate and autoincremental fields

2010-04-22 Thread Rafael Copquin
involved were not very large or frequent as the ones I am experiencing with this particular routine. I will go back to your approach in this one and see what happens. Thanks again Rafael Copquin El 22/04/2010 5:48, Dave Crozier escribió: > Rafael, > I got burnt in a similar way to you

Re: taableupdate and autoincremental fields

2010-04-22 Thread Rafael Copquin
Thanks Stephen I am not using SQL Server for this app, but will keep this code for reference. El 22/04/2010 10:30, Stephen Russell escribió: > On Wed, Apr 21, 2010 at 3:29 PM, Rafael Copquin > wrote: > -- > > Would you consider a SQL Server that has a tabl

Re: taableupdate and autoincremental fields

2010-04-22 Thread Rafael Copquin
r. You ask it to insert a > row and give you back the value of the key. That will be faster then > a large multi-user operation that has to do a table lock / row lock > type of operation with other users hitting and banging to get in. > > > > ----- > On Thu,

Re: [spam] Re: taableupdate and autoincremental fields

2010-04-23 Thread Rafael Copquin
OK, I got it. Thanks again El 22/04/2010 14:37, Stephen Russell escribió: > On Thu, Apr 22, 2010 at 10:36 AM, Rafael Copquin > wrote: > >> I do not understand you fully. Are you suggesting I use SQL Server for >> that single table, while the rest

Re: garden slide show

2010-05-15 Thread Rafael Copquin
ould be extremely slow to show the pictures. Hope this helps Rafael Copquin El 15/05/2010 0:56, Gary Jeurink escribió: > I started out 8-years ago with a plant/garden database to keep track of > plant/source, care, cost, location and so on. I have a general field to > store one 4 x 4 jpg

backup to a pendrive

2010-05-23 Thread Rafael Copquin
and Windows 7? TIA Rafael Copquin --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/lis

Re: backup to a pendrive

2010-05-24 Thread Rafael Copquin
pendrive there, otherwise, the backup procedure will not start. Thanks anyways Rafael Copquin El 23/05/2010 15:25, John Weller escribió: > Could you put a small file on the pendrive and test for that? > > John Weller > 01380 723235 > 07976 393631 > > > >> I need

  1   2   3   4   5   6   7   8   9   >