Search found 123 matches: initialized

Return to advanced search

Bold text on a button bar

Hello all: In my app I have a button bar initialized: DEFINE BUTTONBAR oBar SIZE 73.5 ,78 2007 OF oWnd1 Works fine. I have text on the bar...so far no problem. This code is coloring the text : oBar:nClrText = nRGB( 0, 0, 128 )...This Works fine ...
by hag
Sat Aug 29, 2009 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bold text on a button bar
Replies: 10
Views: 1763

Re: xBrowse-Conditional-Error after Recompile with FWH 9.08 ?

... appears to be similar to that of WBrowse as in the topic http://forums.fivetechsupport.com/viewtopic.php?f=3&t=16456 The DATA for KScroll are initialized only CreateFromCode() method but not in CreateFromResource() method. Temporary fix is to add the following lines at the end of CreateFromResource() ...
by nageswaragunupudi
Thu Aug 27, 2009 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse-Conditional-Error after Recompile with FWH 9.08 ?
Replies: 5
Views: 897

Re: Intermittant ADO xBrowse error ( thread with Antonio )

... from the usual .. since this table contains so many rows .. I use a wrapper to call _OpenUM() and the oRsVeh is actually defined static but not initialized until the program runs thru _OpenUM() then I start the browse. I have worked with antonio to modify the valid to close the browse object ...
by Rick Lipkin
Wed Jul 22, 2009 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant ADO xBrowse error ( thread with Antonio )
Replies: 11
Views: 4315

Re: convert program to a network version

... .f. for shared, 5 for time-outelse    return(.f.)endif  Are the functions a one time call for each file or a many time call where are initialized? Once you have opened a DBF in shared mode, it remains shared till you close the DBF. Once you have opened a DBF in shared mode, you should ...
by anserkk
Tue Jul 21, 2009 5:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert program to a network version
Replies: 14
Views: 5715

Re: convert program to a network version

Rick:
You wrote "Hope this helps.."
I'm such a novice anything will help.

Where do I put the functions you described.
I open 20 + data files at beginning of the program and others elsewhere.

Are the functions a one time call for each file or a many time call where are initialized?
by hag
Mon Jul 20, 2009 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert program to a network version
Replies: 14
Views: 5715

Re: tWord Class

... it seems, that ::oWord is still nil, maybe the ole connection failed. Please replace the Method New () with this one to be sure that ::oWord is initialized: METHOD   NEW()  CLASS TWord      ::lWord  := .T.      TRY        ::oWord := GetActiveObject( "Word.Application" )  ...
by StefanHaupt
Wed May 20, 2009 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tWord Class
Replies: 11
Views: 2140

Re: Problem in ADODB.Command

... including database name. Ensure rights of execution for the user logged into MySql I am of the opinion that the command object is not properly initialized. If it is initialized well, you can use oCommand:RefreshParameters() and then msginfo( oCommand:Parameters:Count() )
by nageswaragunupudi
Wed May 06, 2009 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in ADODB.Command
Replies: 20
Views: 3451

Re: Problem in ADODB.Command

TRY
oCommand:=CreateObject("ADODB.Command")
oCommand:ActiveConnection:=oCon
oCommand:CommandType:=adCmdStoredProc
oCommand:CommandText:="Sp_Job1"
CATCH
.. Show ,,,
END
May be the command object is not initialized properly
by nageswaragunupudi
Tue May 05, 2009 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in ADODB.Command
Replies: 20
Views: 3451

Re: Codejock RibbonBar first tests

... that using FWH. It appears that the problem I'm having is that you can't access the public members of CommandBars until after the control is fully initialized. Trying to access them before full initialization throws an error. However, when you finalize the control, it looks for the license. It ...
by anserkk
Tue Apr 28, 2009 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 36560

Re: RegisterServer( )

... that using FWH. It appears that the problem I'm having is that you can't access the public members of CommandBars until after the control is fully initialized. Trying to access them before full initialization throws an error. However, when you finalize the control, it looks for the license. It ...
by anserkk
Tue Apr 28, 2009 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RegisterServer( )
Replies: 16
Views: 3816

Re: Dialog Redefine y ActiveX

... ? How is defined in the resource ? An ActiveX control is a kind of a user defined control, same as we use xbrowse, BtnBmp, TImage, etc. They get initialized when the dialog is initialized. Aditionally the ActiveX control creates another windows control, using its own engine, that is placed on ...
by Antonio Linares
Wed Apr 22, 2009 2:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialog Redefine y ActiveX
Replies: 6
Views: 1586

Re: Codejock RibbonBar first tests

... in FWH. As per the write up in the CodeJock site, the property CommandBarsGlobalSettings.License should be set before the CommandBarControl is initialized. In VB this is done using the Private Sub Form_Initialize() Writeup from the site with VB 6 Sample The licence code should be included before ...
by anserkk
Wed Apr 08, 2009 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 36560

Re: Creating a LIB or DLL

The Harbour bug comes from here:

In harbour\source\vm\cmdarg.c function hb_cmdargUpdate() s_argv[ 0 ] is used:
s_argv[ 0 ] = s_szAppName;
but it is not initialized for a DLL.

We are going to report it to the Harbour devel mailing list.
by Antonio Linares
Sat Mar 28, 2009 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 36144

Re: How to set index of dbcombo

... a DBF as the datasource, then it must be indexed before you call DBCombo. If you want to change the order of the data after the DBCombo has been initialized, try reloading it oDBC:refill(). There may be a noticable delay while it is reloaded if there are a lot of records. Don't forget to reset ...
by James Bott
Fri Mar 06, 2009 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set index of dbcombo
Replies: 2
Views: 532

Changing a get picture at runtime

Hi all, I'm trying to change a get picture at runtime but unsuccessfully. In this self-contained sample I have a get initialized with a euro picture (9999.99), then pressing the "Lire picture" button I would like to change the picture in the 999999 format but it doesn't ...
by Marco Turco
Tue Jan 20, 2009 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing a get picture at runtime
Replies: 7
Views: 921
PreviousNext

Return to advanced search