Search found 110 matches
- Sat Oct 24, 2009 6:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TPrinter Sample
- Replies: 2
- Views: 815
Re: TPrinter Sample
Dear Colin,ManyMany thanks for ur Support.
- Wed Oct 21, 2009 10:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TPrinter Sample
- Replies: 2
- Views: 815
TPrinter Sample
Can some share a sample program using T Printer
Regards,
sajith
Regards,
sajith
- Tue Oct 20, 2009 6:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Adjust the width of Excel cell
- Replies: 2
- Views: 555
Re: Adjust the width of Excel cell
Dear Anser,
Thanks for ur Replay.Its Works Fine
regards sajith
Thanks for ur Replay.Its Works Fine
regards sajith
- Tue Oct 20, 2009 4:54 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Adjust the width of Excel cell
- Replies: 2
- Views: 555
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) //--------------------------------...
- Wed Oct 14, 2009 10:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to take database back up in Mysql
- Replies: 9
- Views: 1943
Re: How to take database back up in Mysql
Dear Anser,Many Many thanks for ur Help
Regards,
sajith
Regards,
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: 1943
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
How to take database back up in Mysql and also to restore it back.
regards,
sajith
- Tue Oct 13, 2009 7:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Require an application to learn Fivewin
- Replies: 8
- Views: 3313
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...
- Tue Oct 13, 2009 7:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Require an application to learn Fivewin
- Replies: 8
- Views: 3313
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...
- Tue Oct 13, 2009 6:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Require an application to learn Fivewin
- Replies: 8
- Views: 3313
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
Fast report is a licensed version and costly too. i need a report software with free version .
regards,
sajith
- Mon Oct 12, 2009 1:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Require an application to learn Fivewin
- Replies: 8
- Views: 3313
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
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
- Mon Oct 12, 2009 12:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Reading a ini file
- Replies: 14
- Views: 3519
Re: Reading a ini file
Dear silvio, //---------------------------------------------------------------------------------- FUNCTION SetConnection() //########### FOR DATABASE CONNECTION FROM INI ############### //----------------------------------------------------------------------------------- lOCAL cIniFile :...
- Wed Sep 23, 2009 1:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem in alligning say in report
- Replies: 6
- Views: 1078
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...
- Tue Sep 22, 2009 8:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tab Order
- Replies: 15
- Views: 2796
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. :...
- Sat Sep 19, 2009 10:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tab Order
- Replies: 15
- Views: 2796
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...
- Sat Sep 19, 2009 9:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tab Order
- Replies: 15
- Views: 2796
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...