Sw4   >   About   >   Version 2010-07-16
This is a minor release with various bug fixes and minor enhancements.
To update to this new release:
oDBSessionMethods_base/$reconnectSession_IPAddrChanged (2010-07-14 Josh L.)
Replaced the OK Message with a logAction to the error handler so it won't pop up on the Webserver version of Omnis Studio.
oMetaDataSchemaClass_Model/$:hasdefaultwininsts (2010-06-29 Josh L.)
Method added to support deleting default window instances.
oMetaDataSchemaClass_Model/$:hasdefaultwininsts.$assign (2010-06-29 Josh L.)
Method added to support deleting default window instances.
oMetaDataSchemaClass_Model/update_lookupstartchar (2010-07-13 Josh L.)
Let the developer choose when to use contains and at what point the lookup character starts. I also changed the default start lookup char to 2 so the defaults should work with all databases.
oMetaDataSchemaClass_Model/update_lookupstartchar (2010-07-13 Josh L.)
Added an end if at the end of the block of end ifs to line up the code properly.
oTableClassMethods_base/$selectCustom (2010-07-08 Josh L. as per Andy H.)
Added the fixsqltext_like to change like to ilike in PostgreSQL.
wEdit_abstract/$newRecordCopy (2010-07-13 Josh L.)
Moved $setDefaults to before assigning the columns to the new line. Also got the columnslist for the schema and found all columns with a default value of [refscounter] and removed them from the lists cols list. Then assigned the remaining columns from the row to the list. The code assigning foreign keys is no longer necessary.
wHeadedList_autoconfig/setListProperties (2010-07-08 Josh L. as per Andy H.)
Assign the translated values to the columns list fields.
wLookupList/setSize (2010-07-13 Josh L.)
Add a generic whatever has been calculated for the column name as the column name for non-translatable column names.
wLookupList/setSize (2010-07-13 Josh L.)
Try to calculate the actual column name even if it's buried inside a calculation
wSearchbar_abstract/$initialize (2010-07-13 Josh L.)
don't sort by label, the list is already sorted by order of the columns in the schema/query class.
oRefs/$retLookupList (2010-07-09 Josh L. as per Andy H.)
Add the RefsSortOrder column to the Return List so it will sort properly.