Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
From
12/04/2006 10:14:51
 
 
To
12/04/2006 07:17:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Grid
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01112819
Message ID:
01112887
Views:
11
I think to create the effect that you want, you need to create a class based on a container. The container should have two text boxes added side-by-side. You then need to have logic in the Resize() event of the container to resize the text boxes as appropriate. Then add this custom container class to the column that you want to be multi-columned and set the currentcontrol source to the container. In the resize of the column, handle the resize of the container. You will need to add the sources then to the textboxes in the container.
Previous
Reply
Map
View

Click here to load this message in the networking platform