Search found 69 matches: tbtnget

Return to advanced search

Mike,

Modifica esta línea en la clase TBtnGet:

::bKeyDown := { | nKey | If( nKey == VK_F2, ( Eval( ::bAction ), 0 ),) }
by Antonio Linares
Sun Jan 06, 2008 7:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BtnGet
Replies: 2
Views: 612

Where is teh TBtnGet Class? It is not in FWH.
by nageswaragunupudi
Thu Dec 13, 2007 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error btnget and fwh712
Replies: 6
Views: 1508

Norberto,

What source code do you have in line 682 ?

TBTNGET:KEYDOWN(682)
by Antonio Linares
Thu Dec 13, 2007 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error btnget and fwh712
Replies: 6
Views: 1508

error btnget and fwh712

... this: Error description: Error BASE/1070 Erro nos parametros: == Args: [ 1] = C [ 2] = N 0 Stack Calls =========== Called from: TGET.prg => TBTNGET:KEYDOWN(682) Called from: => TWINDOW:HANDLEEVENT(0) Called from: CONTROL.prg => TCONTROL:HANDLEEVENT(1392) Called from: TGET.prg => ...
by norberto
Thu Dec 13, 2007 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error btnget and fwh712
Replies: 6
Views: 1508

harbour 1.1 rc and btnget

... at: 2007.11.20, 18:40:44 Error description: Error BASE/1081 Argument error: + Args: [ 1] = U [ 2] = N 1 Stack Calls =========== Called from: => TBTNGET(0) makfile.bc: INCLUDE_DIR = \borland\bcc55\include;\harbour\include;d:\fw711\include;.\include BIN_DIR = \harbour\bin OBJ_DIR = \contrib\btnget\obj ...
by ShumingWang
Tue Nov 20, 2007 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour 1.1 rc and btnget
Replies: 1
Views: 445

... para browsers potentes y faciles TIMAGE de Enrico Maria Giordano para ver en los dialogos y ventanas images en JPG, Gif, PNJ y porsupuesto BMP TBTNGET de Ricardo Ramirez para poner BMP en la parte izquierda del get y hacer una acción, como mostrar calendario TGRAPH de Alfredo Arteaga para Hacer ...
by cuatecatl82
Wed Jul 25, 2007 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Hola, Algun tutorial paso a paso... ?
Replies: 6
Views: 2925

Everyone can get a copy of BtnGet by downloading a copy of TSBrowse v6.13 from my website. The TBtnGet class is included in the source directory.

Get it here:

http://ourworld.compuserve.com/homepage ... rogram.htm

If you already have TSBrowse, then you already have TBtnget.

James
by James Bott
Sat Jul 07, 2007 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest BtnGet
Replies: 8
Views: 1757

... #endif Pasarle la variable desde el Borland o lo que uses de esta manera: BCC32 -c -D__HARBOUR__;HB_API_MACROS;__TRACEOFF__ -I.;%INCLUDE% -L%LIB% tBTNGET\getbtn.c espero haberme explicado
by wmormar
Mon May 28, 2007 6:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TRACE.LOG ¿ Que es y para que sirve ?
Replies: 8
Views: 2320

Integración de librerias

Hola a todos! Estoy revisando un ejemplo de Alfredo Arteaga Licona, que publico hace tiempo 'SOLO PARA PRESUMIR'. Copie los .CH a la carpeta de FWH\INCLUDE de igual forma la lib que viene incluida TWBROWESE.LIB y agregué en mi archivo .MAK en la seccion en donde estan indicadas las lib de FWH. Hice ...
by Laurel
Thu Mar 01, 2007 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Integración de librerias
Replies: 1
Views: 781

BtnGet en un objeto DIALOG y uno WINDOW

... pero el mismo codigo lo pongo en ubjeto WINDOW y no funciona solo aparece el GET sin el bitmap, alguna idea de q esta pasando ?? @ 8.4, 21 TBTNGET oGet12 VAR xCom OF oDlg6 ; SIZE 50, 11 ; RESOURCE "mail1.bmp" ; PICTURE "999,999.99"; ACTION Seleccion9( oGet12,oDlg6 ); VALID(CALCULO3(@xCom,oSay6,oDlg6),Libre) ...
by servicomver
Tue Jan 30, 2007 12:51 am
 
Forum: FiveWin para CA-Clipper
Topic: BtnGet en un objeto DIALOG y uno WINDOW
Replies: 2
Views: 1149

... "I.V.A.:" ) OF oDlg6; SIZE 40, 9 BORDER FONT OFONT65 @ 13.8, 45 SAY OemToAnsi( "TOTAL:" ) OF oDlg6; SIZE 40, 9 BORDER FONT OFONT65 @ .6, 19 TBTNGET oGet1 VAR nProvedor OF oDlg6 ; SIZE 30, 9 ; RESOURCE "mail1.bmp" ; PICTURE "99999"; ACTION Seleccion1( oSay1,oGet1 ) @ 2.9,7 Get oGet2 Var nCantidad ...
by Armando Picon
Fri Jan 12, 2007 11:52 pm
 
Forum: FiveWin para CA-Clipper
Topic: USO DE KEYBOAR CHR(13)
Replies: 4
Views: 2064

... "I.V.A.:" ) OF oDlg6; SIZE 40, 9 BORDER FONT OFONT65 @ 13.8, 45 SAY OemToAnsi( "TOTAL:" ) OF oDlg6; SIZE 40, 9 BORDER FONT OFONT65 @ .6, 19 TBTNGET oGet1 VAR nProvedor OF oDlg6 ; SIZE 30, 9 ; RESOURCE "mail1.bmp" ; PICTURE "99999"; ACTION Seleccion1( oSay1,oGet1 ) @ 2.9,7 Get oGet2 Var nCantidad ...
by servicomver
Fri Jan 12, 2007 10:00 pm
 
Forum: FiveWin para CA-Clipper
Topic: USO DE KEYBOAR CHR(13)
Replies: 4
Views: 2064

TBtnGet uso esta clase el problema que tengo es cuando el get piede el focus y me quiero posecionar por medio el mouse no me pinta nada y me quita la imagen las pongo las dos imagenes espero me explique http://img245.imageshack.us/my.php?image=focushb4.png ...
by tomafa
Sat Nov 25, 2006 1:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGET
Replies: 4
Views: 1104

dudas TBtnGet

tengo la siguiente duda utilizo esta clase en donde pone un boton dentro del get, lo primero: cuando pondo el raton el en get me tapa el boton compeltamente, pondiendome el blanco todo el get y segundo como puedo quitarle el color del boton, que me apareciera en blanco espero que me entiendan, si no...
by tomafa
Thu Nov 16, 2006 2:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: dudas TBtnGet
Replies: 1
Views: 566

Error extraño con un Get

... error: array access Args: [ 1] = U [ 2] = U Stack Calls =========== Called from: tget.prg => TCLIPGET:DELETE(1535) Called from: TGET.PRG => TBTNGET:KEYDOWN(724) Called from: WINDOW.PRG => TWINDOW:HANDLEEVENT(0) Called from: CONTROL.PRG => TBTNGET:HANDLEEVENT(0) Called from: WINDOW.PRG ...
by riesrovi
Wed Oct 18, 2006 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error extraño con un Get
Replies: 4
Views: 1075
PreviousNext

Return to advanced search