This topic is locked

Basic question - referencing Field value

8/20/2007 10:35:44 AM
ASPRunnerPro General questions
B
Bryan author

This may seem like a very basic question, but I need to pass the value of a field to a vb script:fnShowVal(xxxxxxxx)"Click to Show Value</A>
My problem is that I don't know what to replace the xxxxxx with in order to pass the Matter Number Value. I think it was referenced by value.Matter_Number_Value in previous versions but this no longer seems to work.
Could someone please provide info on how field values can be referenced?
Many thanks,

Bryan

Sergey Kornilov admin 8/20/2007

Switch to HTML mode in Visual Editor and try the following:

fnShowVal({$row.1Matter_Number_value})
B
Bryan author 8/21/2007

Thanks Sergey.