RE: MP4

2015-10-13 Thread Jack Skelley
Dave: I did something similar using the media player's activex component. This program reads the registry to get the current media player so the correct syntax is used. Older media player versions have different object addressing. When an audio file is selected the form looks as attached. When a

RE: [NF] Can't Access Specific Website

2015-07-09 Thread Jack Skelley
Ken: A guess here...a local routing table issue Jack From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Ken Dibble [krdib...@stny.rr.com] Sent: Thursday, July 09, 2015 12:14 PM To: profoxt...@leafe.com Subject: Re: [NF] Can't Access Specific Websi

RE: VFP on a tablet

2015-07-01 Thread Jack Skelley
on the main form. The migration to Win 7 then to Win 8.1 was transparent to the user and has never had an issue. Best regards Jack Skelley From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Bryant [bry...@medfordsh.com] Sent: Wednesday, July 01

RE: VFP on a tablet

2015-07-01 Thread Jack Skelley
Yes it does! I run VFP apps on a Surface 2 and a Winbook with zero issues. Jack From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Bryant [bry...@medfordsh.com] Sent: Wednesday, July 01, 2015 3:59 PM To: profoxt...@leafe.com Subject: VFP on a tab

RE: Error 1429

2015-02-26 Thread Jack Skelley
Jeff: Error 1429 is an OLE automation error. Mostly I have found this error to a registry key was not found. Or at least this has been my experience with 1429. Jack From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Jeff Johnson [j...@san-dc.com]

RE: VFP6: Windows 8.1 Read A Registry Key

2015-01-15 Thread Jack Skelley
Alan: Thank you! I will try this. Jack From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Alan Bourke [alanpbou...@fastmail.fm] Sent: Thursday, January 15, 2015 5:30 AM To: profoxt...@leafe.com Subject: Re: VFP6: Windows 8.1 Read A Registry Key

RE: VFP6: Windows 8.1 Read A Registry Key

2015-01-14 Thread Jack Skelley
l (dot) fm On Wed, 14 Jan 2015, at 10:04 PM, Jack Skelley wrote: > Al: > I can see the key in the registry: > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender > But I can't open it. It returns an error of 2. > Thanks for any insight! > Jack > >

RE: VFP6: Windows 8.1 Read A Registry Key

2015-01-14 Thread Jack Skelley
xtech-boun...@leafe.com] On Behalf Of Jack Skelley Sent: 14 January 2015 22:32 To: profoxt...@leafe.com Subject: RE: VFP6: Windows 8.1 Read A Registry Key Ted: Well, you know more than I do!!! Thanks for looking. Unfortunately I don't have a plan B for this. Perhaps Windows 10 will be better... Best Ja

RE: VFP6: Windows 8.1 Read A Registry Key

2015-01-14 Thread Jack Skelley
Sent: Wednesday, January 14, 2015 4:04 PM To: profoxt...@leafe.com Subject: Re: VFP6: Windows 8.1 Read A Registry Key On Wed, Jan 14, 2015 at 3:28 PM, Jack Skelley wrote: > Ted: > Were you able to read the Windows defender key? I thought it worked on my > Win7 box but it did not. It returne

RE: VFP6: Windows 8.1 Read A Registry Key

2015-01-14 Thread Jack Skelley
se you should likely test for the existence of elements in the branch: Windows Defender, and on down. On Wed, Jan 14, 2015 at 1:01 PM, Jack Skelley wrote: > Good Afternoon Ted: > In regopenkey in registry.prg returns an error of 2. > I think error 2 means the key can't be opened.

RE: VFP6: Windows 8.1 Read A Registry Key

2015-01-14 Thread Jack Skelley
;DisableAntiSpyware",@lnValue,; "Software\Microsoft\Windows Defender",; HKEY_LOCAL_MACHINE) WAIT WINDOW "The value is " + STR(lnValue) On Tue, Jan 13, 2015 at 6:37 PM, Jack Skelley wrote: > Good Evening All: > I would like to be able to read a registry key in

Re: VFP6: Windows 8.1 Read A Registry Key

2015-01-13 Thread Jack Skelley
; > oReg = CreateObject("registry") > > lnValue = 0 > > llRetVal = oReg.GetRegKey("DisableAntiSpyware",@lnValue,; > "Software\Microsoft\Windows Defender",; > HKEY_LOCAL_MACHINE) > > WAIT WINDOW "The value is " + STR(lnValue) >

VFP6: Windows 8.1 Read A Registry Key

2015-01-13 Thread Jack Skelley
Good Evening All: I would like to be able to read a registry key in Windows 8.1 to see if the Windows Defender is active. So: gbError = .f. &&on error handles a key not found goWSHShell = CreateObject("WScript.Shell") lcKey = "HKLM\SOFTWARE\Microsoft\Windows Defender\DisableAntiSpyware" lnReturn

RE: Rotate Text in VFP 6.0

2014-11-12 Thread Jack Skelley
Good Morning The way your issue reads is that the report writer is not in use but perhaps this will give you an idea on a possible solution... About 100 years ago I placed in a report frx for FoxPro 2.6 for Windows fields that would hold 1 character each stacked vertically. Each field's variable

RE: Screens

2014-10-02 Thread Jack Skelley
Hi Sytze Query thisform.width if thisform.width > 300 then xx &&maximized else b &&smaller window endif Jack From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Sytze de Boer [sytze.k...@gmail.com] Sent: Thursday, Octo

RE: VFP6 Severe memo bloat

2014-09-29 Thread Jack Skelley
Desmond: Are there any general fields in this table? I have seen issues when a general field is stored in a table the blot can be incredible. As you know the general field is stored in the FPT. I do store JPGs in general fields to be distributed in the system then when received the JPGs are extra

VFP9: HTML to DOC or PDF

2014-09-05 Thread Jack Skelley
Good Evening All: I am using the _reportlistner to take an FRX and create an HTML file. Great tool! When I open the file in a browser all looks as it should. But when I take that same file and open it in Word (Version 14) all formatting is lost and the data appears on the left margin. What am m

RE: fox dos

2014-09-05 Thread Jack Skelley
Virgil I have it on one of my external drives in Windows 7 SP 1 x64 and it will not launch... I believe (note the words...) that it will launch in a 32 bit box... Jack From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Virgil Bierschwale [vbier

RE: Send Email (gmail) From VFP 6 - Suggestions

2014-09-05 Thread Jack Skelley
George This works for me... Jack Skelley LOCAL objCDOSYSMail, objCDOSYSCon, i, lbBlind_CC, lcSent_via objCDOSYSMail = CreateObject("CDO.Message") objCDOSYSCon = CreateObject ("CDO.Configuration") objCDOSYSCon.Fields("http://schemas.microsoft.com/cdo/c

RE: Slowness

2014-08-25 Thread Jack Skelley
Jeff: I have seen this before with other AV packages. Sophos for one... What I did to remedy the situation was to install the list of FP extensions in the exclude list and all was 'normal' again. Something to try anyway...but it doesn't explain why other machines were not affected... Jack __

RE: [NF] A New Chapter

2014-08-22 Thread Jack Skelley
Ed You mean you are going to work for HAL and not dress according to their dress code Back in the day all folks at IBM wore a gray flannel suit, white starched shirt, black wing tips and a blue and red stripped tie that reached the top of their black belt! I'm thinking it was THE uniform. Pe

RE: VFP6: The amazing disappearing grid....

2014-07-29 Thread Jack Skelley
Desmond: I have had grid issues in the past with VFP6 SP5. One of the work arounds for this I found is to remove the controlsource from the grid before you close the form. Then exit the form and when you re-enter the form all should be 'normal'. I now build grids dynamically when a form is enter

RE: Combobox - number of items shown

2014-07-28 Thread Jack Skelley
comboboxControl\Data\display Count and then set the number to see when the box is dropped down Jack From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of John J. Mihaljevic [john.mihalje...@gmail.com] Sent: Monday, July 28, 2014 3:34 PM To: profoxt

RE: VFP6 on a 64-bit machine?

2014-06-04 Thread Jack Skelley
issue that still exists is that the builder wizard will not run so I install the system manually copying and registering the files via a .BAT program. Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com

RE: [NF] Small and Light Replacement for Laptop

2014-06-04 Thread Jack Skelley
ery time I hit the run switch. There was a discrete LED that could be programmed to blink so I modified the board to trip a relay to key the transmitter. That started the microcomputer craze for me. Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-

Re: [NF] Small and Light Replacement for Laptop

2014-06-04 Thread Jack Skelley
re light :) Maybe a WiFi Pen. > Al > Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com > -Original Message- > > Thank you, Jack. > > [excessive quoting removed by server] ___

Re: [NF] Small and Light Replacement for Laptop

2014-06-03 Thread Jack Skelley
round with a 6 pound monster. Just a thought. But if 2.6 does not run it would not be for you. Best regards Jack Skelley Sent from my iPad On Jun 3, 2014, at 7:04 PM, "Charles Hart Enzer, M.D." wrote: > I am tired of the weight of my laptop. > > I keep it because: > >

RE: VFP6: Silly Grid Question

2014-05-05 Thread Jack Skelley
ection Before Selecting A Recipient Scout..." timeout 2 return endif ENDPROC The checkbox control has basically more of the same... Perhaps this will allow you to compare why your events are not firing. Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey

RE: Help with report writer

2014-04-23 Thread Jack Skelley
Another idea. Do the vertical lines have a print when clause??? Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of

RE: Help with report writer

2014-04-23 Thread Jack Skelley
Move the vertical lines to the front...or did someone already say that... Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From: ProfoxTech [profoxtech-boun...@leafe.com] on

RE: VFP6: Procedure File Blues

2014-04-21 Thread Jack Skelley
hrowing sand in the gearbox? Just an idea... Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Desmond Lloyd [desmond.

RE: Killing a program

2014-04-14 Thread Jack Skelley
*** function Num2DWORD(tnValue) #define m0 256 #define m1 65536 #define m2 16777216 local b0, b1, b2, b3 b3 = int(tnValue / m2) b2 = int((tnValue - b3 * m2) / m1) b1 = int((tnValue - b3 * m2 - b2 * m1) / m0) b0 = mod(tnValue, m0

RE: Help with report writer

2014-04-02 Thread Jack Skelley
From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Joe Yoder [j...@wheypower.com] Sent: Wednesday, April 02, 2014 4:37 PM To: profoxt...@leafe.com Subject: Re: Help with report writer Thanks Jack! That's what I needed. Joe On Wed, Apr 2, 2014 at 4:32 PM, Jack Sk

RE: Help with report writer

2014-04-02 Thread Jack Skelley
t(i/2)) or (not gbOk_to_shade) ) and not empty(p_note)) shaded rectangle on top of the non shaded rectangle: gbOk_to_shade and (i/2) = int(i/2) This should be enough to get you started! Best regards, Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (97

RE: VFP6 Help Files Windows 8.1

2014-04-01 Thread Jack Skelley
Al Thanks! Best regards, Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com Disclaimer added by CodeTwo Exchange Rules 2010 http://www.codetwo.com From: ProfoxTech [profoxtech

RE: VFP6 Help Files Windows 8.1

2014-03-31 Thread Jack Skelley
Tracey: I looked for this in this archives and could not find it! My bad... Thanks worked like a dream and I copied it out and saved it as a text file! Thanks again! Best regards Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel

RE: VFP6 Help Files Windows 8.1

2014-03-31 Thread Jack Skelley
Allen: I could not find this! Thanks! Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com Disclaimer added by CodeTwo Exchange Rules 2010 http://www.codetwo.com From: ProfoxTech

VFP6 Help Files Windows 8.1

2014-03-31 Thread Jack Skelley
. Christoff had the solution to the issue and I will be darned if I can find that solution anywhere. This time I will be sure to save the info!! BTW, all of my VFP6 apps work as expected in Windows 8.1. Some have to run as administrator but none the less they work. Best regards, Jack Skelley Jack Skelley

RE: SQL Select not working as expected

2014-03-12 Thread Jack Skelley
Ted: Thanks! I kinda halfway know this but a great refresher none the less. Like most, this has bit me a number of times until I remember it yet again VFP compares strings! Regards, Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel

RE: Do i have internet

2014-03-12 Thread Jack Skelley
Startup IN ws2_32 INTEGER wVerRq, STRING @lpWSAData DECLARE INTEGER gethostbyaddr IN ws2_32 STRING addr, INTEGER len, INTEGER type DECLARE RtlMoveMemory IN kernel32 As Heap2Str STRING @Dest, INTEGER Src, INTEGER nLength DECLARE INTEGER GetIpAddrTable IN iphlpapi STRING @pIpAddrTabl

RE: Do i have internet

2014-03-11 Thread Jack Skelley
Sytze I have a function that I wrote that will return the status of the internet connection. I use it with our scouting system to see if data can be sent from the machine. You are welcome to if you give me an email address so I can send it to you. Best regards, Jack Skelley Jack Skelley

Re: [NF] anybody know how I can print or view this full size ( JPEG 2000 - *.JP2 )

2014-03-10 Thread Jack Skelley
Jerry And let's not forget the movies: Holy Grail, Meaning or Life and Life of Brian... Jack Sent from my iPad On Mar 10, 2014, at 6:56 PM, "Jerry Wolper" wrote: >> I guess that means not much good has come >> from the BBC after all. > > In a word, Python. A show so good they named a language

RE: Running a form from a VCX

2014-03-05 Thread Jack Skelley
is is true but all appears to be working fine and I don't need to duplicate the code in the VCX that already appears in the second form. Thanks for your help Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjersey

RE: Running a form from a VCX

2014-03-04 Thread Jack Skelley
eep moving. Thanks for your help and insight. I did try what you mentioned. Best regards, Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From: ProfoxTech [profoxtech-boun...

Re: Running a form from a VCX

2014-03-03 Thread Jack Skelley
Good Evening Ken: Thanks for the reply! I want to be able to send a VCX when needed and not have it part of the actual program. I have a form that loads a vcx from a folder. Any number of vcx's can be loaded (one at at time) based on the required info. One of the vcx's calls an existing form to

Running a form from a VCX

2014-03-03 Thread Jack Skelley
nd add the class all is fine because the SCX is present. But in the compiled program it is part of the EXE and the error message says that the second form to run from the VCX does not exists. Thanks for any help! Best regards, Jack Skelley Jack Skelley Senior Director, Programming/Computer Oper

RE: [NF] The night before crisis

2013-12-23 Thread Jack Skelley
that 2014 is the best ever for everyone! Best regards, Jack Skelley Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com ___ Post Messages to: ProFox@leafe.com Subscription Maintenance

Re: VFP9: Can't print...solved...

2013-10-22 Thread Jack Skelley
ice as the culprit. Thanks to all that offered suggestions. Best regards Jack Sent from my iPad On Oct 22, 2013, at 8:39 PM, "Tracy Pearson" wrote: > Jack Skelley wrote: >> Frank: >> For some unknown reason the team logo that appears at the top of each >> report did not

RE: VFP9: Can't print...solved...

2013-10-22 Thread Jack Skelley
the graphics were corrupted. But that is not true as those files now excluded and placed in the folder on the server work in the selected report. The more I do the dumber I get.. Thanks for all the suggestions! Best regards, Jack Jack Skelley Senior Director, Programming/Computer Operations New

RE: VFP9: Can't print

2013-10-22 Thread Jack Skelley
starts the problem happening again. Frank. Frank Cazabon On 22/10/2013 02:11 PM, Frank Cazabon wrote: > Any grids on the form where the report is being called from? > > Frank. > > Frank Cazabon > > On 22/10/2013 12:20 PM, Jack Skelley wrote: >> Tracy: >> No...I put a wa

RE: VFP9: Can't print

2013-10-22 Thread Jack Skelley
form where the report is being called from? Frank. Frank Cazabon On 22/10/2013 12:20 PM, Jack Skelley wrote: > Tracy: > No...I put a wait window in just form the report is called and there are 82 > records in the cursor. > I copy my contact manager I wrote in VFP9 to the server a

RE: VFP9: Can't print

2013-10-22 Thread Jack Skelley
Tracy: It is something with the reports... I created a new report with some of the fields from the cursor and all runs as expected. The thought of redoing 22 detailed is mind boggling... Any ideas on what to look for in the existing reports? Jack Jack Skelley Senior Director, Programming

RE: VFP9: Can't print

2013-10-22 Thread Jack Skelley
Tracy: I put in both and both report the same reccount of 82 records... I tried running as administrator and got the same results. Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com

RE: VFP9: Can't print

2013-10-22 Thread Jack Skelley
ed area at unexpected times. Fred On Tue, Oct 22, 2013 at 9:20 AM, Jack Skelley wrote: > Tracy: > No...I put a wait window in just form the report is called and there are > 82 records in the cursor. > I copy my contact manager I wrote in VFP9 to the server and ran it and all > runs an

RE: VFP9: Can't print

2013-10-22 Thread Jack Skelley
Tracy: No...I put a wait window in just form the report is called and there are 82 records in the cursor. I copy my contact manager I wrote in VFP9 to the server and ran it and all runs and prints as expected. All reports and labels run as expected. Thanks! Jack Jack Skelley Senior Director

RE: VFP9: Can't print

2013-10-22 Thread Jack Skelley
. In a screen print the screen flashes and to the printer it spools and goes no where. I stopped and re-started the print spooler. Notepad text files print ok. I am at a loss as to what to try next. Thanks for the help Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey

RE: VFP9: Can't print

2013-10-21 Thread Jack Skelley
, October 21, 2013 6:10 PM To: profoxt...@leafe.com Subject: Re: VFP9: Can't print Any default printer (in Windows) assigned for that workstation? Fred On Mon, Oct 21, 2013 at 2:09 PM, Jack Skelley wrote: > Good Afternoon All: > I have 1 VFP 9 application on a server and all runs as ex

RE: VFP9: Can't print

2013-10-21 Thread Jack Skelley
ation? Fred On Mon, Oct 21, 2013 at 2:09 PM, Jack Skelley wrote: > Good Afternoon All: > I have 1 VFP 9 application on a server and all runs as expected, > I installed a second VFP 9 application on the same server and can't print > to the screen or to a printer. > The first a

VFP9: Can't print

2013-10-21 Thread Jack Skelley
ected on my development machine. What am I missing??? Thanks Best regards, Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com ___ Post Messages to: ProFox@leafe.com Subscri

RE: VFP9: Very Weird Report Behavior - Solved!

2013-10-04 Thread Jack Skelley
in! Best regards, Jack It is acting like you are calling the wrong report file. -- Tracy Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com ___ Post Messages to: ProFox@leafe.com

Re: VFP9: Very Weird Report Behavior

2013-10-03 Thread Jack Skelley
Good Evening Dan: 1 and 2: Yes. I wrote a prg to create a cursor to populate a report and all worked as expected. I then took the code and placed it in a method on a form. I click the print button on the form and the cursor gets generated and populated and then I issue the standard report form r

RE: VFP9: Very Weird Report Behavior

2013-10-03 Thread Jack Skelley
Tracy Positive I am running the same report in the prg as the scx... Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf

VFP9: Very Weird Report Behavior

2013-10-03 Thread Jack Skelley
help. Best regards, Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo

RE: Getting Data from Another form

2013-09-20 Thread Jack Skelley
Mike: Trying very hard to get another ring! Jack You'd better get it right so the Devils can be contenders and make it to the Big Game once again! :-) Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevil

RE: Getting Data from Another form

2013-09-20 Thread Jack Skelley
Adams is the former Doctor Who script writer and creator of The Hitchhikers Guide To The Galaxy. In all my applications this statement is included somewhere in the code...when the NJ Devils scouting system was officially 1 year late I mentioned it to the powers that be and they didn't thin

RE: Getting Data from Another form

2013-09-20 Thread Jack Skelley
time? Add this code in instead: IF TYPE("_Screen.ActiveForm.BaseClass") = "C" THIS.CallingForm = _Screen.Activeform ENDIF Frank. Frank Cazabon On 20/09/2013 09:35 AM, Jack Skelley wrote: > Frank: > Thanks for the suggestion and help. > But when I do this _scre

RE: Getting Data from Another form

2013-09-20 Thread Jack Skelley
#x27; Load, add code like this: THIS.CallingForm = _Screen.Activeform Then you can always refer to the previous form using This.CallingForm So you can: This.CallingForm.Top = 5 This is off the top of my head but should at least get you going. Frank. Frank Cazabon On 19/09/2013 05:08 PM, Jac

RE: Getting Data from Another form

2013-09-20 Thread Jack Skelley
Ken: In the creatobject line it returns 'class definition frmCoach is not defined'. It must be me... Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From:

RE: Getting Data from Another form

2013-09-19 Thread Jack Skelley
top = 5 it did execute and move the form. In my other systems I say Public frmCoach then issue frmCoach.top = 5 from another form with no issues. I can't figure what is wrong or what could be different. Best regards, Jack Jack Skelley Senior Director, Programming/Computer Operations New Jer

Getting Data from Another form

2013-09-19 Thread Jack Skelley
form: lnForm_top = frmModeless.top and it says that frmModeless is not an object. But wexist('frmModeless') returns true... What am I doing wrong? I have checked other instances of this in other systems and it works perfectly. I just can't see any differences... Thnaks! Jack Jack Ske

RE: MLINE

2013-06-05 Thread Jack Skelley
Al: How does ALINES() behave? I read a while ago the chr(13) or chr(10) could be in any order with alines(). But I bet it would not see the =0A= either. But I am guessing you could strtran() =0A= to chr(10) +chr(13) Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey

RE: JPG file in a VCX

2013-05-31 Thread Jack Skelley
RELEASE CLASSLIB your.vcx CLEAR CLASSLIB your.vcx USE your.vcx AGAIN SHARED NOUPDATE ... SET CLASSLIB TO your.vcx ADDITIVE ++ Thierry Nivelet FoxInCloud Give your VFP app a second life in the cloud http://foxincloud.com/ Le 30/05/13 22:18, Jack Skelley a écrit : > Good Afternoon All: > Than

RE: JPG file in a VCX

2013-05-31 Thread Jack Skelley
Tracy: Thanks! Worked like a champ! Best regards, Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Tracy Pearson

RE: JPG file in a VCX

2013-05-31 Thread Jack Skelley
Good Morning Tracy: Nothing I did worked! When I open the vcx as a table and get the base32 jpg I issue a use to close the table. Then the newobject construct returns 'file is in use'. I try closing the vcx and it does not close. What am I missing here? Regards, Jack Jack Skel

RE: JPG file in a VCX

2013-05-30 Thread Jack Skelley
Tracy No I did use that! I will try it in the AM. Thanks! Jack Skelley Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of

RE: JPG file in a VCX

2013-05-30 Thread Jack Skelley
Alan: When I issue that the response is the classib does not exist... Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf

RE: JPG file in a VCX

2013-05-30 Thread Jack Skelley
gh with it, you could just delete the dbf...or keep it around if it amuses you. Mike Copeland Original Message Subject: Re: JPG file in a VCX From: Jack Skelley To: profoxt...@leafe.com Date: 5/30/2013 3:18 PM > Good Afternoon All: > Thanks for all the good ideas in the many

RE: JPG file in a VCX

2013-05-30 Thread Jack Skelley
user WITH _cliptext && At runtime, when application starts: USE your.vcx NOUPDATE LOCATE FOR objname = 'yourClass' lcFile = Addbs(Sys(2023) + GetWordNum(User, 1, '|')) StrToFile(Strconv(GetWordNum(User, 2, '|'), 14), m.lcFile) U

JPG file in a VCX

2013-05-29 Thread Jack Skelley
Good Morning All: I have a class library and was wondering if it is possible to embed a JPG so a separate file does not need to be sent with the VCX. Currently I am entering the JPG's file spec from a directory in the 'picture' construct. Thanks for any help. Regards, Jack Jack

RE: Print A Word Document From VFP - Final Thoughts and Observations...

2013-05-13 Thread Jack Skelley
t be set the same as the way it is stored in the system. Aprinters() does return the way it is stored in the system so that was used. Again, thanks for the help! Best regards, Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)75

RE: Print A Word Document From VFP

2013-05-10 Thread Jack Skelley
ehaves well under these circumstances is something you'll need to test... Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com ___ Post Messages to: ProFox@leafe.com Subscripti

RE: Print A Word Document From VFP

2013-05-09 Thread Jack Skelley
isform.txtDocs_printed.value = lnPrinted thisform.txtDocs_printed.refresh() endfor I know it isn't the slickest code around but there is no screen flash and it works. I guess that's most important! I appeciate the input! Best regards, Jack Jack Skelley Seni

RE: Print A Word Document From VFP

2013-05-08 Thread Jack Skelley
Ted and Frank: Thanks for the tips. Shellexecute still flashes Word and then the document on the screen. The effect is even worse than in automation. When I used nShowWin = 2 it appears in a smaller state but still flashes. Jack Jack Skelley Senior Director, Programming/Computer Operations New

RE: Print A Word Document From VFP

2013-05-08 Thread Jack Skelley
; me thinking out loud. Of course, if you are running Ur > App in a newer version of Windoze - like Win7 - then this approach probably > will NOT Work... > > -K- > > -Original Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jack > Skelley > Sent:

RE: Print A Word Document From VFP

2013-05-08 Thread Jack Skelley
--- Original Message Subject: Print A Word Document From VFP From: Jack Skelley To: profoxt...@leafe.com Date: 5/7/2013 6:28 PM > Good Evening All: > I am creating a Word 2010 automation form to open a document and print it. > I have a few questions: > 1 - Except for the first file op

RE: Print A Word Document From VFP

2013-05-08 Thread Jack Skelley
n Tue, May 7, 2013 at 6:28 PM, Jack Skelley wrote: > Good Evening All: > I am creating a Word 2010 automation form to open a document and print it. > I have a few questions: > 1 - Except for the first file opened every file there after will flash the > Word interface even though I issue

Print A Word Document From VFP

2013-05-07 Thread Jack Skelley
a file and send it to a printer... Thanks for any help. Best regards, Jack Skelley Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com ___ Post Messages to: ProFox@leafe.com

RE: VFP To Android

2013-05-03 Thread Jack Skelley
Good Afternoon Thierry Thanks! I am looking at your application as we speak! Best regards, Jack Skelley From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Thierry Nivelet [tnive...@foxincloud.com] Sent: Friday, May 03, 2013 3:43 PM To: profoxt

RE: VFP To Android

2013-05-03 Thread Jack Skelley
suggestion as a good starting point for this. Like all things around I am sure they expect it operational in the week! Best regards, Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com _

VFP To Android

2013-05-03 Thread Jack Skelley
rking great in VFP 9 and make it work in a tablet with similar functionality. I was wondering if any one in the group has ever done this before? Thanks for any help! Best regards, Jack Skelley Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164

RE: Program already running

2013-02-18 Thread Jack Skelley
fer) IF TYPE('tcBuffer') # "C" RETURN 0 ENDIF tcBuffer = LEFT(ALLTRIM(tcBuffer), 4) LOCAL I, lnRet lnRet = ASC(SUBSTR(tcBuffer, 1, 1)) FOR I = 1 TO 3 lnRet = lnRet + ASC(SUBSTR(tcBuffer, I + 1, 1)) * 256^I NEXT I RETURN INT(lnRet) ENDFUNC &&Buf2DWORD There is

RE: Friday

2013-01-24 Thread Jack Skelley
Sytze: Ah beach weather! In New Jersey it was single digits in F this AM... How about convert to a string and compare string lengths. Jack Skelley Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com

RE: GETFILE() Multiple Files

2012-12-18 Thread Jack Skelley
List(thisform.lstAttachments.ListIndex, 1)) gnPhotos = gnPhotos + 1 IF gnPhotos > 1 THEN thisform.cmdSlide.Enabled = .t. ENDIF ELSE thisform.lstAttachments.Height = 260 thisform.imgPic.Visible = .f. ENDIF *thisform.lstAttachments.MoverBars = .t. *thisform.lstAttachments.Requery(

RE: VFP9: Combo Box

2012-12-13 Thread Jack Skelley
Desmond: Make sure IncrementalSearch = .t. for the combobox so as the user types the listindex increments When populating the combobox issue: thisform.combobox.requery() thisform.combobox.refresh() and you should see the contents Jack Skelley Jack Skelley Senior Director, Programming/Computer

RE: [NF] Laptop keeps dropping ip address..

2012-11-28 Thread Jack Skelley
Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Lew Schwartz [lew1...@gmail.com] Sent: Wednesday, November 28, 2012 1:49 PM

RE: FoxDOS 2.6 Screen Set

2012-11-20 Thread Jack Skelley
e attorney... Me famous I don't think so! Considering the company that was at the show! But thanks for the kind words! Best regards, Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newj

RE: FoxDOS 2.6 Screen Set

2012-11-16 Thread Jack Skelley
y 'spare time' I should write all of this for VFP9... >Jack In my spare time I 'd rather read a good action novel:-) That certainly clears my mind from all that code I churn day after day, week after week Have a good weekend Rafael Copquin El 16/11/2012 01:25 p.m., Jack Skell

RE: FoxDOS 2.6 Screen Set

2012-11-16 Thread Jack Skelley
rite all of this for VFP9... Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Ken Kixmoeller (ProFox)

RE: [NF] This desktop looks like a good deal...your thoughts?

2012-11-16 Thread Jack Skelley
7 64x box. Just my 2 cents Jack Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From: ProfoxTech [profoxtech-boun...@leafe.com] on behalf of Michael J. Babcock, MCP [

RE: [ADMIN] Want to help?

2012-11-09 Thread Jack Skelley
Thanks Ed for all you do and provide! Donation made a few minutes ago. Best regards, Jack Skelley Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 jskel...@newjerseydevils.com From: ProfoxTech [profoxtech-boun

  1   2   3   4   >