Search found 615 matches: internal

Return to advanced search

Re: Creating an Open Office spreadsheet file .xls

... available in xBrowse.prg I have no clue what the DispatchHelper is either ?? The dispatcher provides a simple mechanism for invoking OpenOffice's internal functionality with limited knowledge of how the internals work. The following sample shows how to open an OpenOffice Calc, Hidden oCalc:= CreateObject( ...
by anserkk
Wed Nov 02, 2011 4:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 12744

Re: Important question to Antonio about Harbour and WM 6.x

Antonio, Thank you for reply, but after build and run my application i get this error : Application Internal Error - (null) Terminated at: 2011.10.28 17:39:07 Unrecoverable error 9000: Module '../../../harbinit.prg' was compiled with unsupported PCODE version 0.3. Please ...
by kadziola
Fri Oct 28, 2011 4:33 pm
 
Forum: FiveWin for Pocket PC
Topic: Important question to Antonio about Harbour and WM 6.x
Replies: 16
Views: 11697

Error compilando TsBrowse9 con HB 3 y BCC582

Eso amigos Es en el TsbFuncs.c Ya cambie los _parXX por hb_parxx y los isXXXX por hb_isxxx Inclui #define _HB_API_INTERNAL_ y el resto de las cabeceras asi #include <hbApi.h> /* set your own path if needed */ //#include <WinTen.h> /* set your own path if needed */ #include <Windows.h&...
by Adolfo
Fri Oct 21, 2011 12:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando TsBrowse9 con HB 3 y BCC582
Replies: 3
Views: 1409

Re: Prototype missing?

... in core code or maybe even support for hb_parv*() and hb_storv*() functions. Next important difference between Harbour and xHarbour is access to internal HVM structures. In Harbour internal HVM structures are hidden by default so programmers cannot access them, i.e. PHB_ITEM is mapped as 'void ...
by carlos vargas
Sun Oct 02, 2011 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prototype missing?
Replies: 35
Views: 8748

Re: Harbour 3.0

Patricio, Antes de los #includes añade este define: #define _HB_API_INTERNAL_ Gracias antonio ahora tengo 3 errores.. Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borlandsource\WBRWLINE.C:Error E2451 source\WBRWLINE.C 387: Undefined symbol 'hb_symEval' in function PaintTheLineError E2...
by Antonio Linares
Fri Sep 09, 2011 7:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 3.0
Replies: 42
Views: 18328

error with nExtMem()

Hello.

In errsysw.prg, nExtMem() does not indicate my 6 GB of Ram.

It only says 1 megs:

Hardware memory: 1 megs



Also, it may cause internal problems to FWH, as it points out no memory, when in fact it is plenty of gbs!!.
by ukservice
Thu Sep 01, 2011 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error with nExtMem()
Replies: 19
Views: 3225

Re: A Question about xBrowse-Linestyles

XBrowse derives Pens from the Linestyles defined by the programmer. That way the DATA of Pens were basically kept for internal use. If we change the pens directly, Xbrowse does not know that pens are not consistent with the linestyles and there can be unexpected behavior. You may ...
by nageswaragunupudi
Wed Aug 24, 2011 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question about xBrowse-Linestyles
Replies: 2
Views: 779

Re: Enviando un mensaje a un objeto desde bajo nivel

... observar en classes.c esta función que es la que se encarga de crear las clases y que es compatible con clipper /* Harbour equivalent for Clipper internal __mdCreate() */ HB_USHORT hb_clsCreate( HB_USHORT usSize, const char * szClassName ) { return hb_clsNew( szClassName, usSize, NULL, NULL, HB_FALSE ...
by xmanuel
Tue Aug 23, 2011 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviando un mensaje a un objeto desde bajo nivel
Replies: 32
Views: 9738

Re: Copiar Carpeta/Directorio

DirectoryRecurse(<cDisSpec>,[<cAttributes>]) This function return an array with all files and internal folders(with all files) Then all you have to do is create the folders and move the files... //cOrigin := "C:\Test\"//cDestiny := "D:\Test\"aFiles ...
by sambomb
Tue Aug 23, 2011 12:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Copiar Carpeta/Directorio
Replies: 12
Views: 3021

Re: Como tatalizo una coloumna con Xbrowse

... formatting, copy / export to excel and reports. Please use oCol:bEditValue and for formatting, use oCol:cEditPicture and leave oCol:bStrData for internal use of XBrowse. This is necessary to avail the advanced features of XBrowse.
by nageswaragunupudi
Wed Aug 10, 2011 11:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como tatalizo una coloumna con Xbrowse
Replies: 10
Views: 1866

Re: xBrowse Problem

... standard deviations, etc. In the revised sample, I avoided calling MakeTotals when cells are edited and instead depended on the xbrowse's internal updating logic.
by nageswaragunupudi
Thu Aug 04, 2011 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Problem
Replies: 8
Views: 2085

Re: bug in Ribbon 2010 style

Hello

i saw some programs with 2010 style (including windows explorer) and the menu only change in internal color
look this post http://forums.fivetechsupport.com/viewtopic.php?p=115469#p115469
by Daniel Garcia-Gil
Sat Jul 16, 2011 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in Ribbon 2010 style
Replies: 8
Views: 2159

Re: Enviando un mensaje a un objeto desde bajo nivel

Hola Me parecio buen sitio para exponer el ejemplo de una tecnica para accesar datos desde C y cambiar el valor de los mismos desde Cusando el puntero a los valores... tecnica que estoy usando para una nueva funcionalidad de TDolphin (no terminada), para el uso de sentencias preparadas. usar en el c...
by Daniel Garcia-Gil
Fri Jun 24, 2011 11:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviando un mensaje a un objeto desde bajo nivel
Replies: 32
Views: 9738

Re: FASTLib. Open Source

Para el sistema de protección mira el directorio "INTERN" y en "INTERNAL" mira VPROT.C y MSTEXT.C
Ojo estos fuentes no se distribuían con la versión comercial, pero como Antonio los ha dejado en la versión subida te lo digo...

Saludos
Manu Expósito
by xmanuel
Wed Jun 15, 2011 11:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FASTLib. Open Source
Replies: 79
Views: 22158

Re: sockets and firewalls

You should configure your DLINK to NAT your internal address/port on the firewall. All the incoming conections to the ROUTER/FW on that port will be sent to your internal IP.
by ADutheil
Sat Jun 04, 2011 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sockets and firewalls
Replies: 1
Views: 547
PreviousNext

Return to advanced search