Running AspRunner 6.0 Build 766.
I can't seem to figure out how to us a field value in another column using asp code snippet on a list page.
Here's what I'm trying to do:
I have a table named "Orgs" with a field named "OrgNumber".
I have a column "orgnumber" on a list page. In design view, I've created a column after this column in which I want to display descriptions.
The description information is coming from a data source outside of the database i'm using in the asprunner project. I have code that works for this purpose if I can provide the org number.
The problem is I do not know how to reference the "Org" field in the asp code snippet. I've tried rs("OrgNumber"), dict("OrgNumber"), dal.Orgs.Value("OrgNumber"). None of these work.
I am able to get the data in an "after record processed" event using rs("OrgNumber"), but if I write the data to the page with response.write, the data shows all across the top of the page rather than within the table.
I suspect that this is a simple thing to do, but I'm at a bit of a loss with the changes between version 5.2 and 6.0.
Thanks,
Eric