createVarCharField crash

jda jda at his.com
Wed Nov 17 07:25:04 CST 2004


>
>    fld = 
>myDatabase.myReferences.createVarCharField("authorEditorSortMethod", 
>2000, "en_US", EVFlag.fNone, "IFNULL(authors), authors, 
>(IFNULL(editors),editors,title)")

Final followup: on closer inspection, that syntax is incorrect. Using this

      IFNULL(authors, IFNULL(editors,title))

doesn't cause a crash. I think this is now correct.

Jon



More information about the Valentina-beta mailing list