Search found 87 matches: importing

Return to advanced search

Re: DBF to Mysql

If you are importing one single DBF into one table, you can also try: oCn:ImportFromDBF( "customer.dbf", "test000", nil, nil, { ;   {"FIRST"   , "C", 20,  0} ...
by nageswaragunupudi
Fri May 13, 2022 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Mysql
Replies: 3
Views: 499

Re: Richedit problem

How are you importing into MySql. If you import using FWH built-in MySql library you may not have problems. oCn := maria_Connect( <server>, <database>, <user>, <password> )oCn:ImportFromDBF( cFileDBF, ...
by nageswaragunupudi
Mon Nov 22, 2021 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit problem SOLVED
Replies: 4
Views: 589

From WORDPRESS to DBF-mod harbour

... = 'page';$post->filter = 'raw'; // important! https://mybergland.com/fwforum/doc_91_bild_31786.png The WordPress blog I am importing started around the year 2000. Here is a screenshot from a post of 2005. Look how small the pictures have been. https://mybergland.com/fwforum/feuerwehr.jpg
by Otto
Tue Sep 07, 2021 7:03 am
 
Forum: mod_harbour
Topic: From WORDPRESS to DBF-mod harbour
Replies: 3
Views: 488

From WORDPRESS to DBF-mod harbour

... = 'page';$post->filter = 'raw'; // important! https://mybergland.com/fwforum/doc_91_bild_31786.png The WordPress blog I am importing started around the year 2000. Here is a screenshot from a post of 2005. Look how small the pictures have been. https://mybergland.com/fwforum/feuerwehr.jpg
by Otto
Tue Sep 07, 2021 7:02 am
 
Forum: mod_harbour
Topic: From WORDPRESS to DBF-mod harbour
Replies: 1
Views: 346

Re: DBF to CSV - converter 3.1 ( Update )

... DBF before creating a CSV I would like to add the possibility to change fieldnames and sizes as well I think 1. adding the new field 2. importing data from the old field to the new one 3. deleting the old field the 2. part CSV to DBF is nearly finished :D http://www.pflegeplus.com/IMAGES/Csv5.jpg ...
by Marc Venken
Tue Mar 17, 2020 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to CSV - converter 3.1 ( Update )
Replies: 50
Views: 12899

Re: FW_AdoImportFromDBF error

... an attention signal to SQL Server to cancel the executing query. The error is the same (3621) I noticed that the table is created and it starts importing, but for some reason it stops at 1800 records, wheter if I have a table with 2,000 or 25,000 records.
by mariordz
Mon Feb 10, 2020 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_AdoImportFromDBF error
Replies: 14
Views: 2289

Re: Export To Word

... printout of his work into the shop and makes the changes to these records within the software itself. Fortunately, saving it as a PDF and then importing it into Word does work, and allows him to handle his specific needs. Ti,
by TimStone
Thu Feb 06, 2020 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Export To Word
Replies: 11
Views: 1889

Re: FW_AdoImportFromDBF error

... kept trying to understand the reason I got the problem and my conclusion is: The field type in SQL should be "date", I noticed that when importing DBF's the date type field created in SQL is "datetime", I think it is pointless to generate this type of field due to the fact that ...
by mariordz
Fri Dec 06, 2019 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_AdoImportFromDBF error
Replies: 14
Views: 2289

Re: DBF to CSV - converter 3.1 ( Update )

... DBF before creating a CSV I would like to add the possibility to change fieldnames and sizes as well I think 1. adding the new field 2. importing data from the old field to the new one 3. deleting the old field the 2. part CSV to DBF is nearly finished :D http://www.pflegeplus.com/IMAGES/Csv5.jpg ...
by ukoenig
Fri Aug 09, 2019 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to CSV - converter 3.1 ( Update )
Replies: 50
Views: 12899

Re: DBF to CSV - converter 3.1 ( Update )

... size ( from excel ) First we import the fieldnames from the CSV-file next we can add these missing data with the xbrowse-structure-solution before importing the data from the CSV-file http://www.pflegeplus.com/IMAGESW/Csv3,jpg http://www.pflegeplus.com/IMAGESW/Csv4,jpg regards ...
by ukoenig
Tue Aug 06, 2019 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to CSV - converter 3.1 ( Update )
Replies: 50
Views: 12899

Re: DBF to SQL converter program

... {"MSSQL",SQLEXPRESS,cinitcat,SA,Secret}, .t. )   if oCn == nil      ? "Connect Fail"      QUIT   endif   ? "Importing Customer.dbf"   FW_AdoImportFromDBF( oCn, "c:\fwh64\samples\customer.dbf", cinitcat )   ? "Imported. Opening CUSTOMER ...
by bpd2000
Thu Apr 25, 2019 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 17901

Re: webservice implementation using php

You are welcome Gabriel, explain better what you need I researched and only found something about importing three libraries to xHarbour in order to enable access to APIs with "https". But I can not get these libraries and I do not understand how to imbibe them. ...
by gabrielgaspar.dev
Tue Apr 02, 2019 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: webservice implementation using php
Replies: 21
Views: 4918

Importing pipe delimited text file into Excel

Hi guys, I'm trying to open multiple pipe delimited text file into the same excel file albeit within different sheets. How to convert VBA macro code generated below to FWH/[x]Harbour's code? With ActiveSheet.QueryTables.Add(Connection:= _        "TEXT;C:\test\pay32\LHDN\E9139122309 MASTER.t...
by hua
Fri Mar 08, 2019 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Importing pipe delimited text file into Excel
Replies: 0
Views: 290

Re: Mr. Rao's samples collection.

The NEW option UNIQUE that can be defined before importing is showing interesting details : from a import range of 33000 to 35360 = 2360 the normal import shows a value of 3887 that means there are many numbers with sub-topics http://www.service-fivewin.de/IMAGES/Forum77.jpg ...
by ukoenig
Fri Mar 16, 2018 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20329

Re: A sample to print with REPrintBox5 a memo on two pages ?

Marc, thank You I will ckeck it It is number 4 position of the browser. All what we need is coloring the filtertext inside the memo The result importing from the FWH-sample direcory 1085 files and 12 files filtering the keyword richedit done in just 5 minutes time :D I tested the function but ...
by ukoenig
Sat Feb 24, 2018 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A sample to print with REPrintBox5 a memo on two pages ?
Replies: 28
Views: 4585
Next

Return to advanced search