Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo question
Message
From
20/06/2007 17:27:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Combo question
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01234596
Message ID:
01234596
Views:
54
I have the following code (simplified)
WITH .cboDefects
	.ControlSource = curItemData.defect_id
	.RowSource = 'curSecondDefects'
	.Refresh()
ENDWITH	
curSecondDefects structure is defect, id.
My expection was that combo will be showing a defect with id = curItemData.defect_id but it's not happening. Is it possible to get this working?

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform