Hi,
Firstly I'd like to say how much I like ASPRunner, and that if a few issues are sorted out then I would be prepared to buy it.
I have not tested V2.2 extensively yet but after one build these are the problems I have found.
1.If there are any field names that are numerical (not field types) in the table schema, these fields do not appear on the edit screen.
I have got round this by adding a check into the AddWrappers Function as follows
if isnumeric(strName) or(InStr(strName, " ")>0 or InStr(strName, "-")>0 or InStr(strName, "/")>0) and Left(strName,1)<>strLeftWrapper then
2.Fields formatted as Time within ASPRunner appear correctly on the list page but includes the date on the edit page.
3. And this is the biggest problem and has been mentioned before by dondraper on 04/06 - (ive copied his text below)
"Why do I have to choose a key field for editing to get it to appear on an "add" form? During edit, the primary key should not be edited so should not this be saved in a hidden field? Currently, one must make a primary key field editable during an "edit" just to get it to appear in an "add" form where it is a must. "
Many Thanks
Simon White