Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid object not found
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01194197
Message ID:
01194241
Vues:
8
The Grid.Init() coding is for setting up font size, color, etc.

RecordSource is not assigned in the design. Cursor is created prior to assignment of the recordsource. Form.Init() looks like this:
create cursor CurWhs1 (cWarehouse c(10), nonhand n(16, 4))
with Thisform.EgrdWhs
	.RecordSource = "CurWhs1"
	.GrcWarehouse.Text1.InputMask = replicate("!", 10)
	.GrcOnHand.ControlSource = "str(CurWhs1.nOnHand, 17, Icitem.nQtyDec)"
endwith
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform