Search found 11 matches: initialised

Return to advanced search

Re: UE Studio Config - Harbour 3.0, MSVC, FWH

... shot, sometimes the shown source line (dark red) isn't the one which will executed next with F8 (LOCAL i). Consider that <nFound> is already initialised! - It's not possible to set breakpoints with 'AltD()' Further disadvantages, not so serious: - Monitoring only LOCAL's, no PUBLIC's, PRIVATE's ...
by frose
Fri Dec 30, 2011 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio Config - Harbour 3.0, MSVC, FWH
Replies: 52
Views: 18592

Conditional Radiobutton

Hi everyone, This should be a simple one for most of you ... I hope. I have two radiobuttons which are both initialised to the first position. If I change from position 1 ("Pass") to position 2 ("Fail") in the first radiobutton, how do I get position 5 ("Withdrawn ...
by Ross_ValuSoft
Wed Jul 07, 2010 12:15 pm
 
Forum: FiveWin for Pocket PC
Topic: Conditional Radiobutton
Replies: 2
Views: 593

Re: Codejock RibbonBar first tests

... with the OCX control. Thanks to Mr.Natter) But using VB and other prog.lang we can access the members of the control even before the control is initialised. I don't know how to do that using FWH. It appears that the problem I'm having is that you can't access the public members of CommandBars ...
by anserkk
Tue Apr 28, 2009 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35174

Re: RegisterServer( )

... with the OCX control. Thanks to Mr.Natter) But using VB and other prog.lang we can access the members of the control even before the control is initialised. I don't know how to do that using FWH. It appears that the problem I'm having is that you can't access the public members of CommandBars ...
by anserkk
Tue Apr 28, 2009 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RegisterServer( )
Replies: 16
Views: 3691

Re: Codejock RibbonBar first tests

... oAct := TActiveX():New( oWnd, "Codejock.CommandBarsFrame.12.1.1", 0, 0, 0, 0 ) Or any idea when is this control getting initialised, do the above command Initialize the control How do I execute the below given FWH code, before Initialising the controls ? That's where ...
by anserkk
Wed Apr 08, 2009 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35174

Re: xBrowse from resource

Otto,

what Enrico tries to say is the method ::Initiate() is called automatically, when an object from a rc file is initialised. There is no explicit call necessary.

It is similar to the method ::default(), if you define an object from source. (hope I´m right)
by StefanHaupt
Mon Feb 09, 2009 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse from resource
Replies: 24
Views: 4562

Hi Antonio Simple source for test program follows. It is testdlg.prg with two minor changes, namely cAddress is initialised with some non blank data and secondly the PASSWORD option has been removed from the associated get. #include "FiveLinux.ch" function Main() ...
by xProgrammer
Sun Mar 30, 2008 10:40 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Help Please
Replies: 29
Views: 7448

Thank You

... right hand column. When you tab into a GET the cursor seems to move to the end of its contents including blank spaces at the end. So if you have initialised the data to say SPACE(16) the cursor goes to the end of 16 spaces and you have to hit [Home} or use a mouse click. Also blocking text doesn't ...
by xProgrammer
Thu Nov 08, 2007 8:39 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Strange Function of Keyboard
Replies: 7
Views: 1889

DBCOMBO problem

Hi Antonio With the code below the drop-down is not initialised to "Production". #include "fivewin.ch" #include "dbcombo.ch" function main() local oDlg, oDBC2, oBtn //local cDept:= "400" local cDept:= ...
by alexstrickland
Mon Oct 01, 2007 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBCOMBO problem
Replies: 6
Views: 1378

Behaviour of GETs when editing text

... a handler to this signal, it must return FALSE so the entry gets the event as well Didn't notice that from my code but did from testdlg.prg with initialised cAddress,
by xProgrammer
Wed Aug 08, 2007 11:22 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Behaviour of GETs when editing text
Replies: 7
Views: 2132

DbCombo Problem

... the variable with Record Position + 1, instead of actual value. This is not the case with Character value. 2) In above case, variable is initialised with above Record Position. If Dbcombo, do not get the focus, its value remains record position only. 3) While issuing oDbc:Refill(), I ...
by Milan Mehta
Thu Oct 26, 2006 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DbCombo Problem
Replies: 1
Views: 714

Return to advanced search