Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create and add checkbox ......
Message
From
26/10/2005 12:53:04
 
 
To
26/10/2005 12:45:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01062271
Message ID:
01062275
Views:
12
>HI,
>
>I have un pageframe and I would want to create and add to it an Checkbox and a text box by program
>
>
>regards
with thisform.PageFrame1.Pages(1)
  = .AddObject('Checkbox1', 'CheckBox')
  =.Checkbox1.Move(10, 20)
  .Checkbox1.Visible = .T.

  = .AddObject('TextBox1', 'TextBox')
  =.TextBox1.Move(10, 100)
  .TextBox1.Visible = .T.
endwith
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform