Is someone using parentheses "(" ")" in the index key definition ?
If so:
-
What RDD are you using ?
-
What is your index key ?
-
Are you using Harbour or xharbour ?
thanks ![]()
Is someone using parentheses "(" ")" in the index key definition ?
If so:
What RDD are you using ?
What is your index key ?
Are you using Harbour or xharbour ?
thanks ![]()
Yes, I do it for many years. I use DBFNTX and xHarbour.
Here an example
aKey := {"Kunde+Konto+DTOS(Datum)+STR(Nummer)" ,; "1"
"DTOS(Datum)+STR(Nummer)" ,; // "2"
"Konto+DTOS(Datum)+STR(Nummer)" ,; // "3"
"STR(Nummer,6,0)+DTOS(Datum)" ,; // "4"
"PADR(UPPER(TRIM(Text1)+TRIM(Text2)),50,' ')",; // "5"
"STR(ABS(Soll+Haben),12,2)" ,; // "6"
"Kunde_2+Konto+DTOS(Datum)+STR(Nummer)" ,; // "7"
"IIF(EMPTY(Haben),Konto+Gegenkonto,Gegenkonto+Konto)"} // "8"
Antonio Linares wrote:Is someone using parentheses "(" ")" in the index key definition ?
Antonio Linares wrote:If so:
1. What RDD are you using ?
Antonio Linares wrote:2. What is your index key ?
Antonio Linares wrote:3. Are you using Harbour or xharbour ?
Antonio Linares wrote:Is someone using parentheses "(" ")" in the index key definition ?
If so:
1. What RDD are you using ?
2. What is your index key ?
3. Are you using Harbour or xharbour ?
thanks
Enrico,
If you are using parentheses then yes, please (just some of them) ![]()
Antonio Linares wrote:Enrico,
If you are using parentheses then yes, please (just some of them)
Yes, I am using parantheses in index key definitions.
Regards,
Michel D.
Genk (Belgium)
I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773
Many thanks to all of you for your great feedback ![]()
Stefano