Dear Antonio,
This can be a great boon. I soon will have to update my FWH !
Keep it up.
With best regards,
Milan.
Search found 115 matches
- Thu Nov 15, 2007 5:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Anti-piracy using a USB pendrive
- Replies: 18
- Views: 5548
- Wed Oct 24, 2007 6:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to use Access Database with my xHarbour App ?
- Replies: 1
- Views: 555
How to use Access Database with my xHarbour App ?
Dear All,
I have one of my application with DBFCDX structure. There is no problem with that app. But the user wants the data converted into MS Access Database.
How can I do it ? Is SQLRDD the answer ? If so so how much coding needs to be changed ?
TIA
Milan.
I have one of my application with DBFCDX structure. There is no problem with that app. But the user wants the data converted into MS Access Database.
How can I do it ? Is SQLRDD the answer ? If so so how much coding needs to be changed ?
TIA
Milan.
- Mon Sep 10, 2007 11:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How can I print Barcode using FWH ?
- Replies: 10
- Views: 2901
- Sat Sep 08, 2007 4:45 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How can I print Barcode using FWH ?
- Replies: 10
- Views: 2901
- Fri Sep 07, 2007 2:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How can I print Barcode using FWH ?
- Replies: 10
- Views: 2901
- Thu Sep 06, 2007 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How can I print Barcode using FWH ?
- Replies: 10
- Views: 2901
- Thu Sep 06, 2007 7:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How can I print Barcode using FWH ?
- Replies: 10
- Views: 2901
How can I print Barcode using FWH ?
Dear All,
As subject.
TIA
Milan.
As subject.
TIA
Milan.
- Wed Aug 22, 2007 11:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: When Clause behavior of GET
- Replies: 2
- Views: 899
When Clause behavior of GET
Dear All, I am facing a typical problem regarding When clause of GET. Whenever I am getting focus for a GET, When clause of all the GET of that Dialog gets executed. Is that normal behavior ? If so, how to avoid that ? My problem is I am recalculating subsequent GETs based on the value of a GET. But...
- Fri Jul 27, 2007 1:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DbCombo Problem
- Replies: 1
- Views: 659
DbCombo Problem
Dear All, I have over 12000 items in one dbf file which I use in DbCombo. But it takes a very long time to load. I have observed that it does not happen that way with listbox. Can I do something to speedup Dbcombo ? Secondly search get starts a fresh with space character. But I want to find somethin...
- Tue May 22, 2007 2:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mar-2006 build and New xHarbour (Pcode Revision)
- Replies: 1
- Views: 717
Mar-2006 build and New xHarbour (Pcode Revision)
Dear Antonio,
I am using March-2006 build. Any chance I can use new xHarbour with PCODE revision with it ? I use the compiled lib given by you. Can you supply me the newly compiled lib of March-2006 build ?
TIA
Milan.
I am using March-2006 build. Any chance I can use new xHarbour with PCODE revision with it ? I use the compiled lib given by you. Can you supply me the newly compiled lib of March-2006 build ?
TIA
Milan.
- Wed May 16, 2007 6:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New AdoRDD (free)
- Replies: 203
- Views: 99055
Dear All, I am quite excited about the possibility of Using Access and MySql in my program. I have always resisted using the same as I needed to alter my programming style and it also required some other program to be installed on client machine. Hence now I can comfortable go ahead with using Acces...
- Mon Apr 02, 2007 2:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TwBrowse question
- Replies: 3
- Views: 1046
Dear Antonio, My following code do not give desired result : nItem := 1 REDEFINE LISTBOX oBrw FIELDS RetRecord(oReport:ArrData, nItem) ; COLSIZES 50, 80; HEADERS 'Code', 'Name'; FONT oFont ; UPDATE ; ID LBREPORT OF oDlg ............ FUNCTION RetRecord(aArrData, nItem) LOCAL i, aRetVal := {} FOR i = ...
- Mon Apr 02, 2007 12:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Graphs
- Replies: 19
- Views: 5457
Dear Stefen,
The hyperload still shows and download 0 byte file.
Can you send me on lotusint@sancharnet.in ?
TIA
Milan
The hyperload still shows and download 0 byte file.
Can you send me on lotusint@sancharnet.in ?
TIA
Milan
- Mon Apr 02, 2007 12:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TwBrowse question
- Replies: 3
- Views: 1046
TwBrowse question
Dear All, I am normally using TwBrowse Listbox with normal syntax of REDEFINE LISTBOX.... But in a typical situation, I want to assign columns to the listbox programmatically. I saw that it is being passed as second parameter as Code block. My data is in an array and I want to pass all the columns a...
- Mon Mar 12, 2007 3:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Can I change the report viewer ?
- Replies: 5
- Views: 1609
Can I change the report viewer ?
Dear All, One of my client is an old one and he finds it difficult to make out the report in our Report preview dialog. He wants to view the report in slightly bigger size (bigger than 1 and smaller than 2) and with a cursor like line which show which is the current line. He tend to mix two lines wh...