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 > <lazarus@lists.lazarus-ide.org> wrote: > > On Sat, 29 Oct 2016 00:07:00 -0500 > Larry Dalton via Lazarus <lazarus@lists.lazarus-ide.org> wrote: > >>

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,

[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.

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:

Re: [Lazarus] TMouseinput mouse click.

2016-10-29 Thread Larry Dalton via Lazarus
gt; > KeyInput.Apply([ssShift]); > KeyInput.Press(VK_T); > KeyInput.Unapply([ssShift]); > KeyInput.Press(VK_e); > KeyInput.Press(VK_s); > KeyInput.Press(VK_t); > > V. > __________________ >> Od: Larry D

[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

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 > <lazarus@lists.lazarus-ide.org> wrote: > >> Am 24.10.2016 um 00:07 schrieb Larry Dalton via Lazarus: >> I am trying to compile and

[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

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

[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] 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

Re: [Lazarus] Key scan codes

2017-05-29 Thread Larry Dalton via Lazarus
:= '$' + IntToHex(Ord(Key), 2); > 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' key is pres

[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

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 > <lazarus@lists.lazarus-ide.org> wrote: > >> On 06/02/2017 07:15 PM, Larry Dalton via Lazarus wrote: >> I just did a

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 > <lazarus@lists.lazarus-ide.org> wrote: > > On Fri, 2 Jun 2017 22:38:35 -0500 > Larry Dalton via Lazarus <lazarus@lists.lazarus-ide.org> wrote: > >> Thanks P

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 > <lazarus@lists.lazarus-ide.org> wrote: > > On Fri, 2 Jun 2017 22:38:35 -0500 > Larry Dalton via Lazarus <lazarus@lists.lazarus-ide.org> wrote: > >> Thanks Paul. Inst

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

[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

[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 > <lazarus@lists.lazarus-ide.org> wrote: > > On Tue, 12 Dec 2017 16:30:14 -0500 > Larry Dalton via Lazarus <lazarus@lists.lazarus-ide.org> wrote: > &

[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

[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

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

[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

[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?'.

[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

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,

[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.

[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

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

[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

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: >

[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

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

[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] 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

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] 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

[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

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

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 that possibi

Re: [Lazarus] libmysql.dll

2020-11-04 Thread Larry Dalton via lazarus
rus@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: > > Windows 10 >

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

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

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] 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 -- ___

[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] 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

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 >> fo

[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:

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='+ExtractFilePa

[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

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] 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] 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';

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] 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

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

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

[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

[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