Search found 135 matches: identifier

Return to advanced search

FlowMarker System Documentation

... model, specifically to our needs. It is a system designed to document data flow within code in a structured and traceable way. Using unique identifiers (DATAFLOW numbers) and annotations, it indicates whether data is being input, processed, or output, while also referencing predecessor and ...
by Otto
Fri Sep 27, 2024 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FlowMarker System Documentation
Replies: 2
Views: 142

Re: TSBROWSE - TSBUTTON 64 bits

... PCLIPFUNC pMethod ); ~~~~~~ ^ c:\fwh64\include\ClipApi.h:535:96: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] #define INSTVAR(Name,pCode) _mdAdd(ulHandle,_get_sym(Name),pCode); _mdAdd(ulHandle,_get_sym("_"Name),pCode) ...
by Cgallegoa
Mon Sep 23, 2024 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE - TSBUTTON 64 bits
Replies: 2
Views: 179

Re: Error al abrir archivos .rc con Resedit en entorno MSVC 64

... fwh64\samples and I cannot open any .rc file, not even yours. Errors that it gives me, if I do not use the windows.h include I get an undeclared identifier. and if I use it. The error in the photo that I posted above It is frustrating but.. Jose
by jvtecheto
Sat Sep 21, 2024 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Replies: 17
Views: 606

Re: GROUPBOX

... The background color of the group. <oFont> A reference to the font object used for the Group control. <nId> The resource identifier for this control. CLAUSES PIXEL To specify pixel corrdinates. DESIGN To drag around the control using the mouse. TRANSPARENT To make the ...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 395

file ID in the Windows file system

... instead of a database. Can we get these IDs from Fivewin or Harbour Mod? Best regards, Otto In Windows operating systems, files indeed have unique identifiers beyond just their names, which are used by the system to manage and reference files. Here are a couple of concepts related to this: **File ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 1072

Re: Classe TGif

... character “!”, followed by a byte containing the value 255, followed by a byte containing the block size (usually 11), followed by the application identifier (“NETSCAPE”), followed by the application authentication code (“2.0”), followed by a sub-block containing the loop count, followed by a block ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 2282

Re: copy a row of xbrowse

... sure to reset `aCopy` after pasting. 3. **Handle Unique Identifiers**: To avoid issues with modifying copied rows, ensure each row has a unique identifier (like a record number). You might need to generate new unique IDs for the pasted rows. Here's an example of how you could modify your code: ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 7666

Re: Crear librerias de Harbour BCC74 Me genera error

Saludos

Este es el error que da en varios
In file included from ../../../cpbg866.c:51:
../../../l_bg.h:5:1: error: expected identifier or '('
<U+001A>

hrbfix (Esto lo hace cuando lo corro)

como creates el ejeutable hrbfix , uso el hbmk2

As you create the Ejeutable HRBFIX, I use the HBMK2
by ruben Dario
Wed Nov 29, 2023 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 9013

Re: Incluyendo el SQLRDD

hi, under SQL you need a UNIQUE "Identifier" like RECNO() under DBF Fivewin seems to use "ID" and Xbase++ "__Record" as PRIMARY KEY SQLRDD use "sr_recno" so everybody can use a other "Identifier" ...
by Jimmy
Fri Aug 25, 2023 1:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 5744

Re: Create help system with F1

chatGPT proposal: Topic ID: A unique identifier for each help topic. This field can be an auto-incrementing numeric value or a GUID (Globally Unique Identifier) that serves as a primary key for the table. Topic Title: The title or heading of ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 1482

Re: How to create a PRIVATE variable owned by the caller?

PRIVATE Create and initialize private memory variables and arrays Syntax PRIVATE <identifier> [[:= <initializer>], ... ] Arguments <identifier> is the name of a private variable or array to create. If the <identifier> is followed by square ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 1543

Re: Does anyone have a json reader

... The LOCAL gives me a hash. cResponse contains the JSON code. Using that function, the Json is transferred to the hash "sid" is the identifier for the data I want. HB_HGET( ) searches the hash for that identifier and returns it's value. You can use as many identifiers as you want, ...
by TimStone
Wed Nov 09, 2022 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have a json reader
Replies: 7
Views: 898

Re: ID of the current process

hi, "how" do you want to identify User when have a ProcessId :?: Return value The return value is the process identifier of the calling process. --- i guess you need WTSQuerySessionInformationA function https://docs.microsoft.com/en-us/windows/win32/api/wtsapi32/nf-wtsapi32-wtsquerysessioninformationa
by Jimmy
Wed Dec 22, 2021 1:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the current process
Replies: 8
Views: 1036

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

... size erp.prg(246): warning C4312: 'type cast': conversion from 'long' to 'MYSQL *' of greater size erp.prg(272): error C3861: 'hb_parnlll': identifier not found erp.prg(280): warning C4311: 'type cast': pointer truncation from 'MYSQL_RES *' to 'long' erp.prg(280): warning C4302: 'type cast': ...
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: 6521

Re: Funciones C en Harbour

... to a buffer that contains the path of the AVI file or the name of an AVI resource. Alternatively, this parameter can consist of the AVI resource identifier in the LOWORD and zero in the HIWORD. To create this value, use the MAKEINTRESOURCE macro. The control loads an AVI resource from the module ...
by carlos vargas
Mon Feb 08, 2021 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones C en Harbour
Replies: 19
Views: 2212
Next

Return to advanced search