Search found 674 matches: executed

Return to advanced search

Bug in TButton CANCEL clause

The following sample shows that if you hit ALT-C the DIALOG is closed but the VALID of the GET is also executed while if you click on the button with the mouse the VALID is not executed (as it should be): #include "Fivewin.ch" FUNCTION MAIN() LOCAL oDlg ...
by Enrico Maria Giordano
Fri Feb 17, 2006 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TButton CANCEL clause
Replies: 5
Views: 1280

Pasting into a Richtext control

... to monitor what text is inside oMcrRtf object. It is always empty eventhough cfile contains the rtf text allright. So obviously when :copy() is executed nothing is copied to the clipboard. I'm using :loadRtf( cfile ) in other places in my code without a problem. Why won't it work in this situation? ...
by reinaldocrespo
Sat Feb 11, 2006 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pasting into a Richtext control
Replies: 0
Views: 539

unable to open a file

I executed the batch file for buildH.bat with FW demo so,it was unable to open file C032.obj after the stage of bcc32.exe linking ?
by Ehab Samir Aziz
Fri Feb 10, 2006 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: unable to open a file
Replies: 7
Views: 1736

Silvio,

GetModuleFileName( GetModuleHandle() ) will return you the name of the executed EXE.
by Antonio Linares
Mon Jan 09, 2006 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Return value from function
Replies: 4
Views: 1070

ADS

I recently downloaded a sample app from René's web site. When executed it connects to remote dbfs and allows add/edit/view/browse of tables (DBFs). It is a very convinient solution to provide clients access to one common database from many remote work stations ...
by reinaldocrespo
Fri Dec 16, 2005 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS
Replies: 10
Views: 3468

Antonio,

no it's a modal dialog.

Just like the 2nd example Enrico posted.
It doesn't work for me.
bGotFocus is executed but bLostFocus not.

Thanks for jumping in Antonio.

Regards,
Detlef
by Detlef Hoefner
Wed Dec 07, 2005 1:03 pm
 
Forum: FiveWin for CA-Clipper
Topic: Dialog Loosing Focus
Replies: 11
Views: 9333

Dialog Loosing Focus

... oDlg:bLostFocus := { || MsgBeep() } But i never heard the beep. Is there a known issue in FW2.4 that a bLostFocus block of a dialog will not be executed? Maybe it's not executed because the dialog lost his Focus :wink: ? Thanks for each reply. Detlef
by Detlef Hoefner
Tue Dec 06, 2005 4:45 pm
 
Forum: FiveWin for CA-Clipper
Topic: Dialog Loosing Focus
Replies: 11
Views: 9333

... if we modify this class then it may affect many users applications because if we give the focus to the folder, then the VALID of a control may be executed. Thats why it seems a better way if you modify it on your local copy. Anyhow we may do some tests and see what we get. Its source code is available ...
by Antonio Linares
Tue Dec 06, 2005 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder
Replies: 5
Views: 1456

Antonio Linares wrote:Enrico,

I just modified USE C:\XHARBOUR\TEST into USE customer and executed your sample at FWH\samples directory and it worked ok.

I am using 800x600. What screen resolution do you use ? thanks,


Can you try using xHarbour's TEST.DBF? Anyway, I'm using 1280 x 1024 as desktop resolution.

EMG
by Enrico Maria Giordano
Thu Nov 24, 2005 1:21 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Preview error (fixed)
Replies: 7
Views: 3860

Enrico,

I just modified USE C:\XHARBOUR\TEST into USE customer and executed your sample at FWH\samples directory and it worked ok.

I am using 800x600. What screen resolution do you use ? thanks,
by Antonio Linares
Thu Nov 24, 2005 7:40 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Preview error (fixed)
Replies: 7
Views: 3860

GPF with msgMeter

... Note the gpf occurs before BcdxIndex is called (at least a msginfo at line one is not executed) Frank
by Frank Demont
Thu Nov 03, 2005 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with msgMeter
Replies: 7
Views: 3117

Bug in TCBrowse:lEditCol() method (fixed)

This is the sample. Valid is never executed: #include "Fivewin.ch" #include "Tcbrowse.ch" FUNCTION MAIN() LOCAL oDlg, oBrw, cVar LOCAL bValid := { || MsgInfo(), .T. } USE C:\XHARBOUR\TEST ...
by Enrico Maria Giordano
Mon Oct 31, 2005 5:40 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TCBrowse:lEditCol() method (fixed)
Replies: 2
Views: 1863

Re: Combobox , changing aitems dynimacaly

... the VALID clausule from the first combobox : VALID ( msginfo("ok") , oCbx2:aItems := { "1:One", "2:CHANGED", "3:Three" } , .T. ) BUT , THIS IS NOT EXECUTED , MSGINFO HAS NO EFFECT !!!!!!!!! Frank Try this codeblock : @ nRow, nCol COMBOBOX oCbx VAR cPav PIXEL UPDATE VALID !empty( cPav ) OF oDlg ...
by Rimantas
Tue Oct 18, 2005 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox , changing aitems dynimacaly
Replies: 1
Views: 1364

Combobox , changing aitems dynimacaly

... the VALID clausule from the first combobox : VALID ( msginfo("ok") , oCbx2:aItems := { "1:One", "2:CHANGED", "3:Three" } , .T. ) BUT , THIS IS NOT EXECUTED , MSGINFO HAS NO EFFECT !!!!!!!!! Frank
by Frank Demont
Tue Oct 18, 2005 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox , changing aitems dynimacaly
Replies: 1
Views: 1364
Previous

Return to advanced search