Search found 145 matches: sajith

Return to advanced search

TPrinter Sample

Can some share a sample program using T Printer

Regards,
sajith
by sajith
Wed Oct 21, 2009 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter Sample
Replies: 2
Views: 708

Re: Adjust the width of Excel cell

Dear Anser,

Thanks for ur Replay.Its Works Fine

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: 431

Re: Adjust the width of Excel cell

Dear Mr.Sajith,

Code: Select all  Expand view
oExcel   := CreateObject( "Excel.Application" )
oBook   := oExcel:WorkBooks:Add()
oSheet   := oExcel:ActiveSheet
oSheet:Columns( 1 ):ColumnWidth:=20


Regards
Anser
by anserkk
Tue Oct 20, 2009 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adjust the width of Excel cell
Replies: 2
Views: 431

Re: How to take database back up in Mysql

sajith:

You can do a backup/restore using your own code.

Please take a look to MySql manual

http://dev.mysql.com/doc/refman/5.0/es/backup.html

Regards
by Armando
Wed Oct 14, 2009 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to take database back up in Mysql
Replies: 9
Views: 1889

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 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to take database back up in Mysql
Replies: 9
Views: 1889

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
Wed Oct 14, 2009 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to take database back up in Mysql
Replies: 9
Views: 1889

Re: Require an application to learn Fivewin

Sajith..

Please.. search TClipPrt
viewtopic.php?f=3&t=15630&hilit=tclipprt&start=15

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

Re: Require an application to learn Fivewin

... 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 urgent. Regards, sajith
by sajith
Tue Oct 13, 2009 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Require an application to learn Fivewin
Replies: 8
Views: 3610

Re: Require an application to learn Fivewin

... 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 Hi ! Mr. Sajith... Greeting from Indonesia.. you have to work hard... Fivewin+xharbour+bcc55 can do everything... I have done with them sinced ...
by fafi
Tue Oct 13, 2009 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Require an application to learn Fivewin
Replies: 8
Views: 3610

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
Tue Oct 13, 2009 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Require an application to learn Fivewin
Replies: 8
Views: 3610

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 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Require an application to learn Fivewin
Replies: 8
Views: 3610

Re: Reading a ini file

... name(DBName,--------,DBPassword)frm these name u will get the data s belonging to these name.no need to look at the line. Hope u got it. Regards, sajith
by sajith
Mon Oct 12, 2009 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading a ini file
Replies: 14
Views: 3424

Re: Problem in alligning say in report

Sajith,

Glad to hear you got it working.

Regards,
James
by James Bott
Wed Sep 23, 2009 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in alligning say in report
Replies: 6
Views: 998

Re: Tab Order

... focus to a specific control then you can do it this way i want to set Tab order for my Form not to give the focus to a specific control. Regards, sajith
by sajith
Tue Sep 22, 2009 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2521

Re: Tab Order

Sajith, If you need to give the focus to a specific control then you can do it this way: #include "FiveWin.ch"   function Main()            local oDlg, cFirst := Space( 20 ), cLast := Space( 20 ...
by Antonio Linares
Sat Sep 19, 2009 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2521
Next

Return to advanced search