UA Developer: Clarion FAQ
Contact
Help
Open questions
Ask question
Add content
Advanced search
Navigation
Home
Show all categories
Controls
Data
Data Types
Embeds
Errors
Functions
IDE
OLE/COM
Reports
Templates
Tools
Windows
Windows API
Instant Response
Sitemap
Search
Change language
Arabic
Basque
Brazilian Portuguese
Chinese (Simplified)
Chinese (Traditional)
Czech
Danish
Dutch
English
Finnish
French
German
Greek
Hebrew
Hungarian
Indonesian
Italian
Japanese
Korean
Latvian
Norwegian Bokmål
Persian
Polish
Portuguese
Romanian
Russian
Serbian
Slovenian
Spanish
Swedish
Thai
Turkish
Vietnamese
Welsh
Username:
Password:
0 Users online :: 0 Guests and 0 Registered
Sponsors
TOP 10
1518 views:
How to get unique identifier GUID?
1421 views:
How to construct a complicated filter for database?
1360 views:
How to call WinAPI functions from Clarion applications?
1232 views:
How to run application that will not be displayed ...
1153 views:
How to define IP address of computer?
1084 views:
How to know if user leave the application?
1022 views:
Is there the documentation for writing of templates?
1006 views:
How to get the number of the currently printed ...
986 views:
How correctly to return QUEUE from function and work ...
984 views:
Is it possible to create number arrays dynamically via ...
The five questions posted most recently:
How to know the equate name of the control ...
(2007-10-18 16:18)
How to run application that will not be displayed ...
(2007-07-17 11:32)
How to define IP address of computer?
(2007-07-17 11:11)
How to call WinAPI functions from Clarion applications?
(2007-07-17 11:03)
How to get unique identifier GUID?
(2007-07-17 10:59)
C
C
D
H
I
T
W
Can a List Box have a variable as the List Box Header?
No. But you can change them dynamically: ?List1{PropList:Header, 1} = 'Title1' ?List1{PropList:Header, 2} = 'Title2' ...