Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Translations
Message
 
À
14/08/2008 02:16:23
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01336263
Message ID:
01338780
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform