` Report controls - dynamically creating (Maarten Veenstra ) - Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Icetips Article

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: Report controls - dynamically creating
1998-05-05 -- Maarten Veenstra
 
Every control must have a unique number (on reports, also remember to ensure that the Target is set to the report). Initialize your number to a number higher than can be already used in your report, say 100. CurrControl = 100 Loop index# = 1 to 5 CurrControl += 1 Create(CurrControl,create:string,?PageHeader) SetPosition(CurrControl,100,100+(50*Index#)) CurrControl{Prop:Text} = 'some text' UNHIDE(CurrControl) End


Today is April 20, 2024, 6:45 am
This article has been viewed 35111 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: