Custom Mime-Types & ERAttachment

2015-06-09 Thread Kevin Hinkson
Hi all, I was wondering if there was a way to specify the mime-type icons for any custom mime-types added to the ERAttachment list. Eg: I’ve added the following but there is no recognized icon for them: #Mime Types er.attachment.additionalMimeTypes=application/vnd.ms-excel,application/vnd.openx

Re: Virtual Column equivalent in EOModel ?

2015-06-09 Thread Hugi Thordarson
Hi Thomas. If you don’t use the attribute for locking, EOF won't use it when locating the row for an update/delete. To disable locking on the attribute click the button with the little lock on it in the attribute’s settings. - hugi > On 9. jún. 2015, at 10:57, Thomas LATTER wrote: > > > Hi,

Virtual Column equivalent in EOModel ?

2015-06-09 Thread Thomas LATTER
Hi, In one of my Oracle tables I've got a virtual column. In my EOModel I had to set this field as Read-Only in order to do an Insert in this table. Otherwise the generated SQL included this field and an Oracle error occured. My problem now is to edit/update a row in this table because even with