Search found 398 matches: giving

Return to advanced search

No Error Lines when Error.

I seemed to have lost the errorline reporting on one of my apps. Do I need to include anything specific, just seems my app terminates when it hits an error instead of giving me a rundown of the stack to show the error.
by byron.hopp
Sun Jun 23, 2024 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: No Error Lines when Error.
Replies: 2
Views: 68

Re: XBROWSE (It's giving me an error when I put Transparent)

#Include "FiveWin.ch"STATIC oFontREQUEST DBFCDXFUNCTION Main()   LOCAL oWnd, oBrush, oBrw, aGrad   USE CUSTOMER   SET FILTER TO RecNo() < 6   GO TOP// aGrad := { { 1.0, 16744448, 16777215 }, { 0.1, 16744448, 16777215 } } // Blue&n...
by karinha
Sat May 25, 2024 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE (It's giving me an error when I put Transparent)
Replies: 9
Views: 685

Re: XBROWSE (It's giving me an error when I put Transparent)

Transparency for headers and record-selector is not implemented yet. We may provide in future versions. But full data area of the xbrowse, including all columns can be fully transparent. Sample: #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local oWnd, oFont, oBrush, oBrw   ...
by nageswaragunupudi
Sat May 25, 2024 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE (It's giving me an error when I put Transparent)
Replies: 9
Views: 685

Re: XBROWSE (It's giving me an error when I put Transparent)

It was great, the only thing missing was that detail.

Image
by INFORMAISVRB
Thu May 23, 2024 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE (It's giving me an error when I put Transparent)
Replies: 9
Views: 685

Re: XBROWSE (It's giving me an error when I put Transparent)

This is the revised code:   // Paint Background   if ::bPaintBack != nil      Eval( ::bPaintBack, Self )   else      if ::lTransparent .and. Empty( ::oBrush:hBitmap )         if ! Empty( ::oWnd:oBrush...
by nageswaragunupudi
Wed May 22, 2024 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE (It's giving me an error when I put Transparent)
Replies: 9
Views: 685

Re: XBROWSE (It's giving me an error when I put Transparent)

This is a bug in xbrowse.prg. We regret the inconvenience and thank you for pointing this out. Please apply the following fix to xbrowse.prg. Please locate the following lines of code in the METHOD Paint()   else      if ::lTransparent .and. Empty( ::oBrush:hBitmap ) ...
by nageswaragunupudi
Mon May 20, 2024 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE (It's giving me an error when I put Transparent)
Replies: 9
Views: 685

XBROWSE (It's giving me an error when I put Transparent)

It's giving me an error when I put Transparent oDB_TEMPO_VENDA:lTransparent := .F. ------> OK oDB_TEMPO_VENDA:lTransparent := .T. ------> ERROR Fw VERSION 22.03     *----------------------------------------------------------------------------  ...
by INFORMAISVRB
Mon May 20, 2024 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE (It's giving me an error when I put Transparent)
Replies: 9
Views: 685

ayuda con uso de hb_xfree

... is non-zero, instead of trying to free NULL pointer causing internal error. * contrib/examples/rdddbt/dbfdbt1.c * I did a mistake in 1999 by giving the name hb_itemPutCPtr() to the function which would have to be correctly named hb_itemPutCLPtr() (notice the 'L' for 'length'). se deduce, ...
by carlos vargas
Sun Apr 28, 2024 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con uso de hb_xfree
Replies: 6
Views: 675

Re: Another for Btnbmp

... I was talking about the internal rectangle In my opinion it should be like this https://i.postimg.cc/TwJq3tgR/kkk.gif obviously giving me a migraine I changed the class
by Silvio.Falconi
Mon Mar 25, 2024 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 6483

Re: Ayuda URGENTE- con puerto serial virtual USB

This post crossed the email ...

I will test it this evening since I have no Arduino hooked on here. The code like it is now is not giving a compiling error or so, that is prommissing !

I'll be back : allways wanted to say this )))))
by Marc Venken
Wed Feb 28, 2024 8:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda URGENTE- con puerto serial virtual USB
Replies: 19
Views: 1724

Runner XBase (RX)

... facilitating testing, building, or prototyping web applications. Start comfortably testing your first pages, forms, and assembling all the pieces, giving logic to the entire process. Runner XBase (RX) is freeware and aims to assist those who, for one reason or another, have always found it challenging ...
by Carles
Tue Feb 20, 2024 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 10
Views: 1612
Next

Return to advanced search