Search found 297 matches: evaluated

Return to advanced search

... use ::bSkip in its SetFilter method, then you couldn't use it with filters and/or scopes. However, if you want to use it, look that ::bSkip is evaluated in the Skip() method, then you should control all the skips mouvements of the browse, because all mouvements methods call ::Skip( x ) one ...
by manuramos
Wed Aug 09, 2006 3:04 pm
 
Forum: Utilities / Utilidades
Topic: Sugerencias LISTBOX
Replies: 8
Views: 5391

Re: GET WITH "ON CHANGE" PROBLEM

... IS changed or NOT after we leave it by hitting ENTER or TAB, the "ON CHANGE" clause evaluates as TRUE and because of this, the rest of code is evaluated (changes variable cText to "CHANGED") and oGet2 GET shows "CHANGED" on dialog! Is there a fix for this, or there is something which was changed ...
by E. Bartzokas
Thu Apr 20, 2006 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET WITH "ON CHANGE" PROBLEM
Replies: 2
Views: 851

GET WITH "ON CHANGE" PROBLEM

... IS changed or NOT after we leave it by hitting ENTER or TAB, the "ON CHANGE" clause evaluates as TRUE and because of this, the rest of code is evaluated (changes variable cText to "CHANGED") and oGet2 GET shows "CHANGED" on dialog! Is there a fix for this, or there is something which was changed ...
by Boris
Thu Apr 20, 2006 12:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET WITH "ON CHANGE" PROBLEM
Replies: 2
Views: 851

FTDN new April 2006 build / nuevo build de Abril 2006

... Class TDatePicker is properly working from resources. Please review samples\TestDtpR.prg * Enhancement: Class TGet Method KeyChar(), ::bChanged is evaluated once the key has been processed, so it gets included into the related GET buffer. * Enhancement: DEFAULT command has been improved in performance! ...
by Antonio Linares
Mon Apr 03, 2006 8:59 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3321

Focus problem with TGet class

... I detected that it occur only when we use enter key to skip to next control. Using tab key the navigation by the controls, validations and when is evaluated correctly. I changed a bit the code from KeyChar method in window.prg to test if tab OR enter was pressed to skip to next control as follow. ...
by Maurilio Viana
Mon Mar 13, 2006 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus problem with TGet class
Replies: 2
Views: 755

... window handles yet). 2. "OnChange" as the control of the dialog is initialized before evaluating the ON INIT clause. 3. Finally "OnInit" as it is evaluated finally, once the dialog its created and its controls are initialized.
by Antonio Linares
Wed Mar 01, 2006 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unespected calling sequence
Replies: 2
Views: 964

... thats the Drive and path should also be stored * with the file name. Default is false. * * If <pFileProgress> is used, an Code block is evaluated, showing the total * of that file has being processed. * The codeblock must be defined as follow {|nPos,nTotal| GaugeUpdate(aGauge1,(nPos/nTotal))} ...
by Enrico Maria Giordano
Thu Feb 23, 2006 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIPS Functions
Replies: 11
Views: 4307

... parameter can be changed by your user... PUBVAR(132) is .T. when the Windows receive the focus. PUBVAR(139) is .T. each time WndMain():bPainted is evaluated. Regards,
by Badara Thiam
Wed Feb 15, 2006 4:09 pm
 
Forum: FiveWin for CA-Clipper
Topic: clipper exe and time cpu
Replies: 11
Views: 7180

Yes. oDlg:bLostFocus is evaluated when a dialog losts the focus even if there are controls on it while oDlg:bGotFocus isn't.

EMG
by Enrico Maria Giordano
Sat Dec 17, 2005 9:00 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in oDlg:bGotFocus
Replies: 7
Views: 4216

New December 2.7 build

... two optional parameters: function cTempFile( [cPath], [cExtension] ) --> cFileName * fix: Class TCBrowse Method lEditCol, VALID is now properly evaluated. * Enhancement: Class TSplitter has been modified to properly work with Win32 StatusBars too. * Enhancement: Minor fix on Class TPanel, to ...
by Antonio Linares
Fri Dec 16, 2005 9:20 am
 
Forum: WhatsNew / Novedades
Topic: New December 2.7 build
Replies: 1
Views: 2699

Dutch,

This code is dangerous:

ON PAINT (SetResources("EZ4.DLL"), BWCCRegister( GetResources() ))

as ON PAINT gets called many times. You should better do it from the ON INIT clause or use the <oDlg>:bStart codeblock, that it is evaluated just once.
by Antonio Linares
Wed Nov 30, 2005 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I call external 2 DLL files in my prog?*Successful*
Replies: 13
Views: 3881

Re: uso di zip-unzip

... thats the Drive and path should also be stored * with the file name. Default is false. * * If <pFileProgress> is used, an Code block is evaluated, showing the total * of that file has being processed. * The codeblock must be defined as follow {|nPos,nTotal| GaugeUpdate(aGauge1,(nPos/nTotal))} ...
by Enrico Maria Giordano
Fri Oct 28, 2005 11:18 am
 
Forum: All products support
Topic: uso di zip-unzip
Replies: 1
Views: 1848
Previous

Return to advanced search