-
THANKS VERY MUCH!
Tamar E. Granor <> wrote:
>On 24 Feb 2003 06:15:35 -0800, "walkinrain" <zhujiang@walkinrain.com>
>wrote:
>
>>By the way, how to transfer a var. from a form to a object?
>
>Use form properties instead of local variables.
>
>>**********************
>>*In the "Load event" of root form
>>**********************
>>
>>private mysys,mancount
>>dime mysys(2,3)
>>..
>>mysys(2,1)=1
>>mancount=100
>
>Instead of this, add mysys and mancount as form-level properties and
>the code becomes:
>
>DIMENSION This.MySys(2,3)
>
>This.MySys(2,1) = 1
>This.ManCount = 100
>
>
>>**********************
>>* In the "refresh method" of grid1 in root form
>>**********************
>>..
>>this.columncount=mancount
>>...
>
>This.ColumnCount = This.ManCount
>
>Tamar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks