Search found 123 matches: initialized

Return to advanced search

Re: Escuchar comunicaciones por puerto IP.

... memory resources. It is recommended to place one call to inetInit() at the begin of a program that uses sockets. After the sockets subsystem is initialized, function inetConnect() or inetAccept() can be called to establish a sockets connection. Note: call function inetCleanup() to release memory ...
by JmGarcia
Mon Apr 14, 2014 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Escuchar comunicaciones por puerto IP.
Replies: 2
Views: 947

Re: Creating XBrowse from a resource

... to: @ 0,0 XBROWSE...ID Then it is handled just the same as if you coded it this way in the first place: @ 0,0 XBROWSE... Then the class object is initialized by calling a function ( xbrowsenew() ) rather than the class' New() method. Very strange. I wonder why? No. It just means that @ 0,0 XBROWSE ...
by Enrico Maria Giordano
Fri Feb 21, 2014 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating XBrowse from a resource
Replies: 14
Views: 2759

Re: Creating XBrowse from a resource

... to: @ 0,0 XBROWSE...ID Then it is handled just the same as if you coded it this way in the first place: @ 0,0 XBROWSE... Then the class object is initialized by calling a function ( xbrowsenew() ) rather than the class' New() method. Very strange. I wonder why? Thanks for pointing this out. James
by James Bott
Fri Feb 21, 2014 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating XBrowse from a resource
Replies: 14
Views: 2759

Re: To Antonio: fwstring

Silvio,

Your aStrings must be initialized as {}

static aStrings := {}
by Antonio Linares
Wed Oct 09, 2013 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: fwstring
Replies: 11
Views: 3961

XBrowse nuevas DATAS ?

... adjustment and control are not datas, It could create some datas with those names so they can be defined by the programmer at your own risk and initialized with the values ​​they have in the current DEFINEs? When you create a class that inherits from xBrowse, you have to copy / paste these DEFINEs, ...
by cnavarro
Wed Aug 21, 2013 6:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse nuevas DATAS ?
Replies: 5
Views: 1060

Re: Xbrowse error with setbackground

Probably bKeyCount was never initialized.
Can we see a small sample reproducing the problem?
by nageswaragunupudi
Sat Aug 10, 2013 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse error with setbackground
Replies: 1
Views: 517

Re: Immediate IF() syntax error

... is compiling fine for me. If you are meaning runtime error ( i don't think that is what you meant) then please check nEmployees in already initialized with a numeric value. Finally, the statement nPageE := int(nEmployees/nEmployeeMax) + if(nEmployees % nEmployeeMax > 0, 1, ...
by nageswaragunupudi
Tue Jun 11, 2013 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Immediate IF() syntax error
Replies: 3
Views: 625

Re: DBCOMBO question

I initialized the vars with cStateID:="CA" and cDept:= "200"

and got:

Image
by Antonio Linares
Mon Jun 10, 2013 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBCOMBO question
Replies: 9
Views: 3197

Re: Error Scroll Panel class

Eoeo, You can't use the oWnd object until it is actually initialized in ACTIVATE WINDOW. Try the code below: James #include "fivewin.ch"Function Main()   Local oPanel,oBrush,oWnd   DEFINE BRUSH oBrush FILENAME "mare.bmp"  ...
by James Bott
Thu Feb 14, 2013 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Scroll Panel class
Replies: 3
Views: 858

problem odbc

... 74 ) this is the source oOdbc := TOdbc():New( cDSN, cName, cPass ) If !oOdbc:lSuccess oOdbc:ShowErrorList("ODBC session not successfully initialized, aborting...") oOdbc:End() return nil Endif oDbf := oOdbc:Query( "SELECT T0.field1 'CODICE', T0.field2 'DESCRI' FROM CLIENTI T0") ...
by damianodec
Thu Feb 14, 2013 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem odbc
Replies: 1
Views: 565

Combobox lChanged problems

... important issue is related to the lChanged clause on the combobox class because with FWH Dec 2012 it is evaluated more times when the control is initialized and this generate errors in my app usually when a dialogs with many comboboxes are used with the ON CHANGE clause is initialized. I checked ...
by Marco Turco
Sun Jan 20, 2013 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox lChanged problems
Replies: 2
Views: 569

Re: Passing variables by reference in nested functions

... able to open the same module twice .. granted I thought statics would be limited in value to the memory stack or the instance in which they were initialized. This does not seem to be so. If I open two instances of the same module when the _Recalc fires, it updates the second instance with the ...
by Rick Lipkin
Fri May 25, 2012 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Passing variables by reference in nested functions
Replies: 12
Views: 3555

Acceso al ERP Infor (BaaN / LN) mediante OLE Automation

... • When a string is passed by reference, the result cannot become longer than the input string. So when a string must be filled then it should be initialized with enough spaces. • The maximum size of the FunctionCall string is 4Kb (bshell limit). • The maximum size of the ReturnValue string is ...
by Baxajaun
Mon Mar 26, 2012 8:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acceso al ERP Infor (BaaN / LN) mediante OLE Automation
Replies: 0
Views: 1268

Cancel on Valid

... oBTN1,oBTN2,oBTN3,lOK,oBrushmsginfo( lclose )  As you can see from the screen shot .. the valid fires before the lclose variable is initialized and I can not seem to trap the event and return(.t.) from the valid .. Thanks Rick Lipkin http://img830.imageshack.us/img830/1015/validg.jpg
by Rick Lipkin
Thu Dec 08, 2011 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cancel on Valid
Replies: 6
Views: 985

Re: MS Access problem

... ( wasn't going to make any difference ) change .. I just concluded .. for some odd strange reason .. the local table variables that were always re-initialized each time I went to the detail .. somehow just lost their visibility .. I can not understand it .. makes no sense, but moving the table ...
by Rick Lipkin
Sun Oct 16, 2011 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Access problem
Replies: 12
Views: 4633
PreviousNext

Return to advanced search