![]() |
Sergey Kornilov admin 12/30/2009 |
Snippet won't work for this purpose. You need to set 'View as' type of one of fields to 'Custom' to access field values via rs("fieldname") |
D
|
danivale author 1/6/2010 |
Wow!! Thank you very much Snippet won't work for this purpose. You need to set 'View as' type of one of fields to 'Custom' to access field values via rs("fieldname") You might need to modify SQL query in order to add a new field: select ID, Name, Description, 0 as Cost from ... Then set 'View as' type of 'Cost' field to 'Custom' and put your code there. More info: http://www.xlinesoft.com/asprunnerpro/docs/_view_as__settings_custom.htm |