Search found 566 matches: pointer

Return to advanced search

Re: Using WebView with Borland !!!

... what you get https://i.postimg.cc/wB7y3b4T/antonio.png Dear Silvio, Then it means that webview.dll has been properly loaded as the pointer is not null Enviado desde mi px5 mediante Tapatalk
by Antonio Linares
Fri Feb 18, 2022 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7710

Re: dbase III/IV file encrypted

Cannot find definition for DBI_PASSWORD here are all DBI_ the constant i found for dbinfo() /* constants for dbInfo() */ #define DBI_ISDBF 1 /* Does this RDD support DBFs? */ #define DBI_CANPUTREC 2 /* Can this RDD Put Records? */ #define DBI_GETHEADERSIZE 3 /* Data file's header size */ #define DBI...
by lorenzoazz
Sat Jan 29, 2022 1:17 pm
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 1146

Re: Advantage Database Server

... cOut := hb_valToExp( cIn )RETURN STRTRAN( cOut, '"', '' ) You can try create dummy functions PTRTOSTR(), PTRTOUI() seems me Pointer Function but i can´t find out how they work :| METHOD LoadStruct( hRes ) CLASS RDBMS_PGLOCAL n, hField    ::aFields = Array( ::FCount( ...
by Jimmy
Sat Jan 22, 2022 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3701

Re: Cerrar conexión MySql con TDolphin

en tdolphin, static HB_GARBAGE_FUNC( MYSQL_release ) { void ** ph = (void **) Cargo; /* Check if pointer is not NULL to avoid multiple freeing */ if( ph && * ph ) { /* Destroy the object */ mysql_close( (MYSQL *) * ph ); /* set pointer to NULL to avoid multiple ...
by carlos vargas
Wed Nov 03, 2021 4:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cerrar conexión MySql con TDolphin (Solucionado)
Replies: 8
Views: 667

Re: Mostrar tooltip (c5) con formato celda xbrowse

... := { | | "Esto es un tooltip de la celda" } Espero te sirva Saludos! Eduardo Borondón Muñiz bCellTooltip works when mouse pointer hovers over a cell. He wanted to display the dialog when user navigates to a row and close when the user leaves the row.
by nageswaragunupudi
Mon Sep 27, 2021 7:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar tooltip (c5) con formato celda xbrowse
Replies: 8
Views: 1076

Unattended creation of .pdf . resolution problem -- RESOLVED

... Case nVIEW = 3 PRINT oPrint FILE "c:\dbtmp\"+cPdfName+".pdf" //<------- here EndCase .... .... Since there is no direct pointer to a Printer .. where is oPrinter getting its values ... In the attached program .. I evaluate oPrinter to get the Horizontal and vertical values ...
by Rick Lipkin
Thu Sep 16, 2021 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unattended creation of .pdf . resolution problem -- RESOLVED
Replies: 9
Views: 1291

Re: ExtCreatePen

A pointer to a LOGBRUSH structure. If dwPenStyle is PS_COSMETIC, the lbColor member specifies the color of the pen and the lpStyle member must be set to BS_SOLID. If dwPenStyle is PS_GEOMETRIC, all members must be used to ...
by Antonio Linares
Wed Sep 08, 2021 5:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ExtCreatePen
Replies: 10
Views: 1208

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... Compiler Version 19.29.30038.1 for x64 Copyright (C) Microsoft Corporation. All rights reserved. erp.c erp.prg(201): warning C4311: 'type cast': pointer truncation from 'MYSQL *' to 'long' erp.prg(201): warning C4302: 'type cast': truncation from 'MYSQL *' to 'long' erp.prg(208): warning C4312: ...
by Compuin
Thu Jul 01, 2021 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... Compiler Version 19.29.30038.1 for x64 Copyright (C) Microsoft Corporation. All rights reserved. erp.c erp.prg(201): warning C4311: 'type cast': pointer truncation from 'MYSQL *' to 'long' erp.prg(201): warning C4302: 'type cast': truncation from 'MYSQL *' to 'long' erp.prg(208): warning C4312: ...
by Compuin
Thu Jul 01, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... Compiler Version 19.29.30038.1 for x64 Copyright (C) Microsoft Corporation. All rights reserved. erp.c erp.prg(201): warning C4311: 'type cast': pointer truncation from 'MYSQL *' to 'long' erp.prg(201): warning C4302: 'type cast': truncation from 'MYSQL *' to 'long' erp.prg(208): warning C4312: ...
by Compuin
Thu Jul 01, 2021 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Maestro, hice lo que me recomendo y me arroja esto C:\clinica64>if not exist obj md obj C:\clinica64>c:\bcc7164\bin\make -fsistema.mak MAKE Version 5.41 Copyright (c) 1987, 2014 Embarcadero Technologies, Inc. echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -Ic:\Harbour64\include;c:\Fw...
by Compuin
Mon Jun 28, 2021 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Hello, I'm getting this error while I'm trying to compile ERP.PRG sample. I'm using FWH64, Habour 64 and BCC7164 I don't know if is there issues with Harbour and Borland on 64 bits Mysql.h file is on FWH64 include folder Please advise ┌────────────────────────────────────────────────────────────────...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: problems after update to MacOs 11.1 (Big Sur)

... order. What I did was that everytime the user enters a character in the GET there was a function launched that searched in a browse and placed the pointer at the right position. I also made the browse active and after that the GET got active. Now I don't make the browse active, I only place the ...
by plantenkennis
Thu Jun 10, 2021 3:04 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: problems after update to MacOs 11.1 (Big Sur)
Replies: 11
Views: 2299

New FTDN April/Abril 2021 (FWH 21.04)

... ) // TopScope uTop and Bottom Scope uBot // NIL value removes that scope After setting the scope, if the current record is out of scope, record pointer is moved to the nearest record within the scope. - Enhancement to SetFilter(...) After setting the filter, if the current record does not respect ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1964

Re: Dividir Un Array

... of subscript elements to copy from aSource. nTargetPos the starting subscript position in aTarget to copy elements to. Returns aTarget an array pointer reference
by hmpaquito
Fri May 21, 2021 11:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dividir Un Array "SOLUCIONADO"
Replies: 5
Views: 605
PreviousNext

Return to advanced search