Search found 23 matches

by ali
Tue Mar 16, 2010 10:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: CSV to DBF
Replies: 10
Views: 2436

Re: CSV to DBF

Thank you for your fantastic answer. It works.
by ali
Tue Mar 16, 2010 9:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: CSV to DBF
Replies: 10
Views: 2436

Re: CSV to DBF

Hi ! I have used the code you have written but it don't works. There is my code and a sample of the CSV function mkdbf()                                       //Sample CSV //01.01.2010;31.01.2010;DZ OG;4050873;KM;4049532;DZ OG;4050873;8142004476;Tembl;1140229;;FT Gl.Eq.Str.A acc EUR-H;LU0358320330;A...
by ali
Sun Mar 07, 2010 4:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: CSV to DBF
Replies: 10
Views: 2436

Re: CSV to DBF

Hi George! Thank you for your quick answer. Is it possible that this works also with xlsx files?

Best Regards
Aljoscha
by ali
Sat Mar 06, 2010 8:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CSV to DBF
Replies: 10
Views: 2436

CSV to DBF

Hi!

My name is Aljoscha. I'm starting to Programming FiveWin. I have a question to you. I have a CSV file and I would like create a Programm that read this file and save this to a DB.

I think this is not to difficult but I have no idea. So I hope someone can help me.

Best Regards
Aljoscha
by ali
Sat Nov 22, 2008 3:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Delete Folder with content
Replies: 4
Views: 766

Hi! In the forum I have found a Function. Look: FUNCTION DELETEDIR( cDir ) LOCAL aDir, cName LOCAL i aDir = DIRECTORY( cDir + "\*.*", "HRD" ) FOR i = 1 TO LEN( aDir ) cName = aDir[ i, F_NAME ] IF cName == "."; LOOP; ENDIF IF cName == ".."; LOOP; ENDIF cName = ...
by ali
Sat Nov 22, 2008 2:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Delete Folder with content
Replies: 4
Views: 766

Delete Folder with content

Hi!

How can I delete a folder with content. Is this in FW possible?

Thanks for your help.

Regards Aljoscha
by ali
Fri Jul 25, 2008 2:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Startin in programming FWH
Replies: 3
Views: 683

Hi JC!

Thank you for your answer. It works fine.

regards

Ali
by ali
Fri Jul 25, 2008 1:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Startin in programming FWH
Replies: 3
Views: 683

Startin in programming FWH

Hello!

My name is Aljoscha. I'm beginning in programming FWH. At the start I have a question to FILTER. I have a Database, so I need a Filter to get certain infos form the Database. How can I resolve this problem?

Thank you for your help.

Regards
Ali