Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with ATAGINFO
Message
From
12/07/2002 04:48:21
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
12/07/2002 04:04:54
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00677871
Message ID:
00677888
Views:
26
Hi Cetin,

thank you, that will solve the problem perfectely.

This seems to be one of the more hidden functions in helpfile (Now I found exaclty 3 links to it).

I will think about to place something in the "Help" section about it.

Agnes

>>Hi All,
>>
>>I have a little Problem with the result of ATAGINFO()
>>
>>The column 5 of the array from ATAGINFO() holds an information about sorting direction. On a very crule day somebody decided to LOCALIZE this. So if I run a german version I get "AUFSTEIGEND" instead of "ASCENDING".
>>
>>
>>My problem is, that I do not know under which language the Program runs, so I have to check for every possible translation.
>>
>>PLEASE send me the string for ASCENDING and DESCENDING in each other language then german and english.
>>
>>TIA
>>
>>Agnes
>
>Agnes,
>Fortunately you don't need to know translations :)
>
>
>lnTags = ataginfo(arrTags)
>for ix=1 to lnTags
>  arrTags[ix,5] = !descending(ix) && Replace 'ASCENDING' with .T.
>endfor
>
Cetin
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Reply
Map
View

Click here to load this message in the networking platform