Search found 123 matches: initialized

Return to advanced search

DEFINE DDE problem

Hi, i have a problem with INSTALL.PRG program of sample dir. It gives me the message: DDE Object not properly initialized! But the same program works very well in previous release of Fwin/32 My actual release: 16.02 My previous release: 8.10 Hear there is a very simple prg to ...
by Romeo
Thu Jan 12, 2017 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DEFINE DDE problem
Replies: 4
Views: 1778

Re: FiveODBC Error Message

... local cTable local lAsync oOdbc := TOdbc():New(cDsn, cName, cPass) If !oOdbc:lSuccess oOdbc:ShowErrorList("ODBC session not successfully initialized, aborting...") oOdbc:End() return nil Endif CursorWait() aFiles := oOdbc:GetTables("*", .F. ) CursorArrow() if len(aFiles) ...
by Compuin
Mon Dec 26, 2016 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveODBC Error Message
Replies: 27
Views: 4979

Re: Need CURL syntax with fivewin using HBCURL LIB?

... 41 #define HB_CURLINFO_LOCAL_PORT 42 /* curl result codes. */ #define HB_CURLE_ERROR -1 /* request not passed to libcurl (libcurl not initialized or unknown parameter) */ #define HB_CURLE_OK 0 #define HB_CURLE_UNSUPPORTED_PROTOCOL 1 /* */ #define HB_CURLE_FAILED_INIT 2 /* */ #define ...
by ADutheil
Tue Nov 01, 2016 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need CURL syntax with fivewin using HBCURL LIB?
Replies: 10
Views: 5314

Re: Tip Client = Harbour / MSVC 2015 Error

See how this DATA of Class TIPClient (client.prg) gets initialized:

VAR lHasSSL INIT tip_SSL()

function tip_SSL() is in hbssl.lib
by Antonio Linares
Fri Apr 22, 2016 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip Client = Harbour / MSVC 2015 Error
Replies: 39
Views: 9593

Re: Erro un poco extraño TDataBase

Hi, I think the best option is when you definied the object, the same concept as now but initialized data ::cDriver correctly METHOD New( ncArea, cFile, cDriver, lShared, lReadOnly ) CLASS TDataBase   if PCount() > 1      if ValType( ncArea ) ...
by Carles
Wed Mar 23, 2016 10:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Erro un poco extraño TDataBase
Replies: 13
Views: 2385

Re: DDE object not propperly initialized!

Tiao, There is a little bug to fix this way in FWH Class TDde: METHOD Activate() CLASS TDde   nLastMsg = WM_DDE_INITIATE   SendMessage( 0xFFFF, WM_DDE_INITIATE, GetWndApp(),;  // replace -1 with 0xFFFF                nMakeLong( ::nService, ::nTopic ) ) return nil Next...
by Antonio Linares
Fri Mar 18, 2016 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DDE object not propperly initialized! (SOLVED)
Replies: 2
Views: 588

DDE object not propperly initialized! (SOLVED)

Good Morning. Does anyone know why this error? "DDE object not propperly initialized!" When I run the function below it appears: function BuildGroup()   local oDde   DEFINE DDE oDde SERVICE "Progman" TOPIC "Progman"   ACTIVATE ...
by tiaofw
Thu Mar 17, 2016 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DDE object not propperly initialized! (SOLVED)
Replies: 2
Views: 588

Re: hb_xrealloc can't reallocate memory

... produce more or less the same problem as strings, so preallocating the array(400), less problems too. What about to create a TBufferedWrite class? Initialized with the File Handle and the minimun size of buffered input, a Write( cString ) method, and an End() that writes the remaining not written ...
by Carlos Mora
Thu Sep 03, 2015 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7907

PUBLIC var declaration issue

... I kept getting "ambiguous reference" warnings for the PUBLICs. I finally figured out that it was only for those PUBLICs that are also initialized in the PUBLIC declaration. PUBLIC path:="c:\" // gives a warningPUBLIC path          // no warning Yet the Clipper manual clearly ...
by James Bott
Sat Aug 29, 2015 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PUBLIC var declaration issue
Replies: 26
Views: 7203

Re: xbrowse MakeTotals()

... kind of programmer .. I have found this code to be effective when you have to update Maketotals() When ever I need to update my total ( once it is initialized ) just call oLbx:MakeTotals() from your function and refresh the browse and your totals are updated. From looking at your code, it appears ...
by Rick Lipkin
Sat Mar 28, 2015 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse MakeTotals()
Replies: 6
Views: 1791

Re: Migrating to Harbour

... conversion to OLE variant: __oleVariantNullDate( [<lNewNullFlag>] ) -> <lPrevNullFlag> This is per thread switch and by default initialized to .F. for each new thread. When set to .T. Harbour empty dates are translated to VT_NULL. Warning: it's possible that this function will ...
by hua
Wed Jan 14, 2015 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 51040

Problem with RADIO control

... 10, 55, 80, 13  CONTROL "", 710, "Button", WS_TABSTOP, 30, 75, 40, 40END  displays correctly when initialized in a dialog. However, when a radio button is selected, all prompts/text for the previous buttons disappears. So, if I press on the 3rd button, ...
by TimStone
Fri Sep 19, 2014 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with RADIO control
Replies: 8
Views: 1529

Export a variable from C to Clipper

...                   {                        char MYCAMPO1 = 'HELLO';                   } # Pragma ENDDUMP That fMyFunc to invoke () function is initialized and recognize the variable MYCAMPO1
by jgayoso
Tue Aug 26, 2014 5:59 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Export a variable from C to Clipper
Replies: 3
Views: 2506

Tengo un mensqje de error en bcc582

Amigos Estoy intentando reconstruir el easyreport y esto es el resultado que estoy obteniendo: MAKE Version 5.2 Copyright (c) 1987, 2000 Borland c:\fwh1302\bcc582\bin\brc32.exe -r -Ic:\fwh1302\bcc582\include ereport.rc Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporati...
by Armando Picon
Thu Aug 14, 2014 12:08 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Tengo un mensqje de error en bcc582
Replies: 2
Views: 1736
PreviousNext

Return to advanced search

cron