[Lazarus] Auto accel. keys on tabs in Qt5

2018-10-31 Thread Vojtěch Čihák via Lazarus
Hi,   I noticed that Qt5 automatically adds accerelator keys to TabSheets of PageControl, i.e. _TabSheet1, T_abSheet2, Ta_bSheet3 etc. which allows switching tab by Alt+T/A/B.   Is possible to disable this feature? The reason is that I have complex form and it creates duplicite shortcut Alt+C fo

[Lazarus] Loading an image to a mysql blob

2018-10-31 Thread Terry A. Haimann via Lazarus
I tried loading an image into a Medium Blob.  The image uploads and shows up on my form, but when I click post on my DbNavigator the program gives me an access violation. Here is the source code: procedure TPropertyForm.ImgButClick(Sender: TObject); Var   MyImageFile, MyDir: