Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple controls in grid column
Message
From
25/01/2005 18:19:48
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00974506
Message ID:
00980598
Views:
44
another quick reply:
you can use the datasource in controls programatically by entering some code like object.datasource=valfield(someparameter)

procedure valfield
lparameters someparameter
local retorno
select sometable
set order to index1
seek someparameter
if found()
retorno=somefieldreturn
else
retorno="not found"
endif
return retorno

hope this helps
John Harold Belalcázar Lozano
Associate Director Of Development
http://www.belvicto.co/
jhbelalc@gmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform