Search found 1162 matches: names

Searched query: names

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

Re: Antonio... FiveTouch posts are gone?

... Dbfcdx

PROCEDURE Main
USE Customer VIA "DBFCDX"
INDEX ON Upper(LastName+FirstName) TAG NAME TO Cust01
INDEX ON Upper(LastName+FirstName) TAG NAMESET TO Cust01t CUSTOM

// relative navigation with non-custom index
OrdSetFocus( "NAME" )
GO TOP
FOR i:=1 TO 5
OrdKeyAdd( "NAMESET" )
SKIP ...
by Antonio Linares
Fri Jan 24, 2025 10:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4827

Re: Using new Class TDeepSeek for documenting

... T. ) // Generates PRG code using dialog units.
content_copy
download
Use code with caution.
Harbour

11. SetRDD( lAddColumns, lAutoOrder, aFldNames, aRows )

Description: Sets the data source to an RDD (e.g., DBF database).

Parameters:

lAddColumns: LOGICAL - .T. to automatically add columns ...
by Antonio Linares
Fri Jan 17, 2025 11:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4827

Re: Using new Class TDeepSeek for documenting

... updating the checkbox state, and generating code for the checkbox.

#### Class Data (CLASSDATA)
- **`aProperties`**: An array of property names that define the attributes of the `TCheckBox` class. These properties include:
- `lChecked`: Indicates whether the checkbox is checked ...
by Otto
Mon Jan 06, 2025 9:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI vision API from FWH
Replies: 10
Views: 8801

Re: OpenAI vision API from FWH

... user-friendly interface, e.g., in a FIVEWIN application.

**Additional Features:**
- **Keyword Detection:** Highlighting important terms such as names, reservation dates, or invoice inquiries.
- **Categorization:** Sorting emails by topics (e.g., bookings, complaints, inquiries).

Best regards ...
by nageswaragunupudi
Thu Nov 21, 2024 11:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql recover values usaing field names
Replies: 3
Views: 1268

Re: Mysql recover values usaing field names

for modifying and editing you can use:

Code: Select all | Expand

oRs:descript := cNewValue
oRs:fetcha := date()
// .....
oRs:Save()
by PAUL SIMM
Thu Nov 21, 2024 9:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql recover values usaing field names
Replies: 3
Views: 1268

Re: Mysql recover values usaing field names

I found oRs:DESCRIP Works
by nageswaragunupudi
Mon Nov 18, 2024 7:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql recover values usaing field names
Replies: 3
Views: 1268

Re: Mysql recover values usaing field names

Code: Select all | Expand

? oRs:FieldGet( 5 )  // works
? oRs:DESCRIP  // works. Case not sensitive
? oRs:Fields( "DESCRIP" ):Value // works. Ado syntax compatible
 
by PAUL SIMM
Mon Nov 18, 2024 6:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql recover values usaing field names
Replies: 3
Views: 1268

Mysql recover values usaing field names

How can I recover values from a SELECT using the field name and not its position in th array?

oCn :=maria_Connect( cHost,cUser,cDb,cPwd )

IF oCn=NIL
msgwait("Error conectando con eventos en la nube","")
return nil
ENDIF

cQwery:="SELECT * FROM proforma"
oRs := oCn:RowSet( cQwery)
MSGINFO ...
by Otto
Fri Nov 15, 2024 9:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 10476

Re: cloud or not cloud

... maritalStatus = ['T' => 0, 'F' => 0];

// Loop through each record
for ($i = 1; $i <= $totalRecords; $i++) {
$record = php4dbf_get_record_with_names($dbfHandle, $i);
if (!$record) {
continue; // Skip if the record is invalid
}

// Age Statistics
$age = isset($record['AGE']) ? (int)$record ...
by nageswaragunupudi
Fri Nov 15, 2024 2:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse(autosort) + tdolphin - erro
Replies: 6
Views: 1483

Re: xbrowse(autosort) + tdolphin - erro

... SELECT *... see the error log

There is NO problem with XBrowse.
XBroswe does not make any SELECT queries.
XBrowse simply calls
oYourDolpinQry:SetOrder( cFieldName )
Your error is occurring inside Dolphin Qry's SetOrder method.
The problem must be with the names you used to prepare your query.
by Enrico Maria Giordano
Thu Nov 07, 2024 8:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 2850

Re: Copy file by mask

Seeking guidance from Experts.
I created files, with names encoded with different codepages like this using Harbour. (not xHarbour)
function NatCreate()

local aFiles := { "Own", Chr(196)+Chr(197)+Chr(198), Chr(196)+Chr(197)+Chr(198), ;
CHR(208)+CHR(221)+CHR(222), HEXTOSTR( "E0B0AEE0B0A8E0B0B5 ...
by Natter
Thu Nov 07, 2024 8:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 2850

Re: Copy file by mask

Such a feature has emerged. Functions like filecopy() work fine if there is no '*' character in the file name.
CMD copy and xcopy allow you to copy files with the '*' symbol in the name, but only if all folder names in the path to the file are in Latin
by nageswaragunupudi
Thu Nov 07, 2024 4:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 2850

Re: Copy file by mask

Seeking guidance from Experts.
I created files, with names encoded with different codepages like this using Harbour. (not xHarbour)
function NatCreate()

local aFiles := { "Own", Chr(196)+Chr(197)+Chr(198), Chr(196)+Chr(197)+Chr(198), ;
CHR(208)+CHR(221)+CHR(222), HEXTOSTR( "E0B0AEE0B0A8E0B0B5 ...
by nageswaragunupudi
Sun Nov 03, 2024 4:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 2850

Re: Copy file by mask

It does not matter whatever codepage the file names are encoded or the contents of the file are encoded.

Here is a sample to copy files matching the mast "My*File.txt" contained in the source folder "c:\natfiles\src\" into the destination folder "c:\natfiles\dst\" folder.

This is directory of c ...
by TOTOVIOTTI
Tue Oct 15, 2024 12:11 pm
Forum: FiveWin para Harbour/xHarbour
Topic: maria_Connect (to Mr.Nages)
Replies: 5
Views: 833

maria_Connect (to Mr.Nages)

... big_selects=1")
MsgStop('Error al intentar establecer sql_big_selects=1','Error')
oBase:End()
ENDIF
IF !oBase:Execute("set @lower_case_table_names=1")
MsgStop('Error al intentar establecer set @lower_case_table_names=1','Error')
oBase:End()
ENDIF
IF !oBase:Execute("SET lc_time_names = 'es ...