Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Translations
Message
 
To
14/08/2008 02:16:23
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01336263
Message ID:
01338780
Views:
19
Hi Agnes,

>What the heck is this?
>================
>Control arrays
ox = NewObject("myForm")
ox.Show(1)
Define Class myForm as Form
	Dimension cmd[2]
	Add Object cmd[1] as Textbox
	Add Object cmd[2] as Commandbutton with Left = 100
EndDefine 
There's a lot of fun with these guys. For instance, these controls have all the same value in Name.

>semicolon operator in reports

In a report the expression "field1;field2" is the same as field1+IIF(Empty(Field2),"",Chr(13)+Chr(10))+Field2.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform