Search found 1357 matches: oget

Return to advanced search

Re: Fecha incorrecta...Cómo saber?

Muchas gracias, Usaré el método de comprobar si el valor es Empty(). Como curiosidad, en la clase TGet se declara un objeto oGet que tiene una DATA BadDate ( ::oGet:BadDate ), el caso es que no veo como se setea esta data y por tanto no se como lo comprueba FiveWin. De momento lo dicho, ...
by FiveWiDi
Wed Apr 03, 2024 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fecha incorrecta...Cómo saber?
Replies: 4
Views: 884

Re: Hide/show search system on a dialog - Resolved

solved https://i.postimg.cc/x1P2G9QM/gg.gif Function Hide_Ctrls(oBrw,oGet,oSay,lSearchBar,aBtn,oBar) local oBtn,n If lSearchBar oSay[1]:show() oSay[2]:show() oGet:show() oBrw:oSortCbx:show() oBrw:nTop:=32 oBrw:nHeight:= oBar:ntop-40 else oSay[1]:hide() ...
by Silvio.Falconi
Mon Mar 25, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1192

Cursor position in a get memo

how can I get the cursor position in a "get memo"?

ex:

xxxxx
yyyyy|(CURSOR POSITION)

oGet:GetCol() return 6

the correct one would be 11
by MGA
Fri Mar 08, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cursor position in a get memo
Replies: 2
Views: 151

Re: Alenear o centrar el contenido de un GET

karinha wrote:Lo siento José, no recuerdo haber visto nada parecido a lo que quieres.

Regards, saludos

Saludos, revise los oGET normal y multiline y no hay como centrar verticalmente, solo horizontal, saludos... :shock:
by joseluisysturiz
Wed Feb 14, 2024 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alenear o centrar el contenido de un GET
Replies: 6
Views: 301

Re: Fwh 23.10 TGet another problem (UNSOLVED)

IsWindowUnicode( oGet_1:hWnd ) -----> .T. <--------- It should not be. It should always remain .F. In my tests here, it always remains .F. In your case, it is .T. from the beginning? Or is it changing to .T. during execution? ...
by Horizon
Sun Feb 04, 2024 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54311

Re: Fwh 23.10 TGet another problem (UNSOLVED)

IsWindowUnicode( oGet_1:hWnd ) -----> .T. <--------- It should not be. It should always remain .F. In my tests here, it always remains .F. In your case, it is .T. from the beginning? Or is it changing to .T. during execution? ...
by nageswaragunupudi
Sun Feb 04, 2024 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54311

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi Mr. Rao, Your code is working good also for me. I have some test. I have change your code:   @  40, 40 GET oGet VAR cVar SIZE 200,32 PIXEL OF oDlg ON CHANGE oDlg:Update() ACTION MsgInfo( IsWindowUnicode( oGet:hWnd ) ) Result is always .F. My code Get ...
by Horizon
Sun Feb 04, 2024 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54311

Re: I'm not asking for the moon...

Otto wrote:Yes, see this line.

oGet[1]:bGotFocus := {|| (oGet[1]:cText := STR(VAL(oGet[1]:cText) *100,6), oGet[1]:Refresh(),oGet[1]:SelectAll()) }
Cesar, changed the GETs to character that you get the inputstyle you wanted.

Yes but nvar Is text array but i have numbers no texts
by Silvio.Falconi
Thu Jan 18, 2024 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2150

Re: I'm not asking for the moon...

Yes, see this line.

oGet[1]:bGotFocus := {|| (oGet[1]:cText := STR(VAL(oGet[1]:cText) *100,6), oGet[1]:Refresh(),oGet[1]:SelectAll()) }
Cesar, changed the GETs to character that you get the inputstyle you wanted.
by Otto
Thu Jan 18, 2024 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2150

lDiscolors para Radio

Saludos amigos del Foro.

Cuando hacemos un Disable() a un control get (por ejemplo), el mismo se ve "apagado", eso lo soluciono con oGet:lDiscolors:=.f. y se ve del color normal.

Necesito hacer lo mismo con un control Radio.

¿Hay alguna manera?
by JoseAlvarez
Sat Dec 16, 2023 12:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lDiscolors para Radio
Replies: 7
Views: 730

Re: check on get

I tested with this program and oGet:lChanged is working well. #include "fivewin.ch"function Main()   local oDlg, oFont, oGet1, oGet2, oGet3, oBtn   local cVar1 := PadR( "ABC", 20 )   local cVar2 := PadR( ...
by Silvio.Falconi
Sat Dec 02, 2023 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3939

Re: check on get

I tested with this program and oGet:lChanged is working well. #include "fivewin.ch"function Main()   local oDlg, oFont, oGet1, oGet2, oGet3, oBtn   local cVar1 := PadR( "ABC", 20 )  ...
by nageswaragunupudi
Sat Dec 02, 2023 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3939

Re: check on get

I tried to found the result of oGet:lchanged and give me no exist Code: Error occurred at: 27-11-2023, 11:06:45 Error description: Error BASE/1004 Metodo non disponibile: LCHANGED Args: [ 1] = U This error means that oGet is NIL Nages, I ...
by Silvio.Falconi
Thu Nov 30, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3939

Re: check on get

nageswaragunupudi wrote:
I tried to found the result of oGet:lchanged and give me no exist

Code:
Error occurred at: 27-11-2023, 11:06:45
Error description: Error BASE/1004 Metodo non disponibile: LCHANGED
Args:
[ 1] = U

This error means that oGet is NIL


Can you make a sample with lChanged pls ?
by Silvio.Falconi
Mon Nov 27, 2023 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3939

Re: check on get

I tried to found the result of oGet:lchanged and give me no exist

Code:
Error occurred at: 27-11-2023, 11:06:45
Error description: Error BASE/1004 Metodo non disponibile: LCHANGED
Args:
[ 1] = U

This error means that oGet is NIL
by nageswaragunupudi
Mon Nov 27, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3939
Next

Return to advanced search