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
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
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
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
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]
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
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
>
>
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
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
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.
;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
;
> oReg = CreateObject("registry")
>
> lnValue = 0
>
> llRetVal = oReg.GetRegKey("DisableAntiSpyware",@lnValue,;
> "Software\Microsoft\Windows Defender",;
> HKEY_LOCAL_MACHINE)
>
> WAIT WINDOW "The value is " + STR(lnValue)
>
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
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
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
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
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
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
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
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
__
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
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
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
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
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 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]
___
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:
>
>
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
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
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
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.
***
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
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
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
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
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
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
.
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
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
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
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
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
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
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...
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
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
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
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
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
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
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
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
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
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
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
.
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
, 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
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
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
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
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
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
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
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
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
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
#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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
; 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:
--- 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
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
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
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
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 _
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
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
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
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(
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
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
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
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
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)
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 [
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 - 100 of 353 matches
Mail list logo