Search found 19 matches: lcheck

Return to advanced search

Refresh of a Dialog when chang. to Off.2007-Btnbar solved !!

... : 02.02.2008 Var-Definations in Outlook2003 ------------------------------------ oGet VAR cGET oSay VAR cSAY oRadio VAR nRADIO oCheck VAR lCHECK How to get the Child-Values when Switching to Office2007-Bar !!!! ------------------------------------------- cGET = oGet:Value() cSAY = oSay:Varget() ...
by ukoenig
Thu Jan 31, 2008 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh of a Dialog when chang. to Off.2007-Btnbar solved !!
Replies: 1
Views: 522

Salvar Codigo de barras com Bitmap

... ; nColText, nColPane, lHorz, lTransparent, nPinWidth ) CONSTRUCTOR METHOD ShowBarcode() METHOD CreateBarcode( cCode ) METHOD InitCode39( lCheck ) METHOD InitCode128( cMode ) METHOD InitEAN13() METHOD InitUPC( nLen ) METHOD InitE13BL( nLen ) METHOD InitCodabar() METHOD InitSub5() METHOD ...
by Mauro
Tue Apr 17, 2007 2:30 pm
 
Forum: FiveWin para Pocket PC
Topic: Salvar Codigo de barras com Bitmap
Replies: 6
Views: 3219

Frank,

You may supply lCheck to the function that creates the second dialog:

@ 7,5 BUTTON oBut PROMPT "Dialog 2" OF oDlg ACTION Dialog2(oDlg, @lCheck )

Passing it by reference lets you change it from the second one.

Is that what you are looking for or am I missing something ? thanks,
by Antonio Linares
Sun Dec 24, 2006 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bgotfocus from dialog in MDI enverronnement
Replies: 1
Views: 583

bgotfocus from dialog in MDI enverronnement

... to use the actual values from the first dialog in the second. In the second dilaog , bgotfocus is set , supposing that when in the first dialog lCheck is changed , the second dialog must first receive focus (clicking on it) , and execute bgotfocus. This seems not to be the case. I have no idea ...
by Frank Demont
Sat Dec 23, 2006 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bgotfocus from dialog in MDI enverronnement
Replies: 1
Views: 583
Previous

Return to advanced search