I have a page with two canvas sections on it.
1st section is egg data
2nd section is weights for the egg
On 2nd section I have a treegrid control which is populate by the sql statement:
select tweight,nweight,nperlossatpip,lnotes,calive,ldrill ed,nveingrowth,cpk_deggweight from deggweight where deggweight.cfk_degg = "{degg.cpk_degg}"
When I move through rows on the treegrid I need the the egg weight page to show the data for that entry.
The sql statement contains the PK for the weight entry so I assume I need to get that and set it somewhere so that the egg weight section refreshes to show the weight entry.
Just can't figure out how to get the PK from the Treegrid control and where to set it to get the record in the weight section to got that record.
I've looked at the examples, but most are done with nocode and I can't figure out how to do this.
Bookmarks