Search found 62 matches: retrieved

Return to advanced search

Re: MySQL Blob Column Jpg Write,read and display

... is the reason that the image is not displayed when using Harbour Anybody any idea why is this difference in Harbour and xHarbour when the data is retrieved from a Blob Column. Any idea how to handle this case ?. Anybody here experienced similar problem ? The original Jpg image size is less than ...
by sanilpmc
Tue May 29, 2012 6:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySQL Blob Column Jpg Write,read and display
Replies: 2
Views: 689

Re: MySQL Blob Column Jpg Write,read and display

... is the reason that the image is not displayed when using Harbour Anybody any idea why is this difference in Harbour and xHarbour when the data is retrieved from a Blob Column. Any idea how to handle this case ?. Anybody here experienced similar problem ? The original Jpg image size is less than ...
by sanilpmc
Tue May 29, 2012 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySQL Blob Column Jpg Write,read and display
Replies: 8
Views: 2530

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

... is a function that can be called to perform a certain action. - A property is an attribute that has a value. Property values can be set and/or retrieved The BAAN application object has the following methods: - ParseExecFunction "dllname", "functioncall" - Quit The BAAN application ...
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: 1263

Re: How i can discover if my printer is off?

FWH-function : PrnStatus( <cPrinter> ) --> nStatus Parameters: <cPrinter> The printer of which the status is to be retrieved. Returns: <nStatus> One of the following values: #define PRINTER_STATUS_OK 0 #define PRINTER_STATUS_PAUSED 1 #define PRINTER_STATUS_ERROR 2 #define ...
by ukoenig
Wed Feb 08, 2012 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How i can discover if my printer is off?
Replies: 2
Views: 864

Re: hash with (x)harbour - knowledge base

... := Hash() HsetAAcompability(oTabel[CHR(64+i)],.T.) FOR j := 1 TO 6 c := LTRIM(STR(j)) oTabel[CHR(64+i),c] := 0 NEXT NEXT Elements can be retrieved as oTabel["A","1"] or as oTabel[1,1] or both mixed A better aproach would be : oTabel := Hash() FOR i := 1 TO 6 oTabel[CHR(64+i)] ...
by Demont Brecht
Sat Nov 05, 2011 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash with (x)harbour - knowledge base
Replies: 20
Views: 7853

Re: Strange Error with xbrowse-restorestate

As Gilbert discovered, some cState values are too large to be retrieved from an INI file, thus they are truncated. Gilbert has not yet been able to compile a revised C program to correct the problem. But, it will happen as soon as we can get some guidance ...
by Enrico Maria Giordano
Fri Nov 05, 2010 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Error with xbrowse-restorestate
Replies: 44
Views: 9643

Re: Strange Error with xbrowse-restorestate

Frank,

As Gilbert discovered, some cState values are too large to be retrieved from an INI file, thus they are truncated. Gilbert has not yet been able to compile a revised C program to correct the problem. But, it will happen as soon as we can get some guidance from a C programmer.

Regards,
James
by James Bott
Thu Nov 04, 2010 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Error with xbrowse-restorestate
Replies: 44
Views: 9643

Re: UE Studio & xHarbour Builder

... what are they ? I don't expect performance differences, but as already said, I have no further experience with the Borland or other compiler. As retrieved in this forum (e. g. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=16384) you have already tried to switch to UEStudio and BCC ...
by frose
Wed Jul 14, 2010 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio & xHarbour Builder
Replies: 22
Views: 5999

Re: RED Local con ADS

... as well as used to increase the performance of filtering records in the WHERE clause of an SQL query. Reducing the amount of data that must be retrieved from the disk increases performance. An AOF can be thought of as a query on the table. When an application sets an AOF on a table opened directly, ...
by MarioG
Fri Mar 12, 2010 1:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RED Local con ADS
Replies: 10
Views: 3773

Re: On Dropfiles

I don't know how to do with WBrowse, but I can do it with XBrowse, After dropping files, the browse cursor is repositioned and number and value is retrieved. I can not make the browse scroll though. #include "FiveWin.ch"#include "xbrowse.ch"function Main()   local ...
by nageswaragunupudi
Sun Mar 07, 2010 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: On Dropfiles
Replies: 9
Views: 2559

GET STATUS WIFI

... == dwDevice) { hr = pChangeRadioState(pTD, dwState, RADIODEVICES_PRE_SAVE); retval = 0; } pTD = pTD->pNext; } // Free the list of devices retrieved with // GetWirelessDevices() pFreeDeviceList(pDevice); } if(hr == S_OK)return retval; return -2; } WirelessDevices.c #pragma once #include ...
by Silvio
Wed Sep 02, 2009 10:47 am
 
Forum: FiveWin for Pocket PC
Topic: GET STATUS WIFI
Replies: 0
Views: 492

FW/Clipper Conversion - Handling Stored Arrays

... to FWH and compiling with licensed xHB pro. The Clipper app uses both ADS and the SIX driver (CDX). In a few prgs, arrays are stored and retrieved like so: MyTable->MyField := MyArray and MyArray := MyTable->MyField The arrays were not an issue in the Clipper/FW version...but with ...
by arpipeline
Mon Apr 27, 2009 10:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW/Clipper Conversion - Handling Stored Arrays
Replies: 6
Views: 1115

Enhanced Class TActiveX and easier RibbonBar

... the events, so now the management of the CodeJock's RibbonBar is much simpler and easier :-) See a working example. Please notice how oControl is retrieved from RibbonBarEvent(): #include "FiveWin.ch"#define xtpControlButton      1#define xtpFlagRightAlign     1#define ID_ADDTAB     ...
by Antonio Linares
Tue Apr 07, 2009 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Class TActiveX and easier RibbonBar
Replies: 6
Views: 1160

Re: XBrowse 9.2

... bEditValue as <somecodeblock>. Please see item 7 of whats new in July 2008, reproduced below: 7. In earlier versions a column object can be retrieved by oBrw:oCol( <cHeader> ). Now it is possible to retrieve a column object with new syntax oBrw:cHeader. It is also possible to create ...
by nageswaragunupudi
Tue Mar 24, 2009 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 9.2
Replies: 4
Views: 824

Re: Creating a LIB or DLL

... as Harbour uses a "virtual machine" that has its own parameters "stack" and those parameters have to be properly placed and retrieved from the stack. Windows GetProcAddress() returns the address of a C function. Also, remember that a Harbour function uses the prefix "_HB_FUN_" ...
by Antonio Linares
Fri Mar 13, 2009 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 35041
PreviousNext

Return to advanced search