NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: oggy on February 23, 2011, 05:37:55 AM
-
I tought this is simple task: getting values from all field populated in some browse... but...
I have browse with fields: Field1, Fields2....
How to get values from this fields: p_web.GetValue('Fields1) don't give me anything...
With p_web.GetValue('value') I got value, but how to get other fields values?
Nettalk
Regards, Ozren, 4.53
-
You get the value of your unique identifier and then do a fetch on that record.
-
Yes, that will do the work, but I have a key with five components, how to fetch records with only one components set?
-
NetTalk 4 doesn't support multi-component key fields on a browse.
NetTalk 5 has some limited support for it, but it's not released as "official" yet.
Your best option is to add a unique field to the table, and use that as your browse key.
Cheers
Bruce