Search found 69 matches: tbtnget

Return to advanced search

Re: btnget con tget

... ValType( ::bAction ) == "B" .and. Upper( ::ClassName() ) == "TGET" .and. !::lBtnGet....  en la CLASE tBtnGet METHOD New(..  ..  ..  ::lBtnGet   := .t.return ( Self ) METHOD redefine(..  ..  ..  ::lBtnGet   := .t.return ( Self ) 
by Patricio Avalos Aguirre
Thu Jan 07, 2010 1:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: btnget con tget
Replies: 6
Views: 1047

Re: Ayuda para Crear librerias Tbntget y Tsbrowse con FWH 8.12

No se si te sirva, pero yo cambie el TBtnGet() por el TGet() estandar, utilizando las opciones: [ ACTION <uAction> ] ; [ BITMAP <cBmpName> ] ; funciona de maravilla. .. y respecto a TSBrowse(), nunca lo use; pero cambie de TWBrowse()/TCBrowse() ...
by RSalazarU
Thu Oct 29, 2009 12:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Crear librerias Tbntget y Tsbrowse con FWH 8.12
Replies: 12
Views: 1482

Re: Compilar y Enlazar con xHarbour

... tal como el siguiente bat. Chequea un poco esta plantilla, que no me da problemas echo %hdir%\3lib\HBTDBF.lib + >> b32.bc echo %hdir%\3lib\TBtnGet.lib + >> b32.bc echo %hdir%\3lib\TsBtn62.lib + >> b32.bc echo %hdir%\3lib\Eagle\FileXLS.lib + >> b32.bc echo %fwhdir%\lib\FiveHx.lib ...
by MarioG
Tue Sep 29, 2009 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar y Enlazar con xHarbour
Replies: 4
Views: 1804

Re: Ayuda con CLIPBOAR

Gracias Armando.

He tratado de usar la clase BTNGET incluyendo BTNGET.CH y BTNGET.LIB pero al compilar me sale el error
Error: Unresolved external '_HB_FUN_TBTNGET'

Alguna idea

uso FWH 8.05

Gracias
by JoseGS
Mon Sep 28, 2009 4:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con CLIPBOAR
Replies: 13
Views: 2056

Re: ¿Cómo puedo crear un INI con las impresoras de Windows?

Hola, que bueno que te sirvio el ejemplo: La Clase TBtnGet, las puedes obtener desde estos 2 Post que estan aki en el foro: Post de Jose Murugosa: http://forums.fivetechsupport.com/viewtopic.php?f=17&t=6849 Post de Antonio Linares: ...
by cuatecatl82
Wed Jun 17, 2009 10:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo puedo crear un INI con las impresoras de Windows?
Replies: 5
Views: 736

Re: Porque no funciona F2 en BTNGET?

... un BTNGET, tengo la libreria BTNGETX Hola Adhemar: Creo que sería conveniente para tí (yo ya lo hice en mis aplicaciones), descontinuar el uso de TBtnGet ya que en las últimas versiones de FWH la clase TGet tiene la misma funcionalidad. Aquí te muestro un pequeño ejemplo funcional de esta nueva ...
by mmercado
Sat Mar 28, 2009 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Porque no funciona F2 en BTNGET?
Replies: 3
Views: 495

Re: Mandar el puntero al final de un Browse

... Eof() ), NoExiste(),.T. ) } RESOURCE "B-Buscar1" ACTION ( BuscaGrupo("GRUPO",1) ) Hola Adhemar: Desconozco los cambios en TBtnGet, pero creo que podria servirte lo siguiente: oDBF:GRUPO:bKeyDown := { | nKey | If( nKey == VK_F2, BuscaGrupo( "GRUPO", ...
by mmercado
Wed Mar 25, 2009 4:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mandar el puntero al final de un Browse
Replies: 12
Views: 1316

BTNGET vs GET..ACTION..BITMAP

FWH supports this syntax now: @ ..., .. GET ... ACTION ... BITMAP ... There is no need to keep using TBtnGet. Dear Antonio, I use the redefine, work, but not well, the button position is not on the right! http://www.garombo.eu/public/support/image/image5.jpg ...
by Ugo
Mon Mar 02, 2009 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNGET vs GET..ACTION..BITMAP
Replies: 8
Views: 1103

Re: BTNBMP, image moved up

Antonio Linares wrote:FWH supports this syntax now:

@ ..., .. GET ... ACTION ... BITMAP ...

There is no need to keep using TBtnGet.

Antonio,
Is supported on FWH 8.11?
or in 8.11 there is a workaround?
by Ugo
Sat Feb 28, 2009 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP, image moved up
Replies: 10
Views: 1674

Re: BTNBMP, image moved up

Ugo,

FWH supports this syntax now:

@ ..., .. GET ... ACTION ... BITMAP ...

There is no need to keep using TBtnGet.
by Antonio Linares
Sat Feb 28, 2009 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP, image moved up
Replies: 10
Views: 1674

Re: BTNBMP, image moved up

Antonio Linares wrote:That bug was solved in 9.01 and it was discussed in these forums.


Dear Antonio,
i don't found when i searched it! :(

I have got another bug with tbtnget and the right image:
Image
Is solved this?
by Ugo
Sat Feb 28, 2009 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP, image moved up
Replies: 10
Views: 1674

Re: Where can I download TWbrowse (Hernan) for FWH?

... this method. It will be great job for who is still use TWbrowse. It is the same case as BtnGet. I can tell you now, all my code has change from TBtnGet to original TGET because it served all I need from TBtnGet and I quite happy to use original from FiveTech. I'm not a real programmer and not ...
by dutch
Wed Feb 18, 2009 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where can I download TWbrowse (Hernan) for FWH?
Replies: 27
Views: 4522

Error con workshop

... 13 TMDICLIENT 14 TMSGBAR 15 TRECT 16 TMSGITEM 17 TTIMER 18 TBAR 19 TBTNBMP 20 TDIALOG 21 TSBROWSE 22 TBITMAP 23 ERROR 24 TSCOLUMN 25 TGET 26 TBTNGET 27 GET 28 TCLIPGET 29 TREG32 Memory Analysis =============== 143 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: ...
by norte_67
Wed Nov 26, 2008 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con workshop
Replies: 1
Views: 804

Error al usar la teclas con BTNGET32

Hola a todos Necesito ayuda, me sale este error al usar la teclas con BTNGET32 Called from: TGET.PRG => TBTNGET:KEYDOWN(0) Called from: => TWINDOW:HANDLEEVENT(0) Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0) Called from: TGET.PRG => TBTNGET:HANDLEEVENT(0) Called ...
by acuellar
Tue Oct 28, 2008 9:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al usar la teclas con BTNGET32
Replies: 4
Views: 854

... ) == "B" .and. !::lBtnGet //Upper( ::ClassName() ) == "TGET" en la clase tbtnget comente la baction y oBtn, ya que estan en tGet DATA /*bAction, */cResName, /*oBtn,*/ lBtnORBmp en los metodos NEW y REDEFINE METHOD ReDefine( ...
by Patricio Avalos Aguirre
Wed Sep 10, 2008 3:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Off topic
Replies: 2
Views: 531
PreviousNext

Return to advanced search