Recent

Author Topic: LazReport + Mysql 5.6 error  (Read 4321 times)

almusx

  • Newbie
  • Posts: 2
LazReport + Mysql 5.6 error
« on: March 01, 2017, 03:58:10 pm »
Hello everyone! I need some help, this is my first time using Lazarus after years using Delphi.

I want to make a report using Mysql as DB server. Im using SqlDB component to retrieve the data from my db and all is working perfect, i can see my dbgrid with all the data correct.

The problem is in Lazreport, i've configured a dbDataset to get the data from my sqlQuery to pass to lazReport, in my report, i can see all the fields from my dataset but when i try to preview my report i get an error: "undefined symbol".


GAN

  • Sr. Member
  • ****
  • Posts: 370
Re: LazReport + Mysql 5.6 error
« Reply #1 on: March 04, 2017, 04:47:35 am »
Hi, May you post some code?
Do you drop into yuor data module a tfrReport and a tfrDBDataset?

Code: Pascal  [Select][+][-]
  1. frDBDataset.DataSet:=SQLQuery1
  2. frReport1.Dataset:=frDBDataset1
  3.  

Lazarus 2.0.8 FPC 3.0.4 Linux Mint Mate 19.3
Zeos 7̶.̶2̶.̶6̶ 7.1.3a-stable - Sqlite 3.32.3 - LazReport

almusx

  • Newbie
  • Posts: 2
Re: LazReport + Mysql 5.6 error
« Reply #2 on: March 09, 2017, 08:58:07 pm »
I fixed my problem by moving my report to the same form of my datasets and queries. I dont know why its not working when the queries and datasets are in another form because in delphi i put all my queries in one datamodule and my reports in another. Thanks anyway.

 

TinyPortal © 2005-2018