Search found 464 matches

by xProgrammer
Wed Jul 14, 2010 9:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: CSV to DBF
Replies: 10
Views: 2493

Re: CSV to DBF

Hi Roman The best way is to try it and see. It isn't specified as far as I can see in the documentation and it would depend how it was implemented. You could try to follow the source code but testing would be simpler. If it doesn't work you might need a workaround. If you read your csv file into a s...
by xProgrammer
Wed Jun 16, 2010 12:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: New controls for FWH
Replies: 81
Views: 25604

Re: New controls for FWH /DBMS

Hi all I can supply a solution that is: genuinely client server will run happily stand alone or distributed will run windows linux (mixed any way you like) and presumably any OS supported by [x]Harbour / hbtip library retains data in dbf format stand alone computer can become server with no change n...
by xProgrammer
Tue Jun 15, 2010 1:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New controls for FWH
Replies: 81
Views: 25604

Re: New controls for FWH

Hi all Historically xBase language products made data base access easy in that 1 it was restricted to a single data base file structure (dbf), and 2. access to that data base was built into the language And, of course, it was all character based. The language was beautifully structured and supported...
by xProgrammer
Fri Jun 11, 2010 9:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: New controls for FWH
Replies: 81
Views: 25604

Re: New controls for FWH

Hi Marco "IN MY OPINION WE MUST CONCENTRATE OUR ATTENTION ON THE DATABASE MANAGEMENT AT THIS MOMENT !!!!" What about a client-server database written in [x]Harbour with underlying dbfs. You can do it on any platform that supports [x]Harbour and IP sockets (hbtip library)? It can understand...
by xProgrammer
Mon May 31, 2010 12:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: DICOM
Replies: 5
Views: 1373

Re: DICOM

Hi Massimo Have sent you an email with code as it currently stands. Does read (at least those that I have tested) DICOM files but lots more work to be done before it is of any real use. If anyone else is interested in accessing DICOM files or in DICOM message exchange from [x]Harbour then post a rep...
by xProgrammer
Thu May 27, 2010 10:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DICOM
Replies: 5
Views: 1373

Re: DICOM

Hi Massimo Have made some real progress on the DICOM front, at least as far as reading DICOM files (which are, I understand, formatted the same way in general as DICOM messages). I now have Harbour code that can traverse a DICOM file, read every attribute contained therein, and recognise the attribu...
by xProgrammer
Fri May 21, 2010 8:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: DICOM
Replies: 5
Views: 1373

Re: DICOM

Hi Massimo

I am slowly wading through the "mountains" of specifications with regards to DICOM and will have to do the simplest things first. But I will locate that information if I can (I am going to want to do that too) and stay in touch.

Regards
xProgrammer
by xProgrammer
Fri May 21, 2010 1:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: New controls for FWH
Replies: 81
Views: 25604

Re: New controls for FWH

As most of you know I use FiveLinux rather than FiveWin but have been following this with some interest. It's easy to propose a FiveNet or FiveWeb or whatever but I think you need to be a little more specific about what such a product would be. It would also be important to realise that Antonio is o...
by xProgrammer
Fri May 21, 2010 1:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: DICOM
Replies: 5
Views: 1373

DICOM

Hi Massimo and others I finally have access to a DICOM box (several in fact). But my first job will be to extract some basic data (like patient name, date of birth, gender, type of scan, date of scan etc) from DICOM files exported from older cameras ( over 13 years worth of scans). The required info...
by xProgrammer
Wed May 12, 2010 1:16 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: Some Issues with Ubuntu 10.04
Replies: 2
Views: 1064

Re: Some Issues with Ubuntu 10.04

Hi all

Further to the above I have discovered that

Code: Select all

sudo apt-get install glade
also installs libglade2-0 and libgtk2.0-dev, so less steps are now required.
by xProgrammer
Tue May 11, 2010 2:12 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Some Issues with Ubuntu 10.04
Replies: 2
Views: 1064

Some Issues with Ubuntu 10.04

Hi Antonio Just upgrading to Ubuntu 10.04 (LTS) (64bit) and have come across the following: sudo apt-get install glade-2   fails as does sudo apt-get install libglade2-dev   but the following installs sudo apt-get install glade   as does sudo apt-get install libglade2-0 Above info might save some ti...
by xProgrammer
Wed May 05, 2010 9:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 3
Views: 730

Re: To Antonio:

HunterEC

Surely the person who gave you the files should be able to tell you what software generated the data. The .dat file extension is a very common extension for data files so a bit more information could save an awful lot of time and effort.

Regards
xProgrammer
by xProgrammer
Wed May 05, 2010 9:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: understanding OOP returning more than value from a method
Replies: 14
Views: 2931

Re: understanding OOP returning more than value from a method

Hi all I would like to add a few comments to this discussion. Perhaps most importantly the quoted code ::nAge_years:=int (::nAge_days/365) will give incorrect results around a person's birthday due to the effect of leap years and should definitely not be used.. Even the following code ::nAge_years:=...
by xProgrammer
Mon May 03, 2010 12:55 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: [x]sane interface and typdef struct etc
Replies: 0
Views: 608

[x]sane interface and typdef struct etc

Hi Antonio and others I want to write an [x]sane interface. sane_get_devices() should give me a NULL terminated array of pointers to SANE_Device structures which I believe look like this: typedef struct { SANE_String_Const name; /* unique device name */ SANE_String_Const vendor; /* device vendor str...
by xProgrammer
Mon Apr 19, 2010 7:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tsocket Bug
Replies: 21
Views: 4552

Re: Tsocket Bug

Hi Davide At face value it looks like yahoo is dropping the connection (as per your telnet experience) and you pc keeps retrying the failed connection. Given your "success" with the gmail address it is less likely to be a "bug" in tsocket. I have mainly done IP socket programming...