[Lazarus] Importing PDF files into tImage

2017-04-08 Thread Larry Dalton via Lazarus
Is there a way to import scanned PDF files into an image and then edit it? Sent from my iPhone -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] Key scan codes

2017-05-28 Thread Larry Dalton via Lazarus
I need a function or procedure that will return the scan code for a keypress on both Linux systems and Windows, ie when the 'L' key is pressed it would return '$4C'. Sent from my iPhone -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://

Re: [Lazarus] Key scan codes

2017-05-29 Thread Larry Dalton via Lazarus
; > end; > > >> Am 28.05.2017 um 23:11 schrieb Larry Dalton via Lazarus: >> I need a function or procedure that will return the scan code for a keypress >> on both Linux systems and Windows, ie when the 'L

[Lazarus] linking error

2017-06-02 Thread Larry Dalton via Lazarus
I just did a new install on my laptop. I installed 1.6.4-0_amd64.deb, with fpc-src_3.0.0-151205_amd64.deb, and fpc_3.0.0-151205_amd64.deb. The operating system is linux mint 17-2 cinnamon. All the packages compile, but when I try to install them or compile an application, I get an 'Error: Error wh

Re: [Lazarus] linking error

2017-06-02 Thread Larry Dalton via Lazarus
Thanks Paul. Installed the package but still got same error. Next step? Sent from my iPhone > On Jun 2, 2017, at 21:14, Paul Breneman via Lazarus > wrote: > >> On 06/02/2017 07:15 PM, Larry Dalton via Lazarus wrote: >> I just did a new install on my laptop. I instal

Re: [Lazarus] linking error

2017-06-03 Thread Larry Dalton via Lazarus
How do I find out? Sent from my iPhone > On Jun 3, 2017, at 00:23, Mattias Gaertner via Lazarus > wrote: > > On Fri, 2 Jun 2017 22:38:35 -0500 > Larry Dalton via Lazarus wrote: > >> Thanks Paul. Installed the package but still got same error. Next step? > >

Re: [Lazarus] linking error

2017-06-03 Thread Larry Dalton via Lazarus
It is 2.24 Sent from my iPhone > On Jun 3, 2017, at 00:23, Mattias Gaertner via Lazarus > wrote: > > On Fri, 2 Jun 2017 22:38:35 -0500 > Larry Dalton via Lazarus wrote: > >> Thanks Paul. Installed the package but still got same error. Next step? > >

Re: [Lazarus] linking error

2017-06-03 Thread Larry Dalton via Lazarus
I am not a Linux expert. I have run Sudo apt-get update, then downloaded binutils 2.28. How do I replace the old version (2.24) with downloaded version (2.28)? Sent from my iPhone > On Jun 3, 2017, at 06:00, Alexey via Lazarus > wrote: > > Click Messages window, right-click, and call "Filter

Re: [Lazarus] linking error

2017-06-04 Thread Larry Dalton via Lazarus
I re-installed 1.6.2 with its fpc and fpc-arc and had no problems Sent from my iPhone > On Jun 4, 2017, at 04:36, Mattias Gaertner via Lazarus > wrote: > > On Sun, 4 Jun 2017 11:22:06 +0200 > Joe via Lazarus wrote: > >>> Am 03.06.2017 um 14:24 schrieb Mattias Gaertner via Lazarus: >>> I wil

[Lazarus] Apps for Android

2017-06-11 Thread Larry Dalton via Lazarus
Can apps to be run on Android be compiled on Linux! Sent from my iPhone -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] Pixels

2017-10-10 Thread Larry Dalton via Lazarus
I need a function to get pixels per inch in a Linux application. Sent from my iPhone -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] Not getting emails this week

2017-11-26 Thread Larry Dalton via Lazarus
Was there something I was supposed to do? Sent from my iPhone -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] Error code 5

2017-12-12 Thread Larry Dalton via Lazarus
I am getting an error code 5 when I try to compile an application: "can't create object file". This is at compile time. Sent from my iPhone -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Error code 5

2017-12-12 Thread Larry Dalton via Lazarus
Thanks! The re-boot cleared it. Sent from my iPhone > On Dec 12, 2017, at 16:41, Mattias Gaertner via Lazarus > wrote: > > On Tue, 12 Dec 2017 16:30:14 -0500 > Larry Dalton via Lazarus wrote: > >> I am getting an error code 5 when I try to compile an application:

[Lazarus] MySQL table won't update.

2018-04-09 Thread Larry Dalton via Lazarus
I am using the following: Linux Mint 17, MySQL 5.5, Lazarus 1.6.2 64 bit. Problem: MySQL Database BankOfAmerica, table Checking won't hold an update. I can update the data in the dbedits or in the dbgrid. When I press refresh button on BOAGator it pulls up the original data and eliminates any new

[Lazarus] error code "Can't load default MySQL library("libmysqlclient.so.20" or "libmysqlclient.so"). Check your installation.

2018-05-07 Thread Larry Dalton via Lazarus
computer=HP Desktop operating system Linux 17.2 Cinnamon 64 bit mysql-5.7.22-1 debian7 amd64 lazarus 1.8.2. help! how do I correct this? Larry Dalton -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazaru

[Lazarus] errno 13 permission denied

2018-05-12 Thread Larry Dalton via Lazarus
It am running lazarus 1.8.2 on linux 17.2, and trying to connect to mysql 5.7. I have a database named 'boa', with 5 columns, the first named 'mycheck'; I am using a TMySql57Connection, named boaconnection with the following settings: Databasename=boa; HostName=localhost KeepConnection=false Logi

Re: [Lazarus] errno 13 permission denied

2018-05-12 Thread Larry Dalton via Lazarus
I need to correct my original statement: the column name is 'checking', not 'mycheck' On Sat, May 12, 2018 at 1:28 PM, Larry Dalton wrote: > It am running lazarus 1.8.2 on linux 17.2, and trying to connect to mysql > 5.7. > I have a database named 'boa', with 5 columns, the first named 'mycheck

[Lazarus] fpc installation error

2018-05-21 Thread Larry Dalton via Lazarus
I have been trying to upgrade to Lazarus 1.8.2.-0_amd64.deb on two different computers and cannot get the fpc package installed. I have downloaded fpc_3.0.4-2_amd64.deb, fpc-src_3.0.4-2_amd64.deb, and lazarus-project_1.8.2-0_amd64.deb. The laptop has Linux Mint 18.2, and the desktop has Linux 17.2

[Lazarus] error code "Can't load default MySQL library("libmysqlclient.so.20" or "libmysqlclient.so"). Check your installation.

2018-05-24 Thread Larry Dalton via Lazarus
My application was compiled on lazarus 1.8.2, along with mysql 5.7, running on linux 17.2. I have verified that both libmysqlclient.so and libmysqlclient.so.20 are in the unit directory that holds the executable program. I still get the above error when trying to access the mysql database. --

[Lazarus] TMysql57Connection won't connect to localhost

2018-05-28 Thread Larry Dalton via Lazarus
I am running lazarus 1.8.2 on linux mnt 17.2. I am trying to access a mysql database that was installed with Bitnami. - Server: Localhost via UNIX socket - Server type: MySQL - Server connection: SSL is not being used [image: Documentation]

Re: [Lazarus] TMysql57Connection won't connect to localhost

2018-06-03 Thread Larry Dalton via Lazarus
The error message reads :Project MoneyProject raised exception class:'ESQLDatabaseError' with message:'CreateConnection:Server Connect Failed." On Wed, May 30, 2018 at 5:18 PM, larrydalton71 wrote: > Michael, am I missing an email? The only question I found was 'what was > the error message?'. T

[Lazarus] can't connect to Mysql database using TMysql57connection

2018-06-04 Thread Larry Dalton via Lazarus
error code Debugger Exception Notification Project Moneyproject raised exception class 'ESQLDatabaseError ' with message 'Server Connect Failed'. Lazarus version: lazarus-project_1.8.2-0_amd64.deb fpc_3.0.4-2_amd64.deb fpc-src_3.0.4-2_amd64.deb settings for TMysql57Connection named CreateConnec

Re: [Lazarus] can't connect to Mysql database using TMysql57connection

2018-06-05 Thread Larry Dalton via Lazarus
running mysql in terminal gets ERROR 1045 (28000): Access denied for user 'larry'@'localhost' (using password: NO) running mysql -u root Ricky2013 -D bankofamerica get ERROR 1698 (28000): Access denied for user 'root'@'localhost' apparently it is using a different password? or case? On Tue, Jun

[Lazarus] Can't access mysql tables in linux using lazarus

2018-06-24 Thread Larry Dalton via Lazarus
I have an application that uses mysql databases. It works perfectly in Windows, but not linux. Here is the problem: Mysql57Connection won't apply updates correctly in linux. Here are the details: 1. I am using linux 18.3 Cinnamon 64bit 2. I am running lazarus 1.8.2. 3. I am using Mysql 5.7 4. Some

[Lazarus] new installation.

2018-08-01 Thread Larry Dalton via Lazarus
I know I have had the solution to this problem the last time I did this installation, but I have lost the email. -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] new installation.

2018-08-01 Thread Larry Dalton via Lazarus
I know I have had the solution to this problem the last time I did a new installation, but I have lost the email. I just did a new linux 18.3 installation on a desktop. I then downloaded a new application of lazarus 1.8.2 debian and installed it. The next step was to install my current self-defin

Re: [Lazarus] new installation.

2018-08-01 Thread Larry Dalton via Lazarus
On Wed, Aug 1, 2018 at 3:23 PM, Larry Dalton wrote: > I know I have had the solution to this problem the last time I did this > installation, but I have lost the email. > -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-i

Re: [Lazarus] new installation.

2018-08-01 Thread Larry Dalton via Lazarus
Thanks, Juha. I had forgotten to include a spreadsheet that had alias for data files. Error code told me that. On Wed, Aug 1, 2018, 18:25 Juha Manninen via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Wed, Aug 1, 2018 at 10:36 PM Larry Dalton via Lazarus > wrote: > &g

[Lazarus] error

2020-01-21 Thread Larry Dalton via lazarus
Installing Lazarus 2.0.6 on Windows 7. When trying to run Install Pacages I get the following error: "C:\lazarus\ide\graphtype.pp" not found. How do I cure? -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/

[Lazarus] Mouse move and mouse click

2016-10-23 Thread Larry Dalton via Lazarus
I am trying to compile and use lazmouseandkeyinput.lpk on Linux Mint 17. I open and compile it with no problem, but when I add it to a project and try to build it I get a linking error. Sent from my iPhone -- ___ Lazarus mailing list Lazarus@lists.l

Re: [Lazarus] Mouse move and mouse click

2016-10-23 Thread Larry Dalton via Lazarus
On the .lpr page Exit code 256, Error: Error while linking Sent from my iPhone > On Oct 23, 2016, at 18:08, Special via Lazarus > wrote: > >> Am 24.10.2016 um 00:07 schrieb Larry Dalton via Lazarus: >> I am trying to compile and use lazmouseandkeyinput.lpk on Linux Mi

[Lazarus] TMouseinput mouse click.

2016-10-26 Thread Larry Dalton via Lazarus
I am running Lazarus 1.6 on Windows 7. I have one application where I need to move the mouse to a certain point on the screen and then do a mouseclick from the program. When I run the following procedure, procedure TMain_Form.Button1Click(Sender: TObject); var MousePos:Tpoint; MyMouse:TMouseInput

Re: [Lazarus] TMouseinput mouse click.

2016-10-27 Thread Larry Dalton via Lazarus
MouseInput.Move([], 200, 75); > MouseInput.Click(mbLeft,[], 200, 75); > end; > >> On Wed, Oct 26, 2016 at 6:40 PM, Larry Dalton via Lazarus >> wrote: >> I am running Lazarus 1.6 on Windows 7. I have one application where I need >> to move the mouse to

Re: [Lazarus] TMouseinput mouse click.

2016-10-27 Thread Larry Dalton via Lazarus
ender: TObject); > begin > MouseInput.Move([], 200, 75); > MouseInput.Click(mbLeft,[], 200, 75); > end; > >> On Wed, Oct 26, 2016 at 6:40 PM, Larry Dalton via Lazarus >> wrote: >> I am running Lazarus 1.6 on Windows 7. I have one application where I need

Re: [Lazarus] TMouseinput mouse click.

2016-10-28 Thread Larry Dalton via Lazarus
Everything is printing in lower case. How do I fix that? Sent from my iPhone On Oct 28, 2016, at 01:24, Balázs Székely via Lazarus wrote: >>> Is there a procedure to print a string at the cursor? > > uses MouseAndKeyInput, LCLType; > > procedure TForm1.Button1Click(Sender: TObject); > var >

[Lazarus] Linking error to lazarus components

2016-10-28 Thread Larry Dalton via Lazarus
I have an application that requires MouseAndKeyInput.lpk. I am using lazarus_1.6-0_amd64.deb, fpc-src_3.0.0-151205_amd64.deb, on Linux Cinnamon. I also am using it on Windows 7, and Windows 10. It works great on the Windows boxes, but when I try to compile it on the two Linux systems, I get the fo

Re: [Lazarus] Linking error to lazarus components

2016-10-29 Thread Larry Dalton via Lazarus
Thanks! It worked. Sent from my iPhone > On Oct 29, 2016, at 04:41, Mattias Gaertner via Lazarus > wrote: > > On Sat, 29 Oct 2016 00:07:00 -0500 > Larry Dalton via Lazarus wrote: > >> I have an application that requires MouseAndKeyInput.lpk. I am using >>

Re: [Lazarus] TMouseinput mouse click.

2016-10-29 Thread Larry Dalton via Lazarus
I can't get it to print an uppercase letter Sent from my iPhone On Oct 28, 2016, at 01:24, Balázs Székely via Lazarus wrote: >>> Is there a procedure to print a string at the cursor? > > uses MouseAndKeyInput, LCLType; > > procedure TForm1.Button1Click(Sender: TObject); > var > Str: String;

[Lazarus] VK_* problem.

2016-10-29 Thread Larry Dalton via Lazarus
I have an application that requires MouseAndKeyInput.lpk. I am using lazarus_1.6-0_amd64.deb, fpc-src_3.0.0-151205_amd64.deb, on Linux Cinnamon. I also am using it on Windows 7, and Windows 10. I need to print strings at a certain position on a webpage. I can't get it to print uppercase letters. He

Re: [Lazarus] VK_* problem.

2016-10-29 Thread Larry Dalton via Lazarus
I need to correct the previous email. The line 'The resulting string is 'al'' should not be there. On Sat, Oct 29, 2016 at 9:24 AM, Larry Dalton wrote: > I have an application that requires MouseAndKeyInput.lpk. I am using > lazarus_1.6-0_amd64.deb, fpc-src_3.0.0-151205_amd64.deb, on Linux > Cin

Re: [Lazarus] VK_* problem.

2016-10-29 Thread Larry Dalton via Lazarus
Thanks! Sent from my iPhone > On Oct 29, 2016, at 10:18, silvioprog via Lazarus > wrote: > >> On Sat, Oct 29, 2016 at 11:59 AM, Balázs Székely via Lazarus >> wrote: >> KeyInput.Down(VK_SHIFT); >> KeyInput.Press(VK_L); >> KeyInput.Up(VK_SHIFT); >> //... > > > It allows you to send s

Re: [Lazarus] TMouseinput mouse click.

2016-10-29 Thread Larry Dalton via Lazarus
); > KeyInput.Press(VK_T); > KeyInput.Unapply([ssShift]); > KeyInput.Press(VK_e); > KeyInput.Press(VK_s); > KeyInput.Press(VK_t); > > V. > ______________ >> Od: Larry Dalton via Lazarus >> Komu: Lazaru

[Lazarus] Open Office dbase

2016-11-13 Thread Larry Dalton via Lazarus
I have an application that creates dbase files and writes information to them. I now need a procedure that will open the newly filled table so that it can be manually edited and printed. Some of the users are on Linux and some on Windows 7 and later. A couple of them are using Excel on the Windo

[Lazarus] Opening websites

2016-12-22 Thread Larry Dalton via Lazarus
What is the best way to open an Internet folder or website from inside Lazarus? Sent from my iPhone -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] lazarus apps on android

2020-08-08 Thread Larry Dalton via lazarus
I want to write apps to be run on android devices. I have downloaded Laz4android2.0 on my Windows 10 computer, and have successfully created a test application. The app will run on the windows computer. How do I install it on my phone, so I can test it. -- _

[Lazarus] libmysql.dll

2020-11-03 Thread Larry Dalton via lazarus
I have done a complete overhaul on my computer, installing a new version of mysql, phpmyadmin, apache, and lazarus. Here are the current versions: Windows 10 Lazarus 2.0.10 Wamperserver 3.2.3.3 Apache/2.4.46(Win64) phpmyadmin 5.0.2 MySQL 8.0.21-MySql Community Server-GPL. Microsoft Visual C++2015-2

Re: [Lazarus] libmysql.dll

2020-11-04 Thread Larry Dalton via lazarus
< lazarus@lists.lazarus-ide.org> wrote: > > > On Tue, 3 Nov 2020, Larry Dalton via lazarus wrote: > > > I have done a complete overhaul on my computer, installing a new version > of > > mysql, phpmyadmin, apache, and lazarus. Here are the current versions: > > Windo

Re: [Lazarus] libmysql.dll

2020-11-04 Thread Larry Dalton via lazarus
; > On Wed, 4 Nov 2020, Larry Dalton via lazarus wrote: > > > Not the answer in this case. I am using MySQL 8.0 on my linux laptop, and > > have no issues with it. I do have to set the 'skiplibraryversioncheck' to > > TRUE, and it works just fine. I have eliminated th

Re: [Lazarus] libmysql.dll

2020-11-04 Thread Larry Dalton via lazarus
I may have to go back to 32bit if I can't get it to work. On Wed, Nov 4, 2020 at 9:47 AM Michael Van Canneyt wrote: > > > On Wed, 4 Nov 2020, Larry Dalton wrote: > > > I think so. I removed all versions of libmysql from my computer, and > > replaced them with the version that downloaded with the

Re: [Lazarus] libmysql.dll

2020-11-05 Thread Larry Dalton via lazarus
Does it work on Windows 10? Sent from my iPhone > On Nov 4, 2020, at 09:47, Michael Van Canneyt wrote: > >  > >> On Wed, 4 Nov 2020, Larry Dalton wrote: >> >> I think so. I removed all versions of libmysql from my computer, and >> replaced them with the version that downloaded with the new M

[Lazarus] AutoCommit

2020-11-13 Thread Larry Dalton via lazarus
Error code “Project ** raised exception class ‘EReadError with unknown property ‘AutoCommit’ Sent from my iPhone -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] AutoCommit

2020-11-13 Thread Larry Dalton via lazarus
This is only when I try to compile on Lazarus 2.0.6 on Windows. The project works fine on 2.0.10 on Linux. Any ideas? Sent from my iPhone > On Nov 13, 2020, at 10:58, Larry Dalton wrote: > > Error code “Project ** raised exception class ‘EReadError with unknown > property ‘AutoCommit’ >

Re: [Lazarus] AutoCommit

2020-11-13 Thread Larry Dalton via lazarus
I forgot to add that it compiles correctly, but then I get the runtime error Sent from my iPhone > On Nov 13, 2020, at 11:02, Larry Dalton wrote: > > This is only when I try to compile on Lazarus 2.0.6 on Windows. The project > works fine on 2.0.10 on Linux. Any ideas? > > Sent from my iPh

Re: [Lazarus] AutoCommit

2020-11-13 Thread Larry Dalton via lazarus
0.6 was still based on 3.0.4. > > A lot of new properties appeared between 3.0.4 and 3.2.0. > > Michael. > >> On Fri, 13 Nov 2020, Larry Dalton via lazarus wrote: >> >> I forgot to add that it compiles correctly, but then I get the runtime error >> Sent fro

Re: [Lazarus] AutoCommit

2020-11-13 Thread Larry Dalton via lazarus
(maybe along > with ifdef). > > Michał. > > W dniu 2020-11-13 o 17:19, Larry Dalton via lazarus pisze: >> So we lose some backwards portability? >> Sent from my iPhone >>>> On Nov 13, 2020, at 11:06, Michael Van Canneyt >>>> wrote: >>>

[Lazarus] TBitbtn

2020-12-14 Thread Larry Dalton via lazarus
I am trying to create a tcomponent that will be a tpanel with align set at albottom that will have several tbitbtns, the first of which will be kind bkclose. I want to set that button’s onclick procedure to close the form that the tpanel is on. What is the best way to write the onclick procedure

Re: [Lazarus] Ping

2021-06-10 Thread Larry Dalton via lazarus
I’m still here Sent from my iPhone > On Jun 10, 2021, at 09:49, Michael W. Vogel via lazarus > wrote: > > Ping > -- > ___ > lazarus mailing list > lazarus@lists.lazarus-ide.org > https://lists.lazarus-ide.org/listinfo/lazarus -- _

Re: [Lazarus] test

2021-06-10 Thread Larry Dalton via lazarus
Got it Sent from my iPhone > On Jun 10, 2021, at 09:49, Marc Weustink via lazarus > wrote: > > test > -- > ___ > lazarus mailing list > lazarus@lists.lazarus-ide.org > https://lists.lazarus-ide.org/listinfo/lazarus --

[Lazarus] Trouble with new installation

2021-08-28 Thread Larry Dalton via lazarus
I just installed 2.2.ORC1-fox-3.2.2.-win64 on a new Dell laptop with Windows 10 Home version. I’m having various issues. Problem 1 is with the object inspector. It isn’t displaying it’s columns correctly . The properties left column is only 2 characters wide With the right column stacked on top

[Lazarus] TMainMenu missing header

2021-11-06 Thread Larry Dalton via lazarus
I recently upgraded to 2.2.0RC1. After recompiling several applications I noticed that my TMainMenu headings have disappeared. To use them I had to change the class to TPopupmenu and tie them to TButtons. What caused this? Sent from my iPhone -- ___

Re: [Lazarus] TMainMenu missing header

2021-11-06 Thread Larry Dalton via lazarus
I forgot to add it’s on Windows 10z. Sent from my iPhone > On Nov 6, 2021, at 11:58, Larry Dalton wrote: > > I recently upgraded to 2.2.0RC1. After recompiling several applications I > noticed that my TMainMenu headings have disappeared. To use them I had to > change the class to TPopupmenu

[Lazarus] ODBC configurations for Excel on Lazarus

2022-03-11 Thread Larry Dalton via lazarus
I’m trying to access an Excel spreadsheet named ‘und30.xlsx’ in a directory ‘c:\inventorydata’ using ODBC Data Source Administrator (64-bit). The DSN is ‘und30’. I am trying to use TODBCConnection named under30conn. How do I configure under30conn? Sent from my iPhone -- ___

[Lazarus] odbc driver

2023-02-06 Thread Larry Dalton via lazarus
Using lazrus 2.2 ORC1-fpc-3.2.2-win64 error message: Project MyAccessPractice raised exception class EODBCException with message 'Could not connect with connection string'DRIVER=[Microsoft Access Driver(*.mdb,*.accdb)]; DBQ=C:\Lazarus_MSAccess\MyAccess.accdb;' ODBC error details: LastReturnCode:SQ

Re: [Lazarus] odbc driver

2023-02-06 Thread Larry Dalton via lazarus
I wondered about that. Sent from my iPhone > On Feb 6, 2023, at 18:15, Werner Pamler via lazarus > wrote: > > Am 06.02.2023 um 14:27 schrieb Larry Dalton via lazarus: >> procedure TForm1.Button1Click(Sender: TObject); >> begin >> ODBCConnection1.Driver:=&

Re: [Lazarus] odbc driver

2023-02-06 Thread Larry Dalton via lazarus
>> Am 06.02.2023 um 14:27 schrieb Larry Dalton via lazarus: >>> procedure TForm1.Button1Click(Sender: TObject); >>> begin >>> ODBCConnection1.Driver:='Microsoft Access Driver (*.mdb,*.accdb)'; >>> ODBCCOnnection1.params.add('DBQ=

[Lazarus] Fwd: odbc driver

2023-02-06 Thread Larry Dalton via lazarus
Sent from my iPhone Begin forwarded message: > From: Larry Dalton > Date: February 6, 2023 at 08:27:23 EST > To: Lazarus mailing list > Subject: odbc driver > >  > Using lazrus 2.2 ORC1-fpc-3.2.2-win64 > error message: Project MyAccessPractice raised exception class EODBCException > with

[Lazarus] create table doesn't store

2023-02-09 Thread Larry Dalton via lazarus
Using Lazarus 2.2 ORC1-fpc-e.w.w-win64, Windows 11 Microsoft Access 64 bit procedure TAccess_form.ExcelTestButtonClick(Sender: TObject); var create_string:string; begin ExcelTestQuery.Close; ExcelTestQuery.SQL.Clear; create_string:='CREATE TABLE TEST_TABLE'; ExcelTestQuery.SQL.Append(create_str

Re: [Lazarus] create table doesn't store

2023-02-09 Thread Larry Dalton via lazarus
That worked, Michal. Thanks! Sent from my iPhone > On Feb 9, 2023, at 10:42, gabor via lazarus > wrote: > > W dniu 2023-02-09 o 16:32, Larry Dalton via lazarus pisze: >> This code says it creates TEST_TABLE, but it doesn't store it in the >> database. >

[Lazarus] Microsft Access Date Select statment

2023-03-24 Thread Larry Dalton via lazarus
Using Microsoft Access Driver (*.mdb, *.accdb), on Windows 11, with Lazarus 2.22.4. TSQLQuery 'Select * from bbt1300 Where Trans_date between beginning_date and ending_date;' where all three are datetimes; No matter how I format the beginning and ending dates, it doesn't work. If I format the dat

Re: [Lazarus] Microsft Access Date Select statment

2023-03-24 Thread Larry Dalton via lazarus
Thanks. I’ll learn the parameters. Sent from my iPhone > On Mar 24, 2023, at 19:39, Werner Pamler via lazarus > wrote: > > Am 24.03.2023 um 21:48 schrieb Larry Dalton via lazarus: >> No matter how I format the beginning and ending dates, it doesn't work. If I >&g

Re: [Lazarus] lazarus Digest, Vol 182, Issue 14

2023-03-25 Thread Larry Dalton via lazarus
The #’s worked. I will figure out the Params also. Thanks! Sent from my iPhone > On Mar 24, 2023, at 17:13, Don Siders via lazarus > wrote: > > On Fri, Mar 24, 2023 at 7:00 AM > wrote: >>> Am 23.03.2023 um 01:07 schrieb Don Siders via lazarus: >>> My question: Is there a maintainer for IPro

[Lazarus] Dbnavigator won't post to MSACESS db

2023-12-08 Thread Larry Dalton via lazarus
I am using lazarus v2.2.6 on Windows 11. The form uses the following components: MBCCGator: TDBNavigator; MBCCGrid: TDBGrid; MBCCSource: TDataSource; MBCC_Connector: TODBCConnection; MBCCQuery: TSQLQuery; MBCC_Trans: TSQLTransaction;MBCCQuery: TSQLQuery; also includes sever

Re: [Lazarus] Dbnavigator won't post to MSACESS db

2023-12-10 Thread Larry Dalton via lazarus
In my written code, yes. And I have no problems writing to the table that way. But using the Dbnavigator post button won’t work. Sent from my iPhone > On Dec 10, 2023, at 03:29, Michael Van Canneyt via lazarus > wrote: > >  > >> On Fri, 8 Dec 2023, Larry Dalton via la

Re: [Lazarus] Dbnavigator won't post to MSACESS db

2023-12-10 Thread Larry Dalton via lazarus
Michael Van Canneyt via lazarus >> wrote: >> >>  >> >>>> On Fri, 8 Dec 2023, Larry Dalton via lazarus wrote: >>> >>> I am using lazarus v2.2.6 on Windows 11. >>> The form uses the following components: >>> MBCCGator: TDBNa

[Lazarus] Using Microsoft Excel workbooks with Lazarus

2024-02-20 Thread Larry Dalton via lazarus
I am writing an application that requires extensive use of Microsoft Excel .xlsx worksheets. I have no success using OCDB connections. Does anyone use TODBCConnection with excel? Sent from my iPhone -- ___ lazarus mailing list lazarus@lists.lazarus-ide

Re: [Lazarus] Using Microsoft Excel workbooks with Lazarus

2024-02-20 Thread Larry Dalton via lazarus
I am using the fpspreadsheet , but being able to write data directly to the worksheet would save me a lot of time Sent from my iPhone > On Feb 20, 2024, at 12:20, Michael Van Canneyt via lazarus > wrote: > >  > >> On Tue, 20 Feb 2024, Larry Dalton via lazarus wrote: &

[Lazarus] Scan codes

2024-05-02 Thread Larry Dalton via lazarus
I need a procedure to show the scan code for key presses, using Windows 11 Sent from my iPhone -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] Mysql version

2024-08-15 Thread Larry Dalton via lazarus
I am running Lazarus 3.2 on Windows 11. I am using MySql version 8.0.39. I am using a single form test program, with only one unit. My components are: InventoryConnection = TMysql80Connection InventoryQuery = TSqlQuery with InventoryConnection as database InventorySource =Tdatasource with Inventory

Re: [Lazarus] Mysql version

2024-08-15 Thread Larry Dalton via lazarus
ionCheck:=true; > > I did that when Lazarus didn't read correctly MySQL 5.5 with matching dll > version. > > Best, > Goran > > > On Thursday, 15 August 2024 at 06:25:51 pm GMT+2, Larry Dalton via lazarus > wrote: > > > I am running Lazarus 3.2 on Windows

[Lazarus] tsqlquery to excel

2024-09-05 Thread Larry Dalton via lazarus
I am trying to access an .xlsm workbook from lazarus free pascal, using ODBC connector and tsqlquery. The ODBC Connector shows connected, but when I try to open the tsqlquery, the error code I get is "_Could not start transaction! ODBC error details:LastReturnCode:SQL_error;Record 1:;SqlState:HYC0

Re: [Lazarus] tsqlquery to excel

2024-09-05 Thread Larry Dalton via lazarus
That’s what I thought. Any Excel experts out there who use Lazarus? Sent from my iPhone > On Sep 5, 2024, at 14:22, Michael Van Canneyt via lazarus > wrote: > >  > >> On Thu, 5 Sep 2024, Larry Dalton via lazarus wrote: >> >> I am trying to access an .xlsm

[Lazarus] Still trying to connect to Microsoft Excel

2024-09-07 Thread Larry Dalton via lazarus
I need help with this EXCEL Error code: "Could not start transaction! ODBC error details: LastReturnCode:SQL_ERROR;Record 1:SqlStat:HYC00; NativeError:106;Message:[Microsot][ODBC Excel Driver]Optional feature not implemented;" I am trying to acces an Excel Workbook from a Lazarus pascal application

[Lazarus] Sqlite3 on Android

2024-10-30 Thread Larry Dalton via lazarus
I am writing an app for Android on Lazarus 3.4, fpc 3.2.2. It accesses an Sqlite3 database named “Carsdatabase.db”. It is in the documents file on my Android phone. How do I enter the database name in Sqlite3connection? Sent from my iPhone -- ___ lazar

Re: [Lazarus] Sqlite3 on Android

2024-10-31 Thread Larry Dalton via lazarus
I will let you know On Thu, Oct 31, 2024 at 17:59 Jean SUZINEAU via lazarus < lazarus@lists.lazarus-ide.org> wrote: > If you use LAMW, I think you can find the documents directory this way > (assuming var jF: jForm; ): > > DocumentsDirectory:= jF.GetEnvironmentDirectoryPath( dirDocuments); > > I

Re: [Lazarus] Android applications

2024-09-22 Thread Larry Dalton via lazarus
It’s already loaded and installed. Still get the same error code On Sun, Sep 22, 2024 at 18:22 Jean SUZINEAU via lazarus < lazarus@lists.lazarus-ide.org> wrote: > May be it would be easier to use LAMW Lazarus for Android module Wizard ? > > It can install on Windows all the stuff needed to build

[Lazarus] Android applications

2024-09-22 Thread Larry Dalton via lazarus
I am trying my first Android app, using lazarus 3.2.2, on Windows 11. When I try to build the application, I get the error C:\lazarus\fpc\3.2.2\bin\x86_64-win64\fpc.exe does not support target arm-linux. In the configurator "Build Lazarus", the settings I have are 'Profile to Build='Clean up + Buil

Re: [Lazarus] Android applications

2024-09-24 Thread Larry Dalton via lazarus
I need to know which cross compiler I need, and where I can download it On Mon, Sep 23, 2024 at 03:25 Mattias Gaertner via lazarus < lazarus@lists.lazarus-ide.org> wrote: > > > On 9/22/24 17:49, Larry Dalton via lazarus wrote: > > I am trying my first Android app, us

Re: [Lazarus] libmysql.dll

2025-01-23 Thread Larry Dalton via lazarus
I’ll try that. I have removed all instances of libmysql.dll from my laptop and it runs fine. However, my desktop doesn’t On Thu, Jan 23, 2025 at 08:44 Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: > > > On Thu, 23 Jan 2025, Larry Dalton via lazarus wr

[Lazarus] libmysql.dll

2025-01-23 Thread Larry Dalton via lazarus
I am using 3.4, fpc 3.2.2. Has libmysql.dll been included in that? I am using xampp phpmyadmin, on my laptop, and don't have libmysql.dll in my windows/system directory or the root directory of my application, and it does not seem to require it. -- ___ l