Search found 79 matches: birol

Return to advanced search

Re: SBUTTON Flash while WHEN CLAUSE Fault

Dear Manuel,

I have the same problem also.
Please send the solution to me also.

Regards,
Birol Betoncu
betoncu@birimnet.com
by betoncu
Mon Aug 17, 2009 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SBUTTON Flash while WHEN CLAUSE Fault
Replies: 5
Views: 803

Re: New FWH 9.06 Txbrowse error

Birol,

We have just fixed it. It was a last minute introduced error.

Please download FWH.exe again in a few minutes, thanks :-)
by Antonio Linares
Sun Jul 12, 2009 12:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 9.06 Txbrowse error
Replies: 1
Views: 347

New FWH 9.06 Txbrowse error

I am getting a run time error after I upgrade from 9.05 to 9.06. Please try the code below. Regards, Birol BETONCU #INCLUDE "FiveWin.ch"#INCLUDE "xbrowse.ch"FUNCTION Main()LOCAL oWnd, oLbx, oCol   USE CLIENTS   DBGoTop()   DEFINE WINDOW ...
by betoncu
Sun Jul 12, 2009 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 9.06 Txbrowse error
Replies: 1
Views: 347

Re: Incremental search in the MessageBar

Birol, yes, it's working fine with the message bar, thank you very much. I've already tried it in this way: ...   DEFINE MSGITEM oMsgBarcSeek OF oDlg:oMsgBar PROMPT "Inremental search" SIZE 150 COLOR "R+/W"...FUNCTION ...
by frose
Wed Jun 03, 2009 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental search in the MessageBar
Replies: 4
Views: 753

Re: Incremental search in the MessageBar

I am using statusbar for this purpose as described below. I didn't try, but may be you can use the same solution for message bar. Birol Betoncu DEFINE STATUSBAR oStBar OF oWnd PROMPT ""   @ 1, 1 SAY oSay VAR cSay ;          SIZE oStBar:nWidth-2, oStBar:nHeight-2 ;          COLOR ...
by betoncu
Tue Jun 02, 2009 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental search in the MessageBar
Replies: 4
Views: 753

Re: Syntax highlight in these forums

Thank you very much.

Birol
by betoncu
Mon Feb 16, 2009 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syntax highlight in these forums
Replies: 5
Views: 2020

Re: Syntax highlight in these forums

Birol, Here you have it. It is not 100% complete, but you can easily add new keywords to it :-) You have to add it at the bottom of wordfile....: /L14"Clipper" Nocase Line Comment = // Block Comment On = /* Block ...
by Antonio Linares
Mon Feb 16, 2009 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syntax highlight in these forums
Replies: 5
Views: 2020

Re: Syntax highlight in these forums

Antonio,
It looks very nice.
Do you have a wordfile for Ultraedit?

Regards,
Birol Betoncu
by betoncu
Mon Feb 16, 2009 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syntax highlight in these forums
Replies: 5
Views: 2020

Re: How to compare two values

Yes, you are right.
ROUND( a - b, nDecAccuracy ) == 0 is the best.

Birol:)
by betoncu
Sat Jan 17, 2009 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to compare two values
Replies: 13
Views: 2662

Re: How to compare two values

The best way to compare two decimal values: if ROUND(value1,2) = ROUND(value,2) endif Regards, Birol Betoncu This is not the correct logic. Please consider the following numbers. a := 1.01 b := 1.01499999999999 c := 1.015 Difference between a and b is almost 0.005, where ...
by nageswaragunupudi
Sat Jan 17, 2009 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to compare two values
Replies: 13
Views: 2662

Re: FWH 8.12 Printer problem

Birol,

Ok, thanks for the info.

Now we know whats going on. A FWH user commented us about that change because there were some problems with Windows Vista SP2 printing but it seems as such change breaks XP compatibility.

So, for now, we revert those changes.
by Antonio Linares
Thu Jan 15, 2009 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.12 Printer problem
Replies: 22
Views: 3558

Re: FWH 8.12 Printer problem

... "device", cPrinter ) and comment these PrinterInit() DeleteDC( ::hDC ) ::hDC = PrinterDCfromName( cModel ) Regards, Birol Betoncu
by betoncu
Thu Jan 15, 2009 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.12 Printer problem
Replies: 22
Views: 3558

Re: How to compare two values

The best way to compare two decimal values:

if ROUND(value1,2) = ROUND(value,2)
endif

Regards,
Birol Betoncu
by betoncu
Thu Jan 15, 2009 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to compare two values
Replies: 13
Views: 2662

Re: FWH 8.12 Printer problem

Dear Enrico,

Could you please test Birol's first example on Windows XP ? thanks

We only use Windows XP here from vmware (virtual). All our machines use Vista and some already testing Windows 7 pre-beta.
by Antonio Linares
Mon Jan 05, 2009 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.12 Printer problem
Replies: 22
Views: 3558

Re: FWH 8.12 Printer problem

Birol, Your first example is working fine here on Vista Ultimate 32 and using a shared lan printer (Canon). Tested with FWH 8.12. #include "FiveWin.ch" function Main() local oPrn, cPrinter, cDoc:='test', ...
by Antonio Linares
Mon Jan 05, 2009 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.12 Printer problem
Replies: 22
Views: 3558
PreviousNext

Return to advanced search