My table has foreign keys to reference tables. For example... Primary table has pkid, fk_refid, etc... fields
Ref table has pkid, description fields Ref.pkid will be stored in primary.fk_refid User needs to be able to manually enter a value for description vs just lookups from grid or other list. I need to verify that description is a valid selection and then store ref.pkid into primary.fk_refid. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul McNett Sent: Monday, April 16, 2007 1:11 PM To: Dabo Users list Subject: Re: [dabo-users] Virtualfields [EMAIL PROTECTED] wrote: > I want to have the bizobj test and /or validate data entered by the user > that is not actually a field in the bizobj table. Where is it a field then, if not in this bizobj? > I am currently > accomplishing this by selecting existing fields by using the ... > > addField('field','tmp_fieldname') > > statement and setting them to noupdate. You are selecting a field from somewhere... > Is this the only way to do this or can I use the VirtualFields property? If > so, is there and example somewhere? I'm confused about what you are doing. Can you give a real-world example? -- pkm ~ http://paulmcnett.com [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/!&[EMAIL PROTECTED]
