... that will be required to print that line.
Complicated stuff.
Regards,
James
--------------------------------------------
12/8/2006 7:58 PM - JBott
Here are two sets of data from different devices (both for 8.5x11 inch paper). Previously, I assumed that nHorzRes() was the dimension of the ...
Search found 45 matches: jbott
Searched query: jbott
- Tue Jun 23, 2020 12:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Font sizing for printout.
- Replies: 3
- Views: 1054
- Wed May 10, 2017 9:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Password protected access to menu. Advice ?
- Replies: 25
- Views: 5133
Re: Password protected access to menu. Advice ?
... 26/11/1985")
:: tva:= "blabla"
:: counter:= 1
but also from from datasource ?
:: bird:= customer->bird
:: counter:= customer->number
or only later with
user():name:= "JBott"
or
user():name:= alltrim(customer->name)
Functions User() will create the object as static to see all over the program
:: tva:= "blabla"
:: counter:= 1
but also from from datasource ?
:: bird:= customer->bird
:: counter:= customer->number
or only later with
user():name:= "JBott"
or
user():name:= alltrim(customer->name)
Functions User() will create the object as static to see all over the program
- Tue Jul 23, 2013 2:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: CDO Email strange behavoir
- Replies: 12
- Views: 4681
Re: CDO Email strange behavoir
Rick,
Glad to hear you solved the problem.
I always specify the From field like this:
cFrom:= ["James Bott" <jbott@whatever.com>]
I never tried using a bogus email address during testing--I just send test emails to myself.
Regards,
James
Glad to hear you solved the problem.
I always specify the From field like this:
cFrom:= ["James Bott" <jbott@whatever.com>]
I never tried using a bogus email address during testing--I just send test emails to myself.
Regards,
James
- Thu Jun 27, 2013 1:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: First steps
- Replies: 11
- Views: 3801
Re: First steps
Well, I can get it to compile under xHarbour but it hangs.
Perhaps someone can send me a copy of the Harbour compiled fiveform.exe?
Regards,
James
jbott at compuserve dot com
Perhaps someone can send me a copy of the Harbour compiled fiveform.exe?
Regards,
James
jbott at compuserve dot com
- Thu Feb 21, 2013 12:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Graph Functions Library
- Replies: 7
- Views: 2484
Re: Graph Functions Library
... each label is eight characters wide and I don't know if it handles vertical labels. I'm not even using labels on the x-axis on mine.
If you want to email me a sample list of data (say 25 points), I will see if I can put together a quick chart for you.
jbott at compuserve dot com
Regards,
James
If you want to email me a sample list of data (say 25 points), I will see if I can put together a quick chart for you.
jbott at compuserve dot com
Regards,
James
- Sat Nov 13, 2010 6:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: dbSkip / Tautoget question
- Replies: 5
- Views: 1207
Re: dbSkip / Tautoget question
Mark,
Please email me at jbott at compuserve dot com.
James
Please email me at jbott at compuserve dot com.
James
- Fri Nov 05, 2010 4:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Append SDF error
- Replies: 16
- Views: 3689
Re: Append SDF error
... It is working fine here. I copied the text.txt from within IE. I wonder if there is some special character after the last line you are getting. Take a look at the original file with a hex editor, or zip it and send it to me at jbott at compuserve dot com.
I am using FWH 10.8/xHarbour.
Regards,
James
I am using FWH 10.8/xHarbour.
Regards,
James
- Fri Oct 15, 2010 1:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: BtnBmp changed behavior?
- Replies: 14
- Views: 3894
Re: BtnBmp changed behavior?
Reinaldo,
I have the same email address I have always had (since the 80's)-- [jbott at compuserve dot com]. I can also be reached at [jbott at gointellitech dot com].
I did find one email from you that I missed and I have responded. Did you send others?
Regards,
James
I have the same email address I have always had (since the 80's)-- [jbott at compuserve dot com]. I can also be reached at [jbott at gointellitech dot com].
I did find one email from you that I missed and I have responded. Did you send others?
Regards,
James
- Wed Oct 13, 2010 3:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: HATHAL - prn_info.lib(resolved)
- Replies: 13
- Views: 5890
Re: HATHAL - prn_info.lib
Please send an email to me at [jbott at compuserve dot com] and I will send you an updated LIB file to test.
Regards,
James
Regards,
James
- Tue Aug 10, 2010 10:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Program slow down
- Replies: 18
- Views: 7091
Re: Program slow down
... running test.exe on another PC.
If you want to run my EXEs on your system, let me know and I will email them to you. Send me your email address (jbott at compuserve dot com).
Below is my modified test1.prg.
Regards,
James
/*Program: Test1.prgPurpose: Test for Marc VanzegbroeckProblem: Slowdown ...
If you want to run my EXEs on your system, let me know and I will email them to you. Send me your email address (jbott at compuserve dot com).
Below is my modified test1.prg.
Regards,
James
/*Program: Test1.prgPurpose: Test for Marc VanzegbroeckProblem: Slowdown ...
- Wed Jul 28, 2010 8:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: combobox
- Replies: 40
- Views: 6800
Re: combobox
Dear James,
I made a new buildh.bat following your instructions (and I called it jbott.bat). The non case sensitive combobox incremental search is working perfectly now in my programs with the space bar key to begin each new search.
I thank you very much for this private support.
Perhaps you can ...
I made a new buildh.bat following your instructions (and I called it jbott.bat). The non case sensitive combobox incremental search is working perfectly now in my programs with the space bar key to begin each new search.
I thank you very much for this private support.
Perhaps you can ...
- Mon Jul 26, 2010 6:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: combobox
- Replies: 40
- Views: 6800
Re: combobox
James,
I send you already my combobox.prg version earlier but i will do it within a few minutes again to
jbott at compuserve dot com.
kind regards
José
I send you already my combobox.prg version earlier but i will do it within a few minutes again to
jbott at compuserve dot com.
kind regards
José
- Sun Jul 18, 2010 4:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: combobox
- Replies: 40
- Views: 6800
Re: combobox
Jose,
The reason I spelled out my email address like this:
jbott at compuserve dot com
Is so the robots can't recognize it as an email address and harvest it and start spamming me.
James
The reason I spelled out my email address like this:
jbott at compuserve dot com
Is so the robots can't recognize it as an email address and harvest it and start spamming me.
James
- Sun Jul 18, 2010 4:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: combobox
- Replies: 40
- Views: 6800
Re: combobox
James
OK, I send it to jbott at compuserve dot com
kind regards
José
OK, I send it to jbott at compuserve dot com
kind regards
José
- Thu Jul 15, 2010 12:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: combobox
- Replies: 40
- Views: 6800
Re: combobox
Jose,
If you will email me a copy of your COMBOBOX.PRG, I will test it here.
jbott at compuserve dot com
If I find that version doesn't work, you will need to upgrade to a new version of FWH. You can not get this for free.
Regards,
James
If you will email me a copy of your COMBOBOX.PRG, I will test it here.
jbott at compuserve dot com
If I find that version doesn't work, you will need to upgrade to a new version of FWH. You can not get this for free.
Regards,
James