Search found 132 matches: identifier

Return to advanced search

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: 178

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: 628

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: 1659

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: 5786

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: 6866

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: 2555

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: 867

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: 778

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: 713

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: 814

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: 4079

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: 1645

Re: MariaDB with latin5_turkish_ci collation

... http://www.objekt.com.tr/fwh_test/02-iso8859-9.jpeg In selected line says Language identifier is TRISO. My Main app. http://www.objekt.com.tr/fwh_test/03-MyMainPrg.jpeg ? HB_CDPSELECT() Result is TRISO. ...
by Horizon
Mon Jun 01, 2020 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4267

Re: "PROBLEMILLA" CON TCBROWSE FWH

... Dialog. For example something like this: 'On change indexord()' msginfo("Active index is "+str(indexord())). My problem is I don't know identifier when user is clicking on header with Xbrowse Thank you
by pacotre
Sun May 24, 2020 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "PROBLEMILLA" CON TCBROWSE FWH
Replies: 20
Views: 2189

Re: mod harbour session js session object

Massimo,

The PRG code runs on the server, so whatever you may want to save as a session identifier, it will be saved on the server.

You could store the "session" id info in a file, inside a DBF, on a SQL table, etc, but always on the remote server if PRG is being used for it
by Antonio Linares
Wed Aug 07, 2019 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour session js session object
Replies: 20
Views: 2177
Next

Return to advanced search