Search found 110 matches

by sajith
Sat Oct 24, 2009 6:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter Sample
Replies: 2
Views: 696

Re: TPrinter Sample

Dear Colin,ManyMany thanks for ur Support.
by sajith
Wed Oct 21, 2009 10:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter Sample
Replies: 2
Views: 696

TPrinter Sample

Can some share a sample program using T Printer

Regards,
sajith
by sajith
Tue Oct 20, 2009 6:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: Adjust the width of Excel cell
Replies: 2
Views: 451

Re: Adjust the width of Excel cell

Dear Anser,

Thanks for ur Replay.Its Works Fine

regards sajith
by sajith
Tue Oct 20, 2009 4:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Adjust the width of Excel cell
Replies: 2
Views: 451

Adjust the width of Excel cell

I am trying to export the data of a recordset to excel sheet .I want to adjust the cell width of a particular cell,How can i do it.Following is my code. //------------------------------------------------------------------------------ FUNCTION ExportToExcel(oRecSet) //--------------------------------...
by sajith
Wed Oct 14, 2009 10:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to take database back up in Mysql
Replies: 9
Views: 1742

Re: How to take database back up in Mysql

Dear Anser,Many Many thanks for ur Help

Regards,
sajith
by sajith
Wed Oct 14, 2009 7:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to take database back up in Mysql
Replies: 9
Views: 1742

How to take database back up in Mysql

hi,can some one help me

How to take database back up in Mysql and also to restore it back.

regards,
sajith
by sajith
Tue Oct 13, 2009 7:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: Require an application to learn Fivewin
Replies: 8
Views: 3090

Re: Require an application to learn Fivewin

Dear fafi,many thanks for ur reply i have done a bill format report.but the "Header alignment "is not in right way.because of space adjustment.  HEADER  "                                                                                ",;//problem "Header alignment "is n...
by sajith
Tue Oct 13, 2009 7:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: Require an application to learn Fivewin
Replies: 8
Views: 3090

Re: Require an application to learn Fivewin

Dear fafi,many thanks for ur reply and very nice to meet u i need to build a "Bill format report " it is very difficult to build a report of thistype.only by adjusting space we can do it but not up to the mark. can u pls send a sample code to build a "Bill Format Report" vary urg...
by sajith
Tue Oct 13, 2009 6:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: Require an application to learn Fivewin
Replies: 8
Views: 3090

Re: Require an application to learn Fivewin

Dear Otto,many many thanks for ur suggestion
Fast report is a licensed version and costly too. i need a report software with free version .

regards,
sajith
by sajith
Mon Oct 12, 2009 1:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Require an application to learn Fivewin
Replies: 8
Views: 3090

Re: Require an application to learn Fivewin

dear Antonio,1000 and 1000 of thanks for ur help

i really need a sample project having reports of all types(including Billing format type) with source code .
To generate report using Billing format is very difficult we have to adjust the space it is not up to the mark.
so pls help.

Regards,
sajith
by sajith
Mon Oct 12, 2009 12:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Reading a ini file
Replies: 14
Views: 3238

Re: Reading a ini file

Dear silvio, //---------------------------------------------------------------------------------- FUNCTION   SetConnection()     //###########   FOR DATABASE CONNECTION FROM INI  ############### //-----------------------------------------------------------------------------------    lOCAL cIniFile :...
by sajith
Wed Sep 23, 2009 1:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in alligning say in report
Replies: 6
Views: 947

Re: Problem in alligning say in report

Dear James,Many Many thanks for ur Help This Code Work fine:: ACTIVATE REPORT oReport WHILE ( ! oRecSet:Eof());        ON init(oReport:Say(0,"Basic Salary",,,oReport:nRow),;        oReport:Say(0,"Incentives",,,oReport:nRow+ oReport:afont[1]:nInpHeight),;        oReport:Say(10,&qu...
by sajith
Tue Sep 22, 2009 8:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2359

Re: Tab Order

Dear Anser,James,Antonio Many Many thanks for ur Help. Anser :: There are different ways to achieve this and one method is that you can use an array to hold the GET controls and then you could have passed the array as parameter to function This style looks better ,many thanks for shearing ur Idea. :...
by sajith
Sat Sep 19, 2009 10:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2359

Re: Tab Order

Many Many thanks for ur Wise suggestion , Since you have hard coded the oDlg:aControls[nNo] it may be confusing to you to change the order. If I were to write the code, I would not have used that technique and would have opted some other way. can u Pls help me to find a better way to extract the Spe...
by sajith
Sat Sep 19, 2009 9:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2359

Re: Tab Order

Many thanks for ur support, It is just a matter of moving the Get declaration statement in the prg 1 or 2 line above or below. I don't think it is that difficult. Pls view the below Function :: Suppose if i add a new control in 24 th position i need to alter position of all control. :( Hope u got me...