Search found 229 matches: oget1

Return to advanced search

Re: Inserting a string with CRLF into a single-line TGet.

1. Why write oGet1:bKeyDown :={ |k|If( k == ASC("V") .and. GetKeyState(VK_CONTROL ), Check CRL F(), ) } for each control if the method can be modified :KeyDown via Override ? With override, the change applies to all Gets ...
by nageswaragunupudi
Tue Dec 12, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 895

Re: Inserting a string with CRLF into a single-line TGet.

Thank you, Rao, a good solution ! Please explain such points: 1. Why write oGet1:bKeyDown :={ |k|If( k == ASC("V") .and. GetKeyState(VK_CONTROL ), Check CRL F(), ) } for each control if the method can be modified :KeyDown via Override ? 2. Will this ...
by Natter
Tue Dec 12, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 895

Re: PlaceHolder HARBOUR

... nil  João, vejo dois detalhes no seu código, Primeiro: você está usando um único objeto GET (oGet) para todos os seus get, deve ser um para cada (oGet1, oGet2, oGet3...) Segundo: o FOCUS na hora de carregar o formulário não pode estar em nenhum GET, tente colocar no botão de saída (BOTÃO "&Cancelar") ...
by JoseAlvarez
Tue Oct 03, 2023 9:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PlaceHolder HARBOUR
Replies: 8
Views: 496

Re: xHarbour.org updated!

Intente con ACTIVEX: #include "FiveWin.ch" STATIC oActiveX FUNCTION Main( cChave ) LOCAL oFont, oDlgCaptcha, oGet, oGet1, cCaptcha := Space(8), oSefaz, oImage LOCAL oFnt, oSaida, oBaixarXML LOCAL oChildWnd, cSite Default cChave := Space(44) MsgWait( "CONECTANDO AO PORTAL ...
by karinha
Wed Sep 20, 2023 1:11 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37500

Re: xHarbour.org updated!

... Set Multiple On Set Deleted On DEFINE DIALOG oDlg TITLE "TGet from " + FWDESCRIPTION @ 1, 2 SAY "Text..:" OF oDlg @ 1, 6 GET oGet1 VAR Inicio OF oDlg SIZE 100, 10 COLOR "W/G" PICTURE "99999999" @ 3, 7 BUTTON "&Ok" OF oDlg SIZE 30, 12 ACTION ...
by wartiaga
Tue Sep 19, 2023 7:57 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37500

Re: xHarbour.org updated!

... Set Multiple On Set Deleted On DEFINE DIALOG oDlg TITLE "TGet from " + FWDESCRIPTION @ 1, 2 SAY "Text..:" OF oDlg @ 1, 6 GET oGet1 VAR Inicio OF oDlg SIZE 100, 10 COLOR "W/G" PICTURE "99999999" @ 3, 7 BUTTON "&Ok" OF oDlg SIZE 30, 12 ACTION ...
by wartiaga
Tue Sep 19, 2023 12:16 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37500

Re: xHarbour.org updated!

... Set Multiple On Set Deleted On DEFINE DIALOG oDlg TITLE "TGet from " + FWDESCRIPTION @ 1, 2 SAY "Text..:" OF oDlg @ 1, 6 GET oGet1 VAR Inicio OF oDlg SIZE 100, 10 COLOR "W/G" PICTURE "99999999" @ 3, 7 BUTTON "&Ok" OF oDlg SIZE 30, 12 ACTION ...
by wartiaga
Mon Sep 18, 2023 7:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37500

Re: Drag and drop on GET

thank you for responding to my question. in this example I will enter data into oGet1 or oGet2 variables by Drag and Drop data sources from xbrowse. /*  in this example I will pass data from cell xbrowse   to variable oGet1 or oGet2 */ #include "fivewin.Ch"//------------------------------------------------------------------//function ...
by Mulyadi
Fri Mar 25, 2022 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag and drop on GET
Replies: 4
Views: 592

TGet class difference FWH11.08 and 20.04 help (Solved) ...

... to upgrade my software from version FWH11.08 to 20.07 and saw differences in TGet functionality. In old version I get variable name with "oget1:oGet:Name" but in new FWH same code return name of get object. How to retrieve variable name from get in FWH20.07 version? Here is small ...
by bosibila
Sat Feb 20, 2021 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet class difference FWH11.08 and 20.04 help (Solved) ...
Replies: 3
Views: 722

Error sintaxis EVAL

... compilador arroja el siguiente error:" Warning W0027 Meaningless use of expression 'Logical' Aquí, que también funciona en FW16, @45, 30 GET oget1 VAR cget1 OF odlgeu picture "999,999,999" RIGHT SIZE 50,9 PIXEL UPDATE VALID ; Eval ( { || IF (CGET1 = 0 ,; (CGET2:=CGET2), .F. ),; ...
by Ramón J.
Wed Jan 15, 2020 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error sintaxis EVAL
Replies: 3
Views: 694

Re: oLbx:cSeek fwh1903

oLbxPePd:Seek("")
ACTIVATE DIALOG oDlgPePd CENTERED ON INIT (oLbxPePd:Seek(""), DlgPePd2(oDlgPePd, oLbxPePd, oGet1, oText1) )
by Sistem
Thu May 23, 2019 10:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: oLbx:cSeek fwh1903
Replies: 15
Views: 1470

Re: ERROR in GET Control when use MDI Window

... the flags "/w1 /es2" while compiling. Had you used these flags you would not have made this posting. But oGet3 should get enabled when oGet1 inputs gets value 5 for variable v1. This is NOT working. Unfortunately, this is due to a bug introduced in version 18.07. I request you to make ...
by nageswaragunupudi
Sat Oct 13, 2018 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR in GET Control when use MDI Window
Replies: 10
Views: 2442

Re: ERROR in GET Control when use MDI Window

Dear Rao Sir ,

Thanks ...! Now error is gone , But oGet3 should get enabled when oGet1 inputs gets value 5 for variable v1. This is NOT working.

Thanks
Shridhar
by shri_fwh
Sat Oct 13, 2018 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR in GET Control when use MDI Window
Replies: 10
Views: 2442

Re: several questions about GET class

... gets . ( in test ) https://www.dropbox.com/s/oqwygwfuao1taux/librerias.zip?dl=0 use : local nNum := 0 // nNum -> valtype numeric @ 40, 90 GET oGet1 VAR nNum OF oDlg PICTURE "9999.99" TOOLTIP "a string with cross" SIZE 250, 25 Not use pictures "999,999.99" only ...
by mastintin
Thu Jul 05, 2018 1:31 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: several questions about GET class
Replies: 14
Views: 5469

Re: several questions about GET class

... oDlg TOOLTIP "a number" SIZE 100, 25 Now neither one nor the other works. :-( A ver si conseguimos que funcione ... //----------------- oGet1:KeyDown( nKey ) && how can I make this work, what does it do? is not correcto to load keydown method .... use this : oget1:bKeyDown := ...
by mastintin
Sun Jun 24, 2018 10:37 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: several questions about GET class
Replies: 14
Views: 5469
Next

Return to advanced search