Problem with BLOB-Field an Filename

Hallo,

in a simply form (where I cannot change the SQL-statement) I have two fields
document (a BLOB-Filed)
document_name (VARCHAR (40) the field contains the name of the document in BLOB-File)

Unfortunately SC uses the field document_name itself during compilation and creating php-code,
so I get the error

Fatal error: Cannot redeclare sc_schueler_document_edit_apl::$document_name in C:Program Files (x86)NetMakev5wwwrootscriptcaseappSVSBsc_schueler_document_editsc_schueler_document_edit_apl.php on line 46

Is there a workaround ? I don’t want to use views and if possible NOT change my database structure.

Best regards
Uwe Pfeiffer

Re: Problem with BLOB-Field an Filename

I have not used the dictionary, but it may allow you to re-map the field?

Regards,
Scott.

Re: Problem with BLOB-Field an Filename

@Pfeiffer same problem too!!