Re: PDF Scraping

2024-01-13 Thread Gianni Turri
Another option is the Balabolka Text Extract Utility, I have used it with success in the past. https://www.cross-plus-a.com/btext.htm This is the command line version, so you can run it from VFP. Example usage: blb2txt -f "My file.pdf" -out "My file.txt" The program has many options, for

Re: Form designer rules?

2021-05-23 Thread Gianni Turri
Hi Joe, don't put in quotes or double quotes the sql statement! Gianni On Sat, 22 May 2021 15:03:50 -0400, Joe Yoder wrote: I want to use an sql select statement as the row source for a combo box.. - When I set the row source type to 3-SQL and enter the row source as "select space

Re: Variations in CSV settings by region

2021-04-17 Thread Gianni Turri
inal Message----- From: ProfoxTech On Behalf Of Gianni Turri Sent: Friday, April 16, 2021 6:30 PM To: profoxt...@leafe.com Subject: Re: Variations in CSV settings by region Use LibreOffice Calc instead of Excel: when opening/importing a CSV or pasting text with delimited data, opens a pane

Re: Variations in CSV settings by region

2021-04-16 Thread Gianni Turri
Use LibreOffice Calc instead of Excel: when opening/importing a CSV or pasting text with delimited data, opens a panel with plenty of options. Gianni On Fri, 16 Apr 2021 13:42:10 +, Richard Kaye wrote: Throwing this one out to the collective wisdom. We're doing a lot with CSV

Re: Interesting Error 1426 on COPY TO (lcFile) FIELDS a, b, c FOR condition TYPE XL5

2021-04-06 Thread Gianni Turri
This error is thrown for an invalid path. Instead of SYS(5) + GETENV("HOMEPATH") you should use GETENV("USERPROFILE") that returns drive + path. SYS(5) returns the current Visual FoxPro default drive than has nothing to do with the HOMEPATH location. In some installation they probably are the

Re: Greg Reichert / GLRsoftware.com

2020-06-25 Thread Gianni Turri
Unfortunately, you are out of luck with the desired SysObj.zip file but other zip files are available and downloadable: https://web.archive.org/web/20160315060859if_/http://glrsoftware.com/Download/FUnit.zip

Re: Greg Reichert / GLRsoftware.com

2020-06-24 Thread Gianni Turri
The more recent download page is this: https://web.archive.org/web/20160328185504/http://www.glrsoftware.com/download.asp Gianni On Wed, 24 Jun 2020 09:18:23 -0500, Stephen Russell wrote: I use the WayBackMachine in times like this. archive.org that is. :)

Re: ng give me my file explorer back.

2020-04-12 Thread Gianni Turri
On the View ribbon select Group by (None) Gianni On Sun, 12 Apr 2020 08:08:37 -0400, Michael Savage wrote: the alphabetizen of the list is mostly a pain , putting the folders in with the files. putting the folders then the files after them is what is there a way to get that back? or is there

Re: MSXML6 instead of MSXML4

2020-04-04 Thread Gianni Turri
Install it! Install this: MSXML 4.0 Service Pack 2 (Microsoft XML Core Services) https://www.microsoft.com/en-US/download/details.aspx?id=19662 Then this: MSXML 4.0 Service Pack 3 (Microsoft XML Core Services) https://www.microsoft.com/en-US/download/details.aspx?id=15697 HTH, Gianni On Mon,

Re: Visual Foxpro 5.0 ISO

2020-03-26 Thread Gianni Turri
Hi Jose, Visual Foxpro 5.0 should be included in Visual Studio 97. You should be able to download Visual Studio 97 from this site: https://winworldpc.com/product/microsoft-visual-stu/97-5x Choose to Download "Microsoft Visual Studio 97 Enterprise" or "Microsoft Visual Studio 97 Professional

Re: Problem Calling in Excel

2020-02-24 Thread Gianni Turri
Hi Roger, no problem running your code with Excel 365 but read the following article: Changing File Block settings to enable old Excel file types to be opened as normal

Re: Outlook Redemption tool

2019-09-03 Thread Gianni Turri
Use .Display() instead of .Save() Gianni On Tue, 3 Sep 2019 19:41:02 -0400, "MB Software Solutions, LLC" wrote: No, there's no visible property.  I had checked that prior to posting. On 9/3/2019 7:14 PM, Kurt at VR-FX wrote: > Frank - I think what you suggested would Send it. He simply wants

Re: Filtering Oddity

2019-05-22 Thread Gianni Turri
Warning! browse last restores only the appearance! Gianni On Wed, 22 May 2019 08:29:31 -0700, "Fletcher Johnson" wrote: Peter, It's been a while But I do know that this became a big issue when people found out that changes to what they thought was a temporary table/cursor were being

Re: ProFox Messages are not showing up

2019-05-03 Thread Gianni Turri
Me too! Gianni On Fri, 3 May 2019 22:23:09 +0200, Koen Piller wrote: Received the same message. Clicked on the option to stay tuned and all seems ok Koen Op vr 3 mei 2019 om 22:21 schreef Charlie-gm > Not sure what is going on. I got a weird message the other day saying my > account has

Re: TSQL equivalent of strtran function

2019-05-02 Thread Gianni Turri
Hi Rafael, should be this: REPLACE (Transact-SQL) https://docs.microsoft.com/en-us/sql/t-sql/functions/replace-transact-sql?view=sql-server-2017 VFPSQL - TSQL - Mapping http://fox.wikis.com/wc.dll?Wiki~VFPSQL-TSQL-Mapping Gianni On Thu, 2 May 2019 19:40:40 -0300, Rafael Copquin wrote:

Re: GetFile() issue

2018-11-08 Thread Gianni Turri
Warning, it adds the selected folder to the VFP PATH! Gianni On Thu, 8 Nov 2018 16:12:48 +, Dave Crozier wrote: Thiery, Great spot... I hadn't noticed that in the help file. Makes the job even easier, put inside a try.. catch... endtry to catch the error if no file chosen and return back

Re: Contacting folks on GitHub

2018-08-25 Thread Gianni Turri
screenshots to profox emails!) On 2018-08-24 19:31, Gianni Turri wrote: > Hi Mike, > > please post a link whenever is possible instead of screenshots. > > At the project link there are two email addresses. > > https://github.com/VFPX/FoxCharts > > Project Manager: Ce

Re: Contacting folks on GitHub

2018-08-24 Thread Gianni Turri
Hi Mike, please post a link whenever is possible instead of screenshots. At the project link there are two email addresses. https://github.com/VFPX/FoxCharts Project Manager: Cesar (vfpimag...@hotmail.com) Versions till 1.37 Project Manager: YudinAlexKiev (alex.yudin...@mail.ru) Versions 1.4x

Re: Bounces

2018-07-09 Thread Gianni Turri
Me too! On Mon, 9 Jul 2018 10:24:18 -0400, Garrett Fitzgerald wrote: Anybody else getting too-many-bounces warnings from the list today, or is it just me? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Windows 10 April 2018 Update & Running EXE from Shared drive (Samba)

2018-05-09 Thread Gianni Turri
ocally, this appears to be a security policy issue. I am NOT on a Domain! Still troubleshooting... Thanks Gianni! Mike C Gianni Turri wrote: > Try enabling "SMB 1.0/CIFS File Sharing Support" in "Windows features". > > Gianni > > On Wed, 9 May 2018 16:23:49 -0500,

Re: Windows 10 April 2018 Update & Running EXE from Shared drive (Samba)

2018-05-09 Thread Gianni Turri
Try enabling "SMB 1.0/CIFS File Sharing Support" in "Windows features". Gianni On Wed, 9 May 2018 16:23:49 -0500, Mike wrote: Heads up... After updating to Win 10 Pro 17134 (last night) apps that are stored on a network share (Samba server) will no longer run. Move the EXE

Re: AGETFILEVERSION Fail

2018-05-02 Thread Gianni Turri
gh! Paul H. Tarver -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Gianni Turri Sent: Wednesday, May 02, 2018 10:51 AM To: profoxt...@leafe.com Subject: Re: AGETFILEVERSION Fail Hi Paul! If the current directory ( curdir() ) changes to something like C:\Wi

Re: AGETFILEVERSION Fail

2018-05-02 Thread Gianni Turri
Number = ADIR(laPrograms, '*.EXE') Gianni -Original Message- On Wed, 02 May 2018 02:47:00 +0200, Gianni Turri <gianni...@gmail.com> wrote: Hi Paul! I remember many years ago when printing to pdf using the Adobe Acrobat printer driver that at the return from "report form ...&q

Re: AGETFILEVERSION Fail

2018-05-01 Thread Gianni Turri
Hi Paul! I remember many years ago when printing to pdf using the Adobe Acrobat printer driver that at the return from "report form ..." the curdir() was changed to something like C:\Windows\System32. Are you sure it is not happening something similar? Gianni -Original Message- On

Re: Command Window:

2018-01-01 Thread Gianni Turri
See the two different results: with set fixed on https://drive.google.com/file/d/1jo58_AhdxlPSpU9ddycLNaufXE4tDP9Y/ with set fixed off https://drive.google.com/file/d/1yXah6jQr4EAR8azG65e813NtcSg5GCOB/ Gianni On Mon, 1 Jan 2018 07:02:18 -0500, Ted Roche wrote: I can't see

Re: [NF] Duplicati

2017-12-12 Thread Gianni Turri
In Windows 10 if a program needs it, you will be prompted to install it automatically. But if you wish you can go in the old style Control Panel, Windows Features, and turn on ".NET Framework 3.5". Install the .NET Framework 3.5 on Windows 10

Re: Extra spaces in CSV file generated from VFP9SP2 when using Varchar fields

2017-11-28 Thread Gianni Turri
Hi Mike, to have that result you have put values in the vachar defined fields without trimming blanks, why? Anyway you can resolve in this way: set fields GLOBAL set fields to set fields to PseudoID = rtrim(PseudoID), Zip3, Prov03, Prov03Other = rtrim(Prov03Other), Prov06, Prov07,

[ADMIN] Posts missing

2017-11-28 Thread Gianni Turri
Hi Ed, today my posts didn't get through. What's wrong with my posts? I have sent two, in reply to "Extra spaces in CSV file generated from VFP9SP2 when using Varchar fields". Anyway, please release only the latter. Gianni ___ Post Messages to:

Re: Extra spaces in CSV file generated from VFP9SP2 when using Varchar fields

2017-11-28 Thread Gianni Turri
On Mon, 27 Nov 2017 11:43:00 -0500, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: > But when I use varchar v(N) field declarations, it appends spaces to the end > of the field values: Hi Mike, you can resolve in this way: set fields GLOBAL set fields to set fields to PseudoID =

Re: Create PDF from FoxPro report with selectable text...

2017-09-28 Thread Gianni Turri
Hi Matt, are you sure it is not dependig on the pdf reader you are using? Or simply because you have not selected the correct tool to select text? Anyway I'm using Adobe Acrobat Reader DC. In my tests with PDF generated by PDFCreator 2.5 and Microsoft print to PDF (Windows 10 CU) with and

Re: [NF] Export video to DVD

2017-06-25 Thread Gianni Turri
DVD Flick http://www.dvdflick.net/ Gianni On Sat, 24 Jun 2017 22:16:50 +0100, "John Weller" wrote: A friend's granddaughter has made a video of her 70th birthday as a .MOV file. She would like to convert it to DVD format to play on a DVD player and has asked my help.

Re: Modify Project from Config.FPW

2017-06-20 Thread Gianni Turri
Hi Paul, the file _command.prg will contains the commands history and VFP places it in the same folder as foxuser.dbf / fpt. Don't delete it and retry! Gianni On Tue, 20 Jun 2017 10:20:29 -0500, "Paul H. Tarver" wrote: I tried the .prg route before, but I re-did it based on

Re: Question about determining when record not showing after filter applied

2017-05-08 Thread Gianni Turri
Sorry Mike, it is better to use filter() instead of set("FILTER") because the latter trows Error 18 - Line is too long if the filter expression is long more than 255 characters. Gianni On Tue, 09 May 2017 01:00:35 +0200, Gianni Turri <gianni...@gmail.com> wrote: Hi Mike, I'm d

Re: Question about determining when record not showing after filter applied

2017-05-08 Thread Gianni Turri
Hi Mike, I'm doing in this way: if ! eval(set("FILTER")) locate rest endif Gianni On Mon, 08 May 2017 16:39:21 -0400, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: VFP9SP2 After applying a filter to a grid cursor, I want to know if the current record pointer (not moved since the

Re: GetFile() problem (VFP9, Win 10)

2017-05-05 Thread Gianni Turri
You need to unblock it. How to Unblock files in Windows http://sysc.org/discuss/unblock-files-windows-10-file-came-another-computer/ Gianni On Fri, 5 May 2017 09:29:58 +, Paul Newton wrote: Alan I downloaded it but all the help topics are blank ... Paul

Re: Reading & Extracting Data From PDF Files

2017-04-29 Thread Gianni Turri
I have used with success Balabolka Text Extract Utility. http://www.cross-plus-a.com/btext.htm Gianni On Fri, 28 Apr 2017 10:19:20 -0500, "Paul H. Tarver" wrote: Original Thread: Getting count of rows in a text file -- best approach? A couple of times I've heard people

Re: Getting count of rows in a text file -- best approach?

2017-04-28 Thread Gianni Turri
From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Gianni Turri Sent: Friday, 28 April 2017 11:39 PM To: profoxt...@leafe.com Subject: Re: Getting count of rows in a text file -- best approach? Ok. Anyway this is the slower method: loFSO = createobject("Scripting.FileS

Re: Getting count of rows in a text file -- best approach?

2017-04-28 Thread Gianni Turri
operty is updated: >> >> 'Skip lines one by one Do While txsInput.AtEndOfStream <> True >> txsInput.SkipLine ' or strTemp = txsInput.ReadLineLoop >> >> 2017-04-28 15:08 GMT+02:00 Gianni Turri <gianni...@gmail.com>: >> >>> On Thu, 27 Apr

Re: Getting count of rows in a text file -- best approach?

2017-04-28 Thread Gianni Turri
; <fdbo...@gmail.com> wrote: >Gianni, you skipped something very important, the part that skip the lines >so the Line property is updated: > >'Skip lines one by one Do While txsInput.AtEndOfStream <> True >txsInput.SkipLine ' or strTemp = txsInput.ReadLineLoop >

Re: Getting count of rows in a text file -- best approach?

2017-04-28 Thread Gianni Turri
On Thu, 27 Apr 2017 17:12:49 +0200, "Fernando D. Bozzo" wrote: >Hi Mike: > >A very fast method is using the FileSystemObject: > >loFSO = CREATEOBJECT("Scripting.FileSystemObject") >loFile1 = loFSO.OpenTextFile(lcArchivo1, 1) > >Look at the syntax on Microsoft web site for the

Re: Getting count of rows in a text file -- best approach?

2017-04-27 Thread Gianni Turri
On Thu, 27 Apr 2017 19:02:39 +0800, Man-wai Chang wrote: >Sorry, memlines() not mline() The returned count can be wrong due to the 8192 characters max line lenght limit. Only the method that counts the carriage return characters give the correct result. -- Gianni

Re: Getting count of rows in a text file -- best approach?

2017-04-21 Thread Gianni Turri
On Fri, 21 Apr 2017 17:02:23 +0200, Gianni Turri <gianni...@gmail.com> wrote: >On Fri, 21 Apr 2017 10:44:34 -0400, >mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: > >>VF9SP2 >> >>Currently, I'm simply doing this for now: >> >>R

Re: Getting count of rows in a text file -- best approach?

2017-04-21 Thread Gianni Turri
On Fri, 21 Apr 2017 10:44:34 -0400, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: >VF9SP2 > >Currently, I'm simply doing this for now: > >RowCount = OCCURS(CHR(13),FILETOSTR(m.Filename)) > >Is there a better (read: FASTER) way? These are tab delimited text >files so I can't really use

Re: Referring to a Column

2017-04-20 Thread Gianni Turri
On Thu, 20 Apr 2017 15:14:55 -0700, Gene Wirchenko wrote: >Hello: > > Suppose I wish to refer to a column. I have the alias in >*text* form. What is the best way to access the column? By best, I >mean a short, clear way >that: > 1) can be used in both reads or writes

Re: Checking in on FOXCHARTS

2017-04-19 Thread Gianni Turri
On Tue, 18 Apr 2017 23:16:17 -0400, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: >On 2017-04-18 23:06, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: >> I've asked in the past; last was about 4 years ago. So I'm asking >> again, as I'd like to put something simple together to pitch it

Re: Malware in Fox2Bin on VFPX CodePlex

2016-12-20 Thread Gianni Turri
checks that flag .ZIP files from codeplex or something. There was no obvious "Download and take your chances" option, though I can likely dig through the browser options dialogs to tone it down. On Tue, Dec 20, 2016 at 1:27 PM, Dave Thayer <davetha...@gmail.com> wrote: > On Tu

Re: Malware in Fox2Bin on VFPX CodePlex

2016-12-20 Thread Gianni Turri
Hi Ted, I have downloaded it, despite the warning, and then I have analized the content with Windows 10 Windows Defender and MalwareBytes Antimalware and it seems ok. Probably depends on the fact that it contains some .exe and some .vbs files. Gianni On Tue, 20 Dec 2016 11:07:43 -0500, Ted

Re: xBASE Appending from a Cursor

2016-07-06 Thread Gianni Turri
On Wed, 06 Jul 2016 15:57:20 -0700, Gene Wirchenko wrote: >Hello: > > I ran into some trouble writing an update program for my >app. Having not done it for quite a while, I forgot how to xBASE >append from a cursor. A simple > append from thecursorname >does

Re: Win10 upgrades, was: Brexit, was: Re: [NF] Just like VFP...

2016-06-28 Thread Gianni Turri
On Tue, 28 Jun 2016 13:11:35 -0500, Mike Copeland wrote: >Ted Roche wrote: >> On Fri, Jun 24, 2016 at 3:56 PM, Mike Copeland wrote: >>> I tried downloading and >>> burning a DVD to use for the upgrades, and it always asks for a Registration >>> Key even when

Re: Running Windows 7 32-bit on a new Windows 10 machine.

2016-06-19 Thread Gianni Turri
Hi Michael, you have many options: - install the 32 bit version of Windows 10, the license is the same of the Windows 10 64 bit you are running now - install the 32 bit version of Windows 10 (or any version you like) in a virtual machine If your new pc come with Windows 10 Pro it can run

Re: VFP 9 breakpoints

2016-02-29 Thread Gianni Turri
+1 Gianni On Mon, 29 Feb 2016 10:48:53 +, Paul Newton wrote: Make sure that the debug window is open BEFORE you start to run the app/code ... ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: This is only a test!

2016-01-13 Thread Gianni Turri
Yes, and the other as well! Gianni On Wed, 13 Jan 2016 13:05:14 -0500, Ted Roche <tedro...@gmail.com> wrote: I see your test; do you see my reply? On Wed, Jan 13, 2016 at 1:00 PM, Gianni Turri <gianni...@gmail.com> wrote: > This is only a t

This is only a test!

2016-01-13 Thread Gianni Turri
This is only a test! Gianni ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive:

Re: Need help with "Visual FoxPro: End-of-Life???"

2015-12-19 Thread Gianni Turri
Hi Bill, was quoted and unclickable ... http://erw1.myfreesites.net/ Gianni On Sat, 19 Dec 2015 18:13:43 +, billjarn...@h2officesolutions.com wrote: Wes, " ... to HomeClick here to see the site" link isn't working. Thanks for your effort. Bill Quoting Wes Wilson

Re: Windows 8.1 MemberData

2015-08-24 Thread Gianni Turri
Try installing the MS package: MSXML 4.0 Service Pack 3 (Microsoft XML Core Services) https://www.microsoft.com/en-US/download/details.aspx?id=15697 Gianni On Mon, 24 Aug 2015 13:49:54 +0100, Laurie Alvey trukke...@gmail.com wrote: Thanks Tracy. Unfortunately it refused to register. Laurie

Re: Windows 8.1 VFP 9 IDE

2015-08-24 Thread Gianni Turri
Looks like the behavior of the Dockable option, active by default on new VFP installation. Disable it right-clicking on the title bar of every affected system window. Gianni On Mon, 24 Aug 2015 09:33:02 +0100, Laurie Alvey trukke...@gmail.com wrote: I've recently moved to Windows 8.1 and have

Re: windows10 where is it?

2015-08-21 Thread Gianni Turri
Better you create a USB key or DVD using the MS Tool at this page: https://www.microsoft.com/en-us/software-download/windows10 Gianni On Fri, 21 Aug 2015 09:59:41 +, Dave Crozier da...@flexipol.co.uk wrote: Raphael, I believe it is in the hidden folder C:\$windows.~BT You can find this by

Re: ReportBuilder.app and VFPx

2015-06-19 Thread Gianni Turri
On Thu, 18 Jun 2015 14:19:45 -0400, Tracy Pearson tr...@powerchurch.com wrote: Hello, It was brought to my attention today when someone adds a new field to a report uses the Expression Builder to select two fields separated by a + symbol click OK and OK the ReportBuilder

Re: ReportBuilder.app and VFPx

2015-06-19 Thread Gianni Turri
On Fri, 19 Jun 2015 14:23:05 -0400, Tracy Pearson tr...@powerchurch.com wrote: I acquired the SP2 XSource yesterday and was able to reproduce the problem, right after a compile. I decided to research the changes you spoke of. I downloaded the SP 1 you linked. Doing a diff on that method in both

Re: Programatically using Regsvr32

2015-06-11 Thread Gianni Turri
Hi Dave, I manage the ocx registration in this way. In attach three files: - Register_calendar_ocx.prg a sample that show how to do - Util.prg Create a project with only this program and create Util.exe needed to Register.prg - Register.prg The registration routine * register / unregister

Re: Programatically using Regsvr32

2015-06-11 Thread Gianni Turri
Gianni On Thu, 11 Jun 2015 12:49:04 +0200, Gianni Turri gianni...@gmail.com wrote: Hi Dave, I manage the ocx registration in this way. In attach three files: - Register_calendar_ocx.prg a sample that show how to do - Util.prg Create a project with only this program and create Util.exe needed

Re: Copy File

2015-05-12 Thread Gianni Turri
The only place where a colon : is allowed is in the drive designator. If the code you posted is real I don't see any problem. Jeff, when you say manually you mean using che code from your first email or using Windows explorer? Gianni On Mon, 11 May 2015 21:48:13 -0700, Fred Taylor

Re: Copy File

2015-05-11 Thread Gianni Turri
Hi Jeff, you must use name expressions, the syntax is as follow: lcinitialname = 'd:\users\public\applications\ft_cafe\documents\export\75041.pdf' lcservername = 'd:\users\public\applications\ft_cafe\documents\someotherfile.pdf' copy file (lcinitialname) to (lcservername) Gianni On Mon, 11

Re: VFP 9 Install on Windows 10

2015-03-02 Thread Gianni Turri
... or install: MSXML 4.0 Service Pack 3 (Microsoft XML Core Services) http://www.microsoft.com/en-US/download/details.aspx?id=15697 and may be also the following update: Update for Microsoft XML Core Services 4.0 Service Pack 3 (KB973685)

Re: CCleaner 5.0

2014-12-07 Thread Gianni Turri
Hi Charles, I recommend using CCleaner routinely ONLY to delete temporary files, the Cleaner part. Use the other powerful options only if you know what are you doing. Anyway it is important to set it up correctly. These are my recommended settings: Options Advanced

Re: SQL MIN() et VFP MIN()

2014-10-28 Thread Gianni Turri
Hi Maurice, I suspect that using EVALUATE you cannot refererence fields and values from inside the query, you can only reference fields and values from the VFP environment before running the query. Gianni On Tue, 28 Oct 2014 21:36:36 +0100, Jean MAURICE jsm.maur...@wanadoo.fr wrote: a little

Re: NF PDF compare utility

2014-10-23 Thread Gianni Turri
For this purpose, try this Text Extract Utility, is freeware: Balabolka, Text Extract Utility http://www.cross-plus-a.com/btext.htm HTH, Gianni On Thu, 23 Oct 2014 19:27:35 +0100, Paul Hill paulroberth...@gmail.com wrote: On 23 October 2014 19:22, Mike Copeland m...@ggisoft.com wrote: Does

Re: Too many bounces, from me???

2014-10-07 Thread Gianni Turri
On 07/10/2014 08:32 AM, Man-wai Chang wrote: Am I the only one getting this? On Tue, 07 Oct 2014 08:48:43 -0400, Frank Cazabon frank.caza...@gmail.com wrote: I got it yesterday too. Maybe something to do with gmail accounts? Me too. -- Gianni

Re: Problem with DBGETPROP()

2014-09-29 Thread Gianni Turri
Have you looked in the c:\club\data\ folder for the file members.dc2 ? Gianni On Mon, 29 Sep 2014 11:10:04 +0100, Laurie Alvey trukke...@gmail.com wrote: I get the File does not exist message in the status bar. And yes, I unzipped the whole zip file. Laurie On 29 September 2014 10:08, Fernando

Re: Problem with DBGETPROP()

2014-09-29 Thread Gianni Turri
I mean that this should be the result of FoxBin2Prg. HTH, Gianni On Mon, 29 Sep 2014 14:34:02 +0200, Gianni Turri gianni...@gmail.com wrote: Have you looked in the c:\club\data\ folder for the file members.dc2 ? Gianni On Mon, 29 Sep 2014 11:10:04 +0100, Laurie Alvey trukke...@gmail.com wrote

Re: [NF] Bricked Android tablet

2014-08-31 Thread Gianni Turri
If you can afford loosing everything on it, try a factory reset but select the option to format the SD card. This way you avoid any faulty settings. HTH, Gianni On Sun, 31 Aug 2014 15:05:52 -0500, Ken Kixmoeller (ProFox) foxh...@information-architecture.com wrote: Hey -- Small chance that

Re: Printing Issues with 64-bit Win and VFP

2014-05-10 Thread Gianni Turri
Hi Andrew, make sure that in Windows there is at least one printer (a virtual printer is ok) and that there is a default printer. Gianni On Sat, 10 May 2014 04:12:49 -0400, Andrew MacNeill li...@aksel.com wrote: Hey all, Hope all are good. I'm seeing a weird message on certain machines and

Re: WinXP Anti-virus recommendations?

2014-04-06 Thread Gianni Turri
Hi Mike, from this link: http://superuser.com/questions/738131/disable-the-security-essentials-end-of-life-warning-on-windows-xp and confirmed by my personal experience, remain with MSE: - Download MSE from here http://go.microsoft.com/fwlink/?LinkID=231274 and keep it for later use. -

Re: Printing to a file using question marks

2014-04-02 Thread Gianni Turri
Hi Wes, try this: set printer to MyFile.txt set printer ON ? ? ? 'this is my first line' ? ? 'this is my last line' set printer OFF set printer to -- Gianni On Wed, 2 Apr 2014 08:09:51 -0700 (PDT), Wes Wilson erwweswil...@yahoo.com wrote: How do I print to a file using question marks?

Re: Scanning in VFP

2014-03-29 Thread Gianni Turri
On Fri, 28 Mar 2014 09:48:04 -0700, Jeff Johnson j...@san-dc.com wrote: Anyone have good luck with scanning directly into VFP? I read a post by Mike Lewis (I think it is) that used EZTWAIN which is now $999! I understand that many TWAIN devices can be programmed. I am interested in your

Re: A Use for OKL

2014-03-26 Thread Gianni Turri
Using _vfp.AutoYield = .t. the keyboard is polled between code lines instead that only at a wait state. AutoYield Property http://msdn.microsoft.com/en-US/library/tzw0kthk(v=vs.80).aspx Gianni On Wed, 26 Mar 2014 16:38:33 -0400, Richard Kaye rk...@invaluable.com wrote: As long as you have a

Re: Restart MSSQL Service

2014-02-26 Thread Gianni Turri
Hi Laurie, I use those commands in two batch files: start SQL Server.bat net start SQL Server (SQLEXPRESS) net start SQL Server Browser stop SQL Server.bat net stop SQL Server Browser net stop SQL Server (SQLEXPRESS) Then you can launch them programmatically. Change the service names to

Re: [NF] Unwanted Search Engine

2014-02-07 Thread Gianni Turri
The correct site to download ADWCleaner is: http://www.bleepingcomputer.com/download/adwcleaner/ My advice is to use also RKill, Junkware Removal Tool and TDSSKiller, available from bleepingcomputer.com. http://www.bleepingcomputer.com/download/rkill/

Re: [NF] Unwanted Search Engine

2014-02-07 Thread Gianni Turri
Hi Laurie, molte grazie! ;-) Gianni On Fri, 7 Feb 2014 18:51:02 + (GMT), Laurie Alvey truk...@btinternet.com wrote: Many thanks Gianni, or should I say molto grazie? Laurie From: Gianni Turri gianni...@gmail.com To: profox@leafe.com Sent: Friday, 7

Re: Openoffice

2014-02-03 Thread Gianni Turri
On Mon, 3 Feb 2014 19:18:38 +, Paul Hill paulroberth...@gmail.com wrote: On 3 February 2014 16:01, Alan Bourke alanpbou...@fastmail.fm wrote: On Mon, Feb 3, 2014, at 03:50 PM, Laurie Alvey wrote: Anyone know if the Openoffice apps (principally WP and spreadsheet) expose an object model

Re: Run/! command failed in foxpro 2.5

2012-04-11 Thread Gianni Turri
Hi Michael, sure that when you use real data your line doesn't reach 254 character lenght? Anyway, if I remember correctly, I deleted foxrun.pif, it was necessary only in Windows 95 / 98 / Me. So close Foxpro, delete foxrun.pif or move it in a folder out of reach of Foxpro and then try again.

Re: Test

2012-03-16 Thread Gianni Turri
On Fri, 16 Mar 2012 00:41:23 -0400, PabloH prive...@gmail.com wrote: Testing to see if I get this delivered back to me. PabloSr Hi Pablo, with gmail, like mine, our messages doesn't gets delivered back! Isn't it? To make sure my messages gets delivered, I have activated the option in the

Re: Working with arrays

2012-02-13 Thread Gianni Turri
Hi Joe, Hi Tracy, to save an array to a memo field: save to memo mymemofield all like myarray to restore: restore from memo mymemofield additive Gianni ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: In search of FoxPrint.Fo_

2012-01-10 Thread Gianni Turri
Hi Tracy, I have these, dated 1994. Gianni On Tue, 10 Jan 2012 16:44:54 -0500, Tracy Pearson tr...@powerchurch.com wrote: I'm searching around here for the file. The one that is needed is dated 1993 I believe. Anybody still have one and care to share? Thanks! Tracy [excessive quoting

Re: In search of FoxPrint.Fo_

2012-01-10 Thread Gianni Turri
Hi Tracy, do you know that FOXPRINT.FO_ and FOXPRINT.TT_ are compressed files? So try with the expandend version. Gianni On Tue, 10 Jan 2012 19:55:44 -0500, Tracy Pearson tr...@powerchurch.com wrote: Gianni Turri gianni...@gmail.com wrote: Hi Tracy, I have these, dated 1994. Gianni I

Re: VFP and default settings

2011-12-12 Thread Gianni Turri
Hi Sytze, use a name expression instead of macro expansion. lcDefdir=P:\DOLPHIN FOLDER with a space set default to (m.lcDefdir) Gianni On Tue, 13 Dec 2011 14:00:35 +1300, Sytze de Boer sytze.k...@gmail.com wrote: I'm probably suffering brain fade again but how does this work ?

Re: Problem with set filter

2011-12-06 Thread Gianni Turri
Fred had a good intuition. Possible scenarios when you issue go TOP: - no index order set then you should be on RECNO() = 1 unless it is deleted the will be = 2 unless deleted and so on - index order set, whatever is its expression, then RECNO() depends on that order The fact that your flag

Re: sql server express debugging

2011-11-23 Thread Gianni Turri
I use SQL Express Profiler, is open source. https://sites.google.com/site/sqlprofiler/ Start a New Trace, set the necessary login information and in the Events Panel make sure only these check-boxes rows are selected, to avoid too much noise: RPCCompleted SQLBatchCompleted SQLFullTextQuery

Re: VFP and emailing

2011-11-13 Thread Gianni Turri
One .AddAttachment() statement for every file to attach. Gianni On Sun, 13 Nov 2011 15:51:30 -0700, G Gambill gwgamb...@gmail.com wrote: And the problem was??? On Sun, Nov 13, 2011 at 3:37 PM, Sytze de Boer sytze.k...@gmail.com wrote: Hi folk I've found the answer to my problem S On

Re: rename file

2011-07-27 Thread Gianni Turri
Hi Al, what's the exact instruction you use and the error message? Gianni On Wed, 27 Jul 2011 12:21:35 +0200, Allen pro...@gatwicksoftware.com wrote: Hi guys How long has rename file been buggered. I wanted to rename file (file1) to (file2) and despite that two var's being chars it says it's

Re: Differences between EXECSRIPT and Macro Expansion

2011-01-14 Thread Gianni Turri
I have tested your code and the first error is on the assignment line: tcSQL = ... and the origin lies exactly in the password portion, where are used very low ascii values chars. Put the password string in a memory variable having care to build it with chr() functions for the problematic

Re: New Win7 64 bit machine can it run FPD2.5 or 2.6?

2010-12-01 Thread Gianni Turri
Hi Malcolm, I have done it successfully on my new Windows 7 Professional 64bit Acer portable. Now I run Foxpro for Windows 2.6a in Windows XP Mode, a Virtual PC. I haven't tested Foxpro for DOS but other very old DOS utilities runs without a hitch. Gianni Windows 64-bit does not support

Re: A DBC an Err: Object Name is Invalid

2010-11-01 Thread Gianni Turri
Have you tried to put the offending fieldname between double quote? field-name Gianni On Mon, 1 Nov 2010 15:01:56 -0700, Fred Taylor fbtay...@gmail.com wrote: I was surprised that there was no error when creating a table from the data in COPY STRUCTURE EXTENDED, or the cursor created with the

Re: Screen display

2010-06-22 Thread Gianni Turri
Hi Sytze, to set VFP screen font, be sure to have the focus in the Command window (click in it with the mouse), press SHIFT and while pressed click on Format, then Screen Fonts. Gianni On Wed, 23 Jun 2010 11:45:06 +1200, Sytze de Boer sytze.k...@gmail.com wrote: I have asked this before and

Re: Numeric Overflow Question

2009-08-08 Thread Gianni Turri
On Sat, 8 Aug 2009 13:23:30 -0500, Francis I. Coppage, Jr. fcopp...@clutions.net wrote: Why should this produce a 'Numeric Overflow'? I would expect it to return 390. ?VAL(390E 390TX) It is translating the 'E' to exponential with the following numeric to its exponent. What would your

Re: SQL SELECT with No Results

2009-07-18 Thread Gianni Turri
On Fri, 17 Jul 2009 22:42:26 -0700, Gene Wirchenko ge...@ocis.net wrote: Hello: I am coding some validation and I simply wish to know if certain rows exist. I do not want to know what they are. Is there any way of coding the select statement so I do not get any results? I would just

Re: SQL SELECT with No Results

2009-07-18 Thread Gianni Turri
On Fri, 17 Jul 2009 22:42:26 -0700, Gene Wirchenko ge...@ocis.net wrote: Hello: I am coding some validation and I simply wish to know if certain rows exist. I do not want to know what they are. Is there any way of coding the select statement so I do not get any results? I would just

Re: position of item in a list

2009-04-21 Thread Gianni Turri
On Tue, 21 Apr 2009 15:46:20 -0700, Matt Jarvis matt.jar...@kingrs.com wrote: Being a) rusty and b) having a brain lapse... Is there a built in function that will tell me which item something is when contained within a list? For example, I want to search for C in the list of A, B, C, D and

Re: set bell and wav files

2009-04-12 Thread Gianni Turri
Try this: Set Bell To (C:\WAVE_FILES\LASER.WAV) =inkey() clear typeahead ??Chr(7) SET BELL to Gianni On Thu, 9 Apr 2009 19:39:40 -0500, Gerald Foote geraldfo...@bellsouth.net wrote: I am calling this code in a procedure file, nothing happens when I call, it just falls right thru with no

Re: Macro Substitution using object/property in SQL

2009-04-03 Thread Gianni Turri
Hi Henry, I think that there is a big mistake in the initial concept: even if you resolve the problem with your macro, when you first create you view that macro is immediately expanded and saved in the view in the already expanded form. The next time you use your view it is not parameterized

  1   2   >