Re: Excel Driver Not Working

2014-11-18 Thread Jeff Johnson
On 11/17/2014 10:26 AM, Tracy Pearson wrote: Jeff Johnson wrote on 2014-11-17: You need to use the right driver on 2010 vs the older one for earlier versions. Provider=Microsoft.ACE.OLEDB.12.0;Data Source= c:\myFolder\myExcel2007file.xlsx; Extended Properties="Excel 12.0 Xml;HDR=YES&qu

Re: Excel Driver Not Working

2014-11-18 Thread Jeff Johnson
On 11/17/2014 10:26 AM, Tracy Pearson wrote: Jeff Johnson wrote on 2014-11-17: You need to use the right driver on 2010 vs the older one for earlier versions. Provider=Microsoft.ACE.OLEDB.12.0;Data Source= c:\myFolder\myExcel2007file.xlsx; Extended Properties="Excel 12.0 Xml;HDR=YES&qu

Re: Excel Driver Not Working

2014-11-17 Thread Jeff Johnson
On 11/14/2014 12:00 PM, Stephen Russell wrote: On Fri, Nov 14, 2014 at 12:11 PM, Jeff Johnson wrote: So are most of you saying the below parameters should work with 2010? What about 2013? On 11/13/2014 1:48 PM, Jeff Johnson wrote: lnsqlhandle = SQLSTRINGCONNECT("Driver={Microsoft

Re: Excel Driver Not Working

2014-11-14 Thread Jeff Johnson
from wherever rows/columns as needed. Fred On Fri, Nov 14, 2014 at 12:20 PM, Jeff Johnson wrote: Fred: The first row has two line captions: Invoice with Number below. (invoice + crlf + number) On 11/14/2014 11:50 AM, Fred Taylor wrote: Hard to understand the problem if you don't know

Re: Excel Driver Not Working

2014-11-14 Thread Jeff Johnson
at be it? (bad name, too long, etc.) Fred On Fri, Nov 14, 2014 at 11:39 AM, Jeff Johnson wrote: Fred: I saw that. I'm not ignoring you ole buddy, it's that it is only happening on a production site and not my system so I have to distribute an exe with the aerror in it. I will p

Re: Excel Driver Not Working

2014-11-14 Thread Jeff Johnson
error, use AERROR() to get the full error information to tell you what's wrong. Fred On Fri, Nov 14, 2014 at 11:11 AM, Jeff Johnson wrote: So are most of you saying the below parameters should work with 2010? What about 2013? On 11/13/2014 1:48 PM, Jeff Johnson wrote: lnsqlhandle = S

Re: Excel Driver Not Working

2014-11-14 Thread Jeff Johnson
So are most of you saying the below parameters should work with 2010? What about 2013? On 11/13/2014 1:48 PM, Jeff Johnson wrote: lnsqlhandle = SQLSTRINGCONNECT("Driver={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)}; DBQ=" + lcspreadsheet + ";") I use the abo

Re: Excel Driver Not Working

2014-11-14 Thread Jeff Johnson
Alan, which one? Thanks, On 11/14/2014 2:59 AM, Alan Bourke wrote: I use that driver the whole time for various projects and it works fine for both Excel 2010 and Excel 2013. -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 www.san-dc.com

Re: Excel Driver Not Working

2014-11-13 Thread Jeff Johnson
So sorry. Mike ---- From: Jeff Johnson Sent: Thursday, November 13, 2014 1:48 PM To: profoxt...@leafe.com Subject: Excel Driver Not Working lnsqlhandle = SQLSTRINGCONNECT("Driver={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)}; DBQ=" + lcspreadsheet + ";") I use the above st

Re: CD giving error "invalid path"

2014-11-13 Thread Jeff Johnson
On 11/13/2014 10:49 AM, Tracy Pearson wrote: Jeff Johnson wrote on 2014-11-13: I have a mature application that I installed for a new customer. One thing that I do a lot in my applications is use CD for changing directories. I have not ever seen this, but a CD if erroring out with a

Excel Driver Not Working

2014-11-13 Thread Jeff Johnson
lled and it does not work. It returns a -1 which doesn't tell me much. Do I need to change the connection string for 2010? -- Jeff Jeff Johnson j...@dcsoftware.com (623) 582-0323 Please reply to j...@san-dc.com! Visit our forum at www.san-dc.com/forum Register a

Re: CD giving error "invalid path"

2014-11-13 Thread Jeff Johnson
On 11/13/2014 10:41 AM, Jeff Johnson wrote: Yes. This is an application that is installed in over 100 locations and this procedure works perfectly on all of them. On 11/13/2014 10:24 AM, AndyHC wrote: You do have 'quotes' round long pathnames / pathnames with blanks or special chars

Re: CD giving error "invalid path"

2014-11-13 Thread Jeff Johnson
Yes. This is an application that is installed in over 100 locations and this procedure works perfectly on all of them. On 11/13/2014 10:24 AM, AndyHC wrote: You do have 'quotes' round long pathnames / pathnames with blanks or special chars ? On 13/11/2014 22:43, Jeff Johnson wrote

CD giving error "invalid path"

2014-11-13 Thread Jeff Johnson
deas? TIA -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 www.san-dc.com www.cremationtracker.com www.agentrelationshipmanager.com ___ Post Messages to: ProFox@leafe.com Subscription Mainten

Re: Formtting Social Security Number with TRANSFORM()

2014-11-12 Thread Jeff Johnson
uti...@mbsoftwaresolutions.com wrote: This works: WAIT WINDOW TRANSFORM('120406780','@R 999-99-') On 2014-11-12 13:39, Jeff Johnson wrote: I know it is possible to format a social security number with TRANSFORM() like this: = TRANSFORM(994959688, '999-99-') bu

Re: Formtting Social Security Number with TRANSFORM()

2014-11-12 Thread Jeff Johnson
') On 2014-11-12 13:39, Jeff Johnson wrote: I know it is possible to format a social security number with TRANSFORM() like this: = TRANSFORM(994959688, '999-99-') but it does not work if the number has one or two zeros. In a text box I can use a format KRLZ and it works

Formtting Social Security Number with TRANSFORM()

2014-11-12 Thread Jeff Johnson
done with TRANSFORM() or do I need to write a UDF? TIA -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 www.san-dc.com www.cremationtracker.com www.agentrelationshipmanager.com ___ Post M

Re: Formatted Browse Window

2014-11-05 Thread Jeff Johnson
ays "BROWSE" with no parameters. The only thing that I have seen will affect it is the resource file and this application does not use a resource file. I am somewhat baffled by this one. Thanks, -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 F

Formatted Browse Window

2014-11-04 Thread Jeff Johnson
I am working on a framework where you issue a BROWSE and it comes up formatted in a window. There is no resource file. How would you do that, so I can undo it? TIA -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 www.san-dc.com

Re: Strange Framework Behavior

2014-11-04 Thread Jeff Johnson
On 11/4/2014 12:00 PM, Ted Roche wrote: On Tue, Nov 4, 2014 at 1:48 PM, Jeff Johnson wrote: Rafael: The funny thing is, this team CLOSED DATABASES ALL at the beginning of the procedure or form! I personally use the Visual Maxframe framework which opens all tables and leaves them open. That

Re: Strange Framework Behavior

2014-11-04 Thread Jeff Johnson
the unload event, as a matter of principle. Rafael Copquin El 04/11/2014 12:49, Jeff Johnson escribió: On 11/4/2014 8:22 AM, Jean MAURICE wrote: Le 04/11/2014 16:08, Jeff Johnson a écrit : I can't imagine why someone would do that other than simulating free tables while using DBC&#x

Re: Strange Framework Behavior

2014-11-04 Thread Jeff Johnson
On 11/4/2014 8:22 AM, Jean MAURICE wrote: Le 04/11/2014 16:08, Jeff Johnson a écrit : I can't imagine why someone would do that other than simulating free tables while using DBC's. IMHO, when you open a table belonging to a database, the database is automatically open. So you ca

Strange Framework Behavior

2014-11-04 Thread Jeff Johnson
course of the application. A good example is when opening up a form or printing a report. I can't imagine why someone would do that other than simulating free tables while using DBC's. Any ideas? -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476

Re: [NF] Access

2014-10-27 Thread Jeff Johnson
report+from+another+mdb&oq=access+import+report+from+another+mdb&gs_l=serp.3...9121.14931.0.15106.33.20.5.7.7.0.176.1510.17j3.20.00...1c.1.56.serp..11.22.976.bp0W77FHFts On Sat, Oct 18, 2014 at 6:02 AM, Jeff Johnson wrote: I modified an access report and now I am wondering how to put i

Re: Win10 improvements

2014-10-23 Thread Jeff Johnson
you will see that they even installed fresh paint! Finally! -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 www.san-dc.com www.cremationtracker.com www.agentrelationshipmanager.com ___ Post

Re: Windows 10

2014-10-21 Thread Jeff Johnson
&list=RDtGvHNNOLnCk&index=3 ;^) -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 www.san-dc.com www.cremationtracker.com www.agentrelationshipmanager.com ___ Post Messages to: ProFox@leafe.com

Re: Windows 10

2014-10-21 Thread Jeff Johnson
t; back in the 80s? "Crazy Eddiehis prices are INSANE!" lol https://www.youtube.com/watch?v=tGvHNNOLnCk Yep...that's the one!!! What a freakin' (billionaire) idiot. I don't care who you are, that's hilarious! Is that a real commercial? -- Jeff Jeff

Re: VFP 9 Performance/Crashes

2014-10-19 Thread Jeff Johnson
e customers running the application on the Windows Server 2012 with RTD only. We are using TSPlus for as many users as you need to access the server. I agree that it is significantly faster than the workstation arrangement. -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SM

Re: VFP 9 Performance/Crashes

2014-10-19 Thread Jeff Johnson
nce between a frustrated user and a happy user! HTH -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in the discussion www.san-dc.com www.cremationtracker.c

Re: [NF] Reformat a MAC

2014-10-18 Thread Jeff Johnson
Thanks Ted & Christof! On 10/18/2014 11:49 AM, Christof Wollenhaupt wrote: My wife wants to reformat as the performance has degraded severely. She had done all upgrades since she's had it. She believes reformatting will improve performance. The new MacOSes have higher performance requirement

Re: [NF] Reformat a MAC

2014-10-18 Thread Jeff Johnson
On 10/18/2014 10:41 AM, Ted Roche wrote: On Sat, Oct 18, 2014 at 1:36 PM, Jeff Johnson wrote: Is there anything special about reformatting a MAC I should know before diving in? Yes. Lots. You might tell us why you want to do this, as it is rarely then thing you really want to do. http

[NF] Reformat a MAC

2014-10-18 Thread Jeff Johnson
Is there anything special about reformatting a MAC I should know before diving in? 10.9.5 Maverick on a Macbook Pro Laptop. TIA -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in

[NF] Access

2014-10-17 Thread Jeff Johnson
I modified an access report and now I am wondering how to put it in a live MDB without messing up the data. Any Access experts out there? -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and

Label Printing Problem Solved

2014-10-16 Thread Jeff Johnson
Advanced. The paper size was still set to 30252 address label! I changed it to 30256 to match everything else and it's all good! Whew! That was easy! -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum

Re: FTP_Send_File

2014-10-16 Thread Jeff Johnson
I used winSCP to send SFTP files from workstations to an outside payroll service. It worked very reliably! On 10/16/2014 7:35 AM, Kevin Cully wrote: Down the rabbit hole. I've tried many things including Craig Boyd's VFPConnection, FileZilla command line arguments, and others. It seems as if

Re: FTP_Send_File

2014-10-15 Thread Jeff Johnson
+1 here. It seems the default is set for passive. Changing to active has solved these problems for me. On 10/15/2014 10:44 AM, Richard Kaye wrote: Were you able to find a way to change passive/active mode? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.co

Re: More Label Issues

2014-10-08 Thread Jeff Johnson
On 10/8/2014 6:54 AM, Tracy Pearson wrote: Jeff Johnson wrote on 2014-10-08: Thanks Ted: What is going on is that the label is a 2x4 and for some reason all of my 2x4 labels are 1x3.5. When I go to modify them, it won't let me change the width past 3.5. I have never seen anything

Re: More Label Issues

2014-10-08 Thread Jeff Johnson
On 10/8/2014 6:54 AM, Tracy Pearson wrote: Jeff Johnson wrote on 2014-10-08: Thanks Ted: What is going on is that the label is a 2x4 and for some reason all of my 2x4 labels are 1x3.5. When I go to modify them, it won't let me change the width past 3.5. I have never seen anything

Re: More Label Issues

2014-10-08 Thread Jeff Johnson
On 10/8/2014 6:50 AM, Frank Cazabon wrote: On 08/10/2014 09:36 AM, Jeff Johnson wrote: I believe the problem is in VFP but I have never seen this before. Is there a way to set a label format in the report form? When editing the label, choose Report | Properties from the menu and there

Re: More Label Issues

2014-10-08 Thread Jeff Johnson
Yep, prints fine on the labelwriter. On 10/8/2014 6:32 AM, Frank Cazabon wrote: On 07/10/2014 06:44 PM, Jeff Johnson wrote: The printer environment is not in the format. Thanks, can you print a test page on the label writer? Can you print a label using the dymo software? -- Jeff

Re: More Label Issues

2014-10-08 Thread Jeff Johnson
clauses. On Tue, Oct 7, 2014 at 6:31 PM, Jeff Johnson wrote: I have a 2x4 label that has been printing fine on a DYMO 330. I installed another DYMO printer and now it won't print. It will print on regular paper and it fits well within the size of the label. But it won't print to t

[NF] Server Profile Manager

2014-10-07 Thread Jeff Johnson
Any ideas? -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in the discussion www.san-dc.com www.cremationtracker.com www.agentrelationshipmanage

Re: More Label Issues

2014-10-07 Thread Jeff Johnson
The printer environment is not in the format. Thanks, On 10/7/2014 3:37 PM, Richard Kaye wrote: Printer environment stored in the FRX would be my first thought. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: Tuesday

More Label Issues

2014-10-07 Thread Jeff Johnson
I have a 2x4 label that has been printing fine on a DYMO 330. I installed another DYMO printer and now it won't print. It will print on regular paper and it fits well within the size of the label. But it won't print to the 330. I'm at a loss why it won't print. Any i

Re: Rules regarding numeric field printing

2014-10-06 Thread Jeff Johnson
On 10/6/2014 2:00 AM, Peter Cushing wrote: Jeff Johnson wrote: I have reports that print a number in a $$$,$$$.99 format. If I size the field too small it will display ** instead. It seems it does that even if the number is $7.25. When using fields without the $'s it see

Re: Rules regarding numeric field printing

2014-10-05 Thread Jeff Johnson
problem. Try making the textbox or field object wider...even so wide it looks like it is overlapping something next to it. Mike Jeff Johnson wrote: I have reports that print a number in a $$$,$$$.99 format. If I size the field too small it will display ** instead. It seems it does

Rules regarding numeric field printing

2014-10-04 Thread Jeff Johnson
e any kind of a rule regarding this? Does the above format make sure the field is big enough for the largest number? TIA -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in the discu

Re: Printing DYMO Labels from VFP

2014-10-03 Thread Jeff Johnson
On 10/3/2014 5:09 AM, Jeff Johnson wrote: On 10/2/2014 5:53 PM, Tracy Pearson wrote: On 2014-10-02 20:16, Tracy Pearson wrote: If you're using the API, there is a way to set the current printer in the control. I checked the code I use. IF DL.SelectPrinter(lcPrinterName) = .F. Messa

Re: Printing DYMO Labels from VFP

2014-10-03 Thread Jeff Johnson
le") ENDIF lcPrinterName is the name in Windows. It can include spaces. HTH, Tracy I added the above test and also SET PRINTER TO. Everything is a go except the printing. -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.s

Re: Printing DYMO Labels from VFP

2014-10-02 Thread Jeff Johnson
I'll check that out. On 10/2/2014 5:20 PM, Virgil Bierschwale wrote: Any time I ever had a problem, giving the set printer to forced it to print. Never understood why -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: Thursday, Octob

Re: Printing DYMO Labels from VFP

2014-10-02 Thread Jeff Johnson
Jeff Johnson wrote: On 10/2/2014 4:56 PM, Tracy Pearson wrote: I've had customers call about this from time to time. Usually there its an offline printer that the jobs are being dropped into. On October 2, 2014 6:58:02 PM EDT, Jeff Johnson wrote: Upon Tracy's recommendation I used th

Re: Printing DYMO Labels from VFP

2014-10-02 Thread Jeff Johnson
On 10/2/2014 4:56 PM, Tracy Pearson wrote: I've had customers call about this from time to time. Usually there its an offline printer that the jobs are being dropped into. On October 2, 2014 6:58:02 PM EDT, Jeff Johnson wrote: Upon Tracy's recommendation I used the DYMO API. I

Printing DYMO Labels from VFP

2014-10-02 Thread Jeff Johnson
contacted DYMO support twice in the last two days but no response. -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in the discussion www.san-dc.com www.crema

Re: square peg - square hole

2014-10-02 Thread Jeff Johnson
Thu, Oct 2, 2014 at 1:33 PM, Jeff Johnson wrote: On 10/1/2014 2:52 PM, Mike Copeland wrote: All, I have a problem with end users hand-keying information that should be scanned with a barcode scanner to improve accuracy. Here's the gist of the issue... Every piece of inventory has a ba

Re: square peg - square hole

2014-10-02 Thread Jeff Johnson
can everything and it has been working reliably for about 10 years. I understand the part about stacking the boxes and then doing the paperwork, but with a wireless scanner the input goes directly into the application in real time. HTH -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 5

Re: Printing from VFP to a Dymo 450 Twin Turbo Label Maker

2014-09-27 Thread Jeff Johnson
On 9/9/2014 3:08 PM, Tracy Pearson wrote: Jeff Johnson wrote on 2014-09-09: Has anyone had experience printing to the above label printer from VFP? How do you tell VFP to print to the left label or the right label? TIA Jeff, Yes. I use the COM object to print to the device. It is

Re: Creating FDF with VFP

2014-09-26 Thread Jeff Johnson
, Sep 26, 2014 at 9:40 AM, Jeff Johnson wrote: I am creating FDF files in my application and filling PDFs of all sorts and it is working fantastically (thanks to all of Ted's suggestions) I want to add an image (which is a signature) to the FDF file so it will show on the PDF. I can't

Creating FDF with VFP

2014-09-26 Thread Jeff Johnson
field for the signature which I can fill with text, but was wondering if I can put an image in there so the user will not have to sign it. TIA -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register a

Creating FDF with VFP

2014-09-26 Thread Jeff Johnson
field for the signature which I can fill with text, but was wondering if I can put an image in there so the user will not have to sign it. TIA -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register a

Re: COPY TO but without the trailing blank spaces

2014-09-19 Thread Jeff Johnson
ether and output each row to be the true length without the padding, no delimiter. Thanks. On 09/19/2014 04:12 PM, Jeff Johnson wrote: Kevin: SDF is column specific. Hopefully all of your records are the same length. I do this all the time and add a field called blank## where ## is the numb

Re: COPY TO but without the trailing blank spaces

2014-09-19 Thread Jeff Johnson
a built in way to do this. Thanks! Kevin: SDF is column specific. Hopefully all of your records are the same length. I do this all the time and add a field called blank## where ## is the number of blank spaces. So if there are 10 blanks at the end of each record just create a blank10 field and i

Re: [NF] Antivirus

2014-09-19 Thread Jeff Johnson
On 9/19/2014 8:21 AM, Paul McNett wrote: On 9/19/14, 8:03 AM, Jeff Johnson wrote: I need internet protection for a Windows Server. What do you recommend that is reasonable in price. I recommend using Linux for all your server needs, locked down with firewall and security-enhanced linux or

[NF] Antivirus

2014-09-19 Thread Jeff Johnson
I need internet protection for a Windows Server. What do you recommend that is reasonable in price. I see you can get Avast for one PC but can that PC be a server. I understand that it can not be a server for AVG and you have to purchase their server version. -- Jeff Jeff Johnson j...@san

Re: VFP and Gmail Calendar

2014-09-16 Thread Jeff Johnson
On 9/16/2014 6:04 AM, Tracy Pearson wrote: Jeff Johnson wrote on 2014-09-16: I'm feeling the pressure now! I promised that a long time ago! There are still issues with it. I have had it in production for over a year. Google does a whole lot of moving things around. Every once

Re: VFP and Gmail Calendar

2014-09-16 Thread Jeff Johnson
: Has anyone here cracked the VFP to/from Gmail calendar integration? I thought Jeff was making progress? -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in the discussion www.s

Re: Label Printing Part Deux

2014-09-10 Thread Jeff Johnson
I knew that was coming. Funny thing is - it worked! ;^) On 9/10/2014 12:11 PM, Stephen Russell wrote: Spin the machine right side up. On Wed, Sep 10, 2014 at 2:03 PM, Jeff Johnson wrote: I have a 4 x 6" label printing on a Dymo Label Maker 4XL. I have several applications working

Label Printing Part Deux

2014-09-10 Thread Jeff Johnson
I have a 4 x 6" label printing on a Dymo Label Maker 4XL. I have several applications working just fine. Today I had a user show me that the label is printing upside down. How would I go about turning the report over? TIA -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582

Printing from VFP to a Dymo 450 Twin Turbo Label Maker

2014-09-09 Thread Jeff Johnson
Has anyone had experience printing to the above label printer from VFP? How do you tell VFP to print to the left label or the right label? TIA -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register

[NF] Office Question

2014-09-08 Thread Jeff Johnson
A customer of mine wants to use Office on a server and each user needs to have their own Outlook identity. What version do I need for say 2007? TIA -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum

How to go to the next page after 15 records

2014-09-04 Thread Jeff Johnson
I would like to eject the page of a report and go to the second page after 15 records. How do I do that? Newbie -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in the discussion

Re: [NF] PDF to Image

2014-09-04 Thread Jeff Johnson
rom a MySQL database using PHP, but data is data...) and generate PDF documents from this. It's not trivial to perform, but a lot more fun than trying to get VFP data to land accurately on a bitmap. On Thu, Sep 4, 2014 at 9:35 AM, Jeff Johnson wrote: I have an 8.5 x 11 landscape PDF document.

Re: [NF] PDF to Image

2014-09-04 Thread Jeff Johnson
the option to print each page of your PDF to multiple single files (that is "filename001.jpg", "filename002.jpg", "filename003.jpg"...). You need to change some settings to do that. On Thu, Sep 4, 2014 at 9:35 PM, Jeff Johnson wrote: I have an 8.5 x 11 landscape

[NF] PDF to Image

2014-09-04 Thread Jeff Johnson
there and put the controls on top of it. What is the best way to go about this? Size and accuracy of the lines is important. Thanks, -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join

Re: Checkbox Question

2014-09-02 Thread Jeff Johnson
e the box is on top of the checkbox, so it catches the events. Paul On 9/1/14, 12:27 PM, Jeff Johnson wrote: Read only and nodefault in the click and double click have no affect on the control. It still checks and unchecks normally. On 9/1/2014 12:23 PM, Kurt @ VR-FX wrote: Jeff - this may be

Re: Checkbox Question

2014-09-01 Thread Jeff Johnson
2014 at 12:52 PM, Jeff Johnson wrote: On 9/1/2014 12:49 PM, Ted Roche wrote: On Mon, Sep 1, 2014 at 3:06 PM, Jeff Johnson wrote: I have checkboxes in a grid that I want to behave in a certain way. I have a radical suggestion. If you want to have a checkbox in a grid, but you don't

Re: Checkbox Question - Never Mind

2014-09-01 Thread Jeff Johnson
Gang: I am going to go back to a text box where I have much more control. I appreciate your ideas, though! On 9/1/2014 12:52 PM, Jeff Johnson wrote: On 9/1/2014 12:49 PM, Ted Roche wrote: On Mon, Sep 1, 2014 at 3:06 PM, Jeff Johnson wrote: I have checkboxes in a grid that I want to

Re: Checkbox Question

2014-09-01 Thread Jeff Johnson
On 9/1/2014 12:49 PM, Ted Roche wrote: On Mon, Sep 1, 2014 at 3:06 PM, Jeff Johnson wrote: I have checkboxes in a grid that I want to behave in a certain way. I have a radical suggestion. If you want to have a checkbox in a grid, but you don't want it to act like a checkbox, perhaps

Re: Checkbox Question

2014-09-01 Thread Jeff Johnson
. as a .t. and a .f. as a .f. Rafael Copquin El 01/09/2014 16:06, Jeff Johnson escribió: I have checkboxes in a grid that I want to behave in a certain way. I want the checkbox to display the control source - checked or unchecked - but I want it to be "read only." I also want a double

Re: Checkbox Question

2014-09-01 Thread Jeff Johnson
ck to make your pop-up appear. Again - just a guess/suggestion how to do it - even though it may seem strange... -K- On 9/1/2014 3:06 PM, Jeff Johnson wrote: I have checkboxes in a grid that I want to behave in a certain way. I want the checkbox to display the control source - checked or un

Checkbox Question

2014-09-01 Thread Jeff Johnson
ouble click to not change the value. The only thing I want to happen is the double click event. I have tried nodefault in the click and read only, but it still changes the value when clicked. How do I make it so the double click is the only thing that happens on the checkbox? TIA -- Jeff

Re: [NF] Personal experiences with Chromebooks or Chromeboxes?

2014-08-30 Thread Jeff Johnson
Ted: I sit in my comfy chair and use Remote Desktop. So technically it runs everything Windows. ;^) On 8/30/2014 11:16 AM, Ted Roche wrote: On Sat, Aug 30, 2014 at 12:02 PM, Jeff Johnson wrote: I can't think of a single drawback. Well, it doesn't run FoxPro. OTOH, it d

Re: [NF] Personal experiences with Chromebooks or Chromeboxes?

2014-08-30 Thread Jeff Johnson
We love ours! We got an HP referb on Woot for about $200. Free life time T-Mobile (slows down after 250 mb but still provides data when no wi-fi). Beautiful picture. Super fast because of SSD. I use Remote Desktop to work on my development machine and also access my server when out visitin

Re: [NF] Java Update

2014-08-28 Thread Jeff Johnson
e instances of Jave. Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: 28 August 2014 13:18 To: profox@leafe.com Subject: [NF] Java Update Every morning my user account tells me to enter my password for a Java update. When I ent

[NF] Java Update

2014-08-28 Thread Jeff Johnson
computer. Even different computers. Or are there just that many updates? -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in the discussion www.san-dc.com www.cremationtracker.com

Re: McAfee

2014-08-26 Thread Jeff Johnson
Thanks Ted. On 8/26/2014 5:34 AM, Ted Roche wrote: On Tue, Aug 26, 2014 at 8:17 AM, Jeff Johnson wrote: I opened up Firefox for the first time this morning and McAfee installed itself and checked out my computer and said I needed to update my anti-virus. I didn't answer any question

McAfee

2014-08-26 Thread Jeff Johnson
ge, Google. How do they do that? -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in the discussion www.san-dc.com www.cremationtracker.com www.agentrelationshipm

Slowness

2014-08-25 Thread Jeff Johnson
seen this before? -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in the discussion www.san-dc.com www.cremationtracker.com www.agentrelationshipmanager.com

Re: [NF] Burn an ISO

2014-08-23 Thread Jeff Johnson
That worked! Thanks! On 8/23/2014 9:10 AM, Man-wai Chang wrote: ImgBurn <-- freeware! http://www.imgburn.com/ And starting with Window$ 7 (or was it Vi$ta), file explorer got a Burn option for ISO files. On Sun, Aug 24, 2014 at 12:06 AM, Jeff Johnson wrote: I have an ISO I need to burn

[NF] Burn an ISO

2014-08-23 Thread Jeff Johnson
I have an ISO I need to burn to a DVD. I have Nero Express but I don't think it will do that. What is the best way to burn an ISO to a DVD? Free would be better but I'm willing to pay a few bucks. Thanks in Advance. -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-032

Date Picker in Grid

2014-08-20 Thread Jeff Johnson
Anyone have a clean way of putting a date picker of some sort in a grid? IOW add a textbox or combobox to a grid that displays a date. Double click or some action to pop up a calendar & return a date to the control. Any ideas? -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623)

Re: [NF] Where can I find Windows 2012 Essentials to download

2014-08-14 Thread Jeff Johnson
, Aug 14, 2014 at 3:42 PM, Jeff Johnson wrote: I would like to purchase Windows 2012 Server Essentials version and download it. I can't seem to find it anywhere except for the box version. Anyone know where I can find it? -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS

Re: [NF] Where can I find Windows 2012 Essentials to download

2014-08-14 Thread Jeff Johnson
2 PM, Jeff Johnson wrote: I would like to purchase Windows 2012 Server Essentials version and download it. I can't seem to find it anywhere except for the box version. Anyone know where I can find it? -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 F

[NF] Where can I find Windows 2012 Essentials to download

2014-08-14 Thread Jeff Johnson
I would like to purchase Windows 2012 Server Essentials version and download it. I can't seem to find it anywhere except for the box version. Anyone know where I can find it? -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our

Re: Proper way to reference a control

2014-08-14 Thread Jeff Johnson
On 8/14/2014 6:29 AM, Paul McNett wrote: On 8/13/14, 9:42 AM, Jeff Johnson wrote: I want to assign a value to a control and then refresh it: thisform.txtimf.value = myobj.imf thisform.txtimf.refresh() Where txtimf is a textbox and myobj.imf is a property of an object I want to

Re: Proper way to reference a control

2014-08-13 Thread Jeff Johnson
- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: Wednesday, August 13, 2014 12:43 PM To: profoxt...@leafe.com Subject: Proper way to reference a control I want to assign a value to a control and then refresh it: thisform.txtimf.value =

Re: Proper way to reference a control

2014-08-13 Thread Jeff Johnson
can't seem to get it right. Any ideas? -- Jeff Jeff Johnson j...@dcsoftware.com (623) 582-0323 Please reply to j...@san-dc.com! Visit our forum at www.san-dc.com/forum Register and join in the discussion [excessive quoting removed by server] ___

Proper way to reference a control

2014-08-13 Thread Jeff Johnson
. ? thisform.txt ? .refresh() and I can't seem to get it right. Any ideas? -- Jeff Jeff Johnson j...@dcsoftware.com (623) 582-0323 Please reply to j...@san-dc.com! Visit our forum at www.san-dc.com/forum Register and join in the discussion ___ Post Mes

Re: [NF] SBS2008 & IE

2014-08-07 Thread Jeff Johnson
a pub. Until recently I actually thought that was him! -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in the discussion www.san-dc.com www.cremationtracke

Re: FORGETTING FASTER THAN I CAN LEARN

2014-08-06 Thread Jeff Johnson
you were reading the key on your keyboard! ( or someone elses) -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in the discussion www.san-dc.com www.cremationtracker.com www.age

Job Opportunity

2014-08-05 Thread Jeff Johnson
.uk for an informal discussion. -- Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. (623) 582-0323 SMS (602) 717-5476 Fax 623-869-0675 Visit our forum at www.san-dc.com/forum Register and join in the discussion www.san-dc.com www.cremationtracker.com www.agentrelationshipmanager.com ---

<    1   2   3   4   5   6   7   8   9   10   >