Search found 115 matches

by Milan Mehta
Thu Nov 15, 2007 5:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Anti-piracy using a USB pendrive
Replies: 18
Views: 5504

Dear Antonio,

This can be a great boon. I soon will have to update my FWH !

Keep it up.

With best regards,

Milan.
by Milan Mehta
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: 539

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.
by Milan Mehta
Mon Sep 10, 2007 11:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: How can I print Barcode using FWH ?
Replies: 10
Views: 2853

Dear Armando,

Now I am quite comfortable with Barcode printing with the help of the sample.

Just curious : Is there any way or shortcut to print banner while using Code128 ?

TIA
Milan.
by Milan Mehta
Sat Sep 08, 2007 4:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: How can I print Barcode using FWH ?
Replies: 10
Views: 2853

Dear Armando,

Including the Barlib.ch file did not help.

Can you point me to the sample prg in the \Samples folder ? I did not find it there. I am using May-2006 build.

TIA
Milan.
by Milan Mehta
Fri Sep 07, 2007 2:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How can I print Barcode using FWH ?
Replies: 10
Views: 2853

Dear All, I am trying Cayetano's bar lib. This is my sample program. But I am getting only black patches. What am I doing wrong ? TIA Milan ----------------------------Cut----------------------------------- # INCLUDE "fivewin.ch" PROCEDURE Main LOCAL cCode := 'ADIPM5996N' LOCAL oPrinter, n...
by Milan Mehta
Thu Sep 06, 2007 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: How can I print Barcode using FWH ?
Replies: 10
Views: 2853

Dear All,

I could download that LIB. It seems to be quite promising one.

But any sample to use that LIB would be a great help for me.

Can someone help ?

TIA
Milan.
by Milan Mehta
Thu Sep 06, 2007 7:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: How can I print Barcode using FWH ?
Replies: 10
Views: 2853

How can I print Barcode using FWH ?

Dear All,

As subject.

TIA
Milan.
by Milan Mehta
Wed Aug 22, 2007 11:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: When Clause behavior of GET
Replies: 2
Views: 880

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...
by Milan Mehta
Fri Jul 27, 2007 1:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DbCombo Problem
Replies: 1
Views: 639

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...
by Milan Mehta
Tue May 22, 2007 2:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mar-2006 build and New xHarbour (Pcode Revision)
Replies: 1
Views: 703

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.
by Milan Mehta
Wed May 16, 2007 6:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 98555

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...
by Milan Mehta
Mon Apr 02, 2007 2:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TwBrowse question
Replies: 3
Views: 1027

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 = ...
by Milan Mehta
Mon Apr 02, 2007 12:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Graphs
Replies: 19
Views: 5400

Dear Stefen,

The hyperload still shows and download 0 byte file.

Can you send me on lotusint@sancharnet.in ?

TIA
Milan
by Milan Mehta
Mon Apr 02, 2007 12:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TwBrowse question
Replies: 3
Views: 1027

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...
by Milan Mehta
Mon Mar 12, 2007 3:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Can I change the report viewer ?
Replies: 5
Views: 1585

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...