Re: [libreoffice-users] Re: Error messge interpretation...

2018-07-25 Thread Robert Großkopf
Hi Michael,

> Wow! Where'd you find that referenced?

Have written this down in German Base-Handbuch, but it isn't translated
yet to English.
Have also found it here:
https://wiki.documentfoundation.org/Faq/Base/004

Regards

Robert
-- 
Homepage: http://robert.familiegrosskopf.de
LibreOffice Community: http://robert.familiegrosskopf.de/map_3


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Re: Error messge interpretation...

2018-07-25 Thread Michael Tiernan
Wow! Where'd you find that referenced?

Yes, that fixed the fundamental problem allowing the form to work.

Thank you so very much!

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Re: Error messge interpretation...

2018-07-25 Thread Robert Großkopf
Hi Michael,

> Here's the SQL statement (reformatted) I got in the trace of the ODBC
> library call:
> SELECT
>   "SystemModels"."SystemModel" AS "SystemModel",
>   "SystemModels"."SystemMfg" AS "SystemMfg",
>   "SystemModels"."SystemMfgName" AS "SystemMfgName"
> FROM
>   "SystemModels" "SystemModels"
> WHERE
>   ( "SystemModels"."SystemModel" =:link_from_SystemModel )
> 
> That last line has the problem. :(

Could be there are Problems with named parameter.
Open The *.odb-file.
Go to Edit → Database → Advanced Settings
Choose "Replaced named poarametr with '?'"

Hope you find "named parameter" there. The menue is different for
different connections.

Regards

Robert
-- 
Homepage: http://robert.familiegrosskopf.de
LibreOffice Community: http://robert.familiegrosskopf.de/map_3


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy