Search found 459 matches: unique

Searched query: unique

by Otto
Sat Jan 25, 2025 6:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 15
Views: 34064

Re: Antonio... FiveTouch posts are gone?

... if not existing
IF lisdir(cFieldSubdir) = .f.
lmkdir(cFieldSubdir)
ENDIF
nCount += 1
cTempMatchcode := alltrim(str(recno())) + "-" + ShortUniqueIDNUM() + ALLTRIM( STR(nCount) )
MEMOWRIT(cFieldSubdir + "\" + cTempMatchcode + ".txt", fieldGet(nField), .F. )
aFeld[nField] := cTempMatchcode ...
by Antonio Linares
Sat Jan 18, 2025 10:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4829

Re: Using new Class TDeepSeek for documenting

... uOriginalValue`**: The original value of the control (read-only).

#### **Class Variables**
- **`nInitID`**: Static numeric value used to generate unique control IDs.
- **`nPoint`**: Static numeric value used for mouse position tracking.
- **`aDots`**: Static array storing the dots used for resizing ...
by Antonio Linares
Fri Jan 17, 2025 11:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4829

Re: Using new Class TDeepSeek for documenting

... TControl`, which suggests it is a visual component that can be rendered on the screen.

---

### **DATA Members**

1. **`nID` (NUMERIC)**
A unique identifier for each instance of `TCalInfo`. It is auto-incremented using the `GetNewId()` method.

2. **`Cargo`**
A generic data holder that can ...
by karinha
Fri Jan 17, 2025 3:03 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en los operadores fwh2409 xharbour 64 bits (solucionado)
Replies: 20
Views: 2198

Re: Bug en los operadores fw2409 64 bits

... HH:MM:SS"
SET EPOCH TO YEAR( DATE() ) - 30
SET SOFTSEEK OFF
SET WRAP ON
SETCANCEL( .F. )
SET CONFIRM ON
SET DELETED ON
SET _3DLOOK ON
SET UNIQUE OFF
SET ESCAPE OFF
SET EXACT ON // CONTROLA O :=, = e ==
SET EXCLUSIVE OFF
SET MULTIPLE OFF
SET OPTIMIZE ON

DEFINE DIALOG oDlg TITLE "TGet ...
by karinha
Thu Jan 16, 2025 4:38 pm
Forum: FiveWin para Harbour/xHarbour
Topic: HBMK2 - Barra de estado y barra principal mas pequenas
Replies: 13
Views: 12829

Re: HBMK2 - Barra de estado y barra principal mas pequenas

... HH:MM:SS"
SET EPOCH TO YEAR( DATE() ) - 30
SET SOFTSEEK OFF
SET WRAP ON
SETCANCEL( .F. )
SET CONFIRM ON
SET DELETED ON
SET _3DLOOK ON
SET UNIQUE OFF
SET ESCAPE OFF
SET EXACT ON // CONTROLA O :=, = e ==
SET EXCLUSIVE OFF
SET MULTIPLE OFF
SET OPTIMIZE ON

// No cargar la aplicacion dos ...
by Antonio Linares
Mon Nov 18, 2024 6:08 am
Forum: Off Topic / Otros temas
Topic: Chris Langan Vision of Reality
Replies: 0
Views: 3726

Chris Langan Vision of Reality

... reality furthermore the
ctmu redefines identity you are not
merely a distinct individual you are a
fragment of the universe's
self-awareness a unique expression
within a vast cognitive
Matrix understanding this can liberate
you from the confines of individual ego
allowing you to recognize your ...
by Marc Venken
Thu Oct 31, 2024 9:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 1871

RDS (Remote Desktop) and FW programming

... it fast.

However at moments we create tmp files or tmp indexes (most local in a peer to peer) , i'm not sure where they go. If more users are working and create a tmp file, it could happen that they use the same file ?
Do I have to make unique tmp files on the server itself ?

Any advice is welcome
by Horizon
Mon Oct 21, 2024 1:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 97
Views: 14912

Re: New FWH 24.09

Hi Mr. Rao,

? GetOEMCP(), GetACP()

Türkiye:
854, 1254
Thanks.
1) Please once again give me 3 or 4 unique to Turkish characters both their OEM asc values and corresponding ANSI asc values.

2) Can you please check again? Is it 854 or 857 ?
Please see this webpage:
https://learn.microsoft.com/en ...
by nageswaragunupudi
Mon Oct 21, 2024 9:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 97
Views: 14912

Re: New FWH 24.09

Hi Mr. Rao,

? GetOEMCP(), GetACP()

Türkiye:
854, 1254
Thanks.
1) Please once again give me 3 or 4 unique to Turkish characters both their OEM asc values and corresponding ANSI asc values.

2) Can you please check again? Is it 854 or 857 ?
Please see this webpage:
https://learn.microsoft.com/en ...
by Rick Lipkin
Thu Oct 17, 2024 8:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: creation dbf with
Replies: 5
Views: 971

Re: creation dbf with

Karinha

this creates a unique database name to be created below


DO WHILE .T.
SITEDBF := "TEMP"+(SUBSTR(TIME(),7,2)+SUBSTR(TIME(),4,2))+".DBF"
IF .not. FILE( xVol+"\DBTMP\"+SITEDBF )
EXIT
ENDIF
ENDDO


DBF_STRU := { } creates a blank array


these lines

create the array data structure

AADD ...
by JoséQuintas
Mon Sep 30, 2024 3:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 12780

Re: Browse of my ADO Class

... not found how to add coluns, do not know if it will works or not with codeblocks.

Trying to make any browse to works for a long time.

At momment unique work solution is on this post, XBROWSE using an array, bOnSkip, but need reload array all time, because other codeblocks fail, only bOnSkip can be ...
by JoséQuintas
Sun Sep 29, 2024 4:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 12780

Re: Browse of my ADO Class

... I do not pay attention to post too.
When a control is showed as the most powerfull control, seems to be the solution for all.
xbrowse is not the unique option, may be wbrowse, may be there are another options, and may be one of them have user codeblocks working.

what do you expect to LEARN within ...
by Otto
Fri Sep 27, 2024 12:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: FlowMarker System Documentation
Replies: 2
Views: 635

FlowMarker System Documentation

... 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 ...
by Marc Vanzegbroeck
Mon Sep 02, 2024 12:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for links in tables
Replies: 2
Views: 1011

Looking for links in tables

... input in an array
-Then look for all names connected to the names in that array add source and the link in an array if the same source+link+input dous not exist.
and so on till the are no more new names

So the result a list of all unique name+links+inputs

Is there a better (faster) way to do this?
by Otto
Tue Jul 30, 2024 7:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 3325

Re: DBF File Format - Considerations A Secure Option

... region using ASP and SQL.
You can still see the work on the Wayback Machine.
At that time, we had over 1,000 hotel customers and over 30,000 unique IPs per day.

During this time, I also converted all my software to VB6 and SQL - then to VB.NET. I also made the mobile version of STB with VB.NET ...