Search found 217 matches: brw

Return to advanced search

Re: Brw:VGoBottom() does not work in xBrowse [solved]

Thanks to Cristobal´s help, this is the fix: METHOD KeyCount() CLASS TXBrowse   TRY      if Empty( ::aFilter )         ::nLen   := Eval( ::bKeyCount )      else         ::nLen   := Len( ::aFilter )      endif      ::lClosed   := .f.   CATCH      ::nLen      := 0      ...
by MOISES
Thu Jun 11, 2020 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brw:VGoBottom() does not work in xBrowse [SOLVED]
Replies: 4
Views: 842

Re: Brw:VGoBottom() does not work in xBrowse

Hi,

Thank you for your reply.

But I need to force such behaviour in order to get xBrowse work under SQLRDD, as this is the failing issue.
by MOISES
Tue Jun 09, 2020 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brw:VGoBottom() does not work in xBrowse [SOLVED]
Replies: 4
Views: 842

Re: Brw:VGoBottom() does not work in xBrowse

Just define the needed position from inside the used DBF
and not from a defined xBrowse row-position like :

activate dialog oDlg centered ;
on init DBGOBOTTOM() // seek or anything else

// on init ( oBrw:VGoBottom(), oBrw:oVScroll:SendMsg( VK_DOWN ) )

regards
Uwe :D
by ukoenig
Tue Jun 09, 2020 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brw:VGoBottom() does not work in xBrowse [SOLVED]
Replies: 4
Views: 842

Brw:VGoBottom() does not work in xBrowse [SOLVED]

Good morning, Antonio, To finish solving the problem of xBrowse and SQLRDD, since Nages doesn't answer the messages, I need to be able to move the vertical scroll bar. However, oBrw:VGoBottom() and SendMsg( VK_DOWN ) do not work. They don't do anything. Here is an example. #Include "FiveWin.Ch&...
by MOISES
Tue Jun 09, 2020 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brw:VGoBottom() does not work in xBrowse [SOLVED]
Replies: 4
Views: 842

Re: An easy way to make a tree-browse

Good Morning (for me)
Many Thanks Mr. Rao!

I looked at in TxBrowse, TXBrwColumn and TLinkList class and not find :oBrw:oTreeItem. Where is it?
by MarioG
Fri Nov 15, 2019 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3651

Re: xbrowser does not appears after window

That will give the needed result showing a browser with new values after window close :!: #include "FiveWin.ch" FUNC MAIN() LOCAL oWnd, oBtn XBROWSER {10,20,30,40} DEFINE WINDOW oWnd ACTIVATE WINDOW oWnd ; VALID SHOW_BRW( oWnd ) RETURN NIL // on window-close shows new values and hides the ...
by ukoenig
Tue Oct 22, 2019 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser does not appears after window
Replies: 12
Views: 1243

Re: orden Numero ID en REDEFINES

Boton 1,2 del BRW.

Image

Saludos
by karinha
Fri Apr 26, 2019 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: orden Numero ID en REDEFINES
Replies: 2
Views: 631

Re: Convertir .DLL BRW 16 bits a .rc

José,

Una opción es que instales VirtualBox y uses XP en él

http://vetusware.com/download/Borland%20Resource%20Workshop%205.02/?id=13304
by Antonio Linares
Tue Apr 23, 2019 4:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir .DLL BRW 16 bits a .rc
Replies: 5
Views: 596

Convertir .DLL BRW 16 bits a .rc

Hola : Voy a probar si puedo volver a compilar una aplicacion hecha con Fivewin 2.0 año 2.000 al actual 19.03. Voy a probar primero a portar la Dll creada con Borland Rosource Workshop 16 bits. a .rc , he buscado en los foros, y he visto que hay que abrirla con Borland Resource Workshop para convert...
by jvtecheto
Tue Apr 23, 2019 3:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir .DLL BRW 16 bits a .rc
Replies: 5
Views: 596

Re: Ecommerce : wich I can use ?

... generated the presta groups offline. Much more speed and control for putting the right pics to the right products/ colors.. The browse : Left Top Brw : Menu system for onlline Presta Mid Top BRW : Available Pics for the product Right Top BRW : The Product have a matching color (trouwsers) Mid ...
by Marc Venken
Wed Mar 14, 2018 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ecommerce : wich I can use ?
Replies: 7
Views: 1584

Re: xBrowse with WaterMark

nageswaragunupudi wrote:
2. The shape of selection bar is different like below. (Upper brw is without brush, Lower is with.)


This is fixed in FWH 17.12.
Thanks for pointing out the issue.


Thanks again.
by Horizon
Sun Dec 24, 2017 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with WaterMark
Replies: 7
Views: 1666

Re: xBrowse with WaterMark

2. The shape of selection bar is different like below. (Upper brw is without brush, Lower is with.)


This is fixed in FWH 17.12.
Thanks for pointing out the issue.
by nageswaragunupudi
Sun Dec 24, 2017 3:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with WaterMark
Replies: 7
Views: 1666

Re: xBrowse with WaterMark

... and small local dbfs Programmer needs to decide the suitability when to use brushes. 2. The shape of selection bar is different like below. (Upper brw is without brush, Lower is with.) We will look into this. Looks normal when only a cell is highligted.
by nageswaragunupudi
Sat Dec 23, 2017 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with WaterMark
Replies: 7
Views: 1666
PreviousNext

Return to advanced search