From: Madoc T. <ma...@rt...> - 2004-09-06 23:11:40
|
what I am trying to do is add a "refresh" option, which will grab the correct values of the current records, w/ link and linked fields. I want to be able to change an imported database to create links, and newly created linked values. Lets say I initially have two databases: SID LAST FIRST SID TIMEIN TIMEOUT now I import those in and create a pdb. Now I change SID to type link. I then add Last to the 2nd database as a LINKED type. When I am done, the "Last" part doesn't show up. I'm pretty sure it's part of the programming that it just doesn't show up. When I click to edit a row of the 2nd database, I can see the correct values. It then asks me if I want to save. So I know somewhere in the coding does this refreshing of a record to get the correct values, but I cant seem to pinpoint it. If someone knows where in the code it does a view/grab of a row, a way to confirm a save, and a way to run through an entire database to get every row, I'd greatly appreciate that insight. Thanks Madoc |