Welcome, Guest. Please login or register.
Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Mucip

Pages: 1 2 [3] 4
31
Hi,
There is "Edit Mode" button on the Report Preview window.
I want to disable it because user should not edit the report.

I need to prevent user ability to edit report.

Regards,
Mucip:)

32
Hi,
I sent you second...

Please check your email again.

33
Hi,
I sent you by email...

34
Hi,
Sorry. I didn't understand...

Regards,
Mucip:)

35
Hi,
I connected to SQLite db.

If you really want to see the situation, you may connect me via TemViewer or something else.

If yes, I will send you ID?

Regards,
Mucip:)

36
Hi,
Could you watch the video Mr. Arin?

Any feedback?

Regards,
Mucip:)

37
Hi,
I guess the error comes from DefaultConnection somehow?! Because only differenc is this with the LimeReportDemo... :(


Regards,
Mucip:)

38
Hi,
Please watch ths video...

https://autode.sk/2PwwYsh

Regards,
Mucip:)

39
Hi,
I realised something.

I have SQLite connection in the MainWindow and when I run designer I see Default Connections item in the Data Browser. I can not drag and drop anything from data browser?!

Regards,
Mucip:)

40
Hi,
I can not drag and drop from data browser on the report page.

I use QSqlQueryModel as a model pass to the data manager.

Regards,
Mucip:)

41
Hi,
Thanks. I use "false" parameter than.

But I have one big problem either. I can not drag and drop model field from dataBrowser in Report designer unfortunately. :(

Why?

But I can put text object in dhe band and set it to "$D{tartim.plaka}". Interesting?...

Regards,
Mucip:)
 

42
Hi,
I have definitons in header file like below;

QSqlQueryModel *raporModel;
LimeReport::ReportEngine *mRapor;


And in mainwindow.cpp

mRapor = new LimeReport::ReportEngine(this);
raporModel = new QSqlQueryModel(this);


And when I press the showReport button;

raporModel->setQuery("SELECT * FROM tartim WHERE belge_no = '" + belge_no + "' ;");

mRapor->dataManager()->addModel("Tartim", raporModel, true);
mRapor->designReport();


Well, the problem is when I push the showReport button second time it raise error because I wanted to load same model second time. :(

How can I check if the same model name loaded before? Or can I clean the model from dataManeger when I close preview or print the report? Maybe this is better for memoryleak?

P.S: I can not drag the model fields on the report page with mouse! Is it because of the readonly Model?...

Regards,
Mucip:)




43
Discussion | Обсуждение / Re: Compile error in 1.5.35
« on: February 26, 2020, 08:05:20 PM »
Hi,
Now it's OK. Thanks.  ;)

Just a quick question. What is "-J10" parameter for?

Regards,
Mucip:)

44
Discussion | Обсуждение / Compile error in 1.5.35
« on: February 26, 2020, 07:03:17 PM »
Hi,
I have been downloaded and compiled version 1.5.0 which is downloaded from sorceforge. It was OK.

But I realised from this forum there is newer version in gitHub and trying to compile 1.5.35

I use Qt 5.13.2 on Win10 MSVC2017 32 bit and MSVC2017 64 bit. In thşs case I could not build unfortunatelly. My guide is: https://www.youtube.com/watch?v=Z7JOOQ187XE and I use -j10 parameter also.


What is the build parameter difference between 1.5.0 and 1.5.35?

The error output is:




Regards,
Mucip:)

45
Discussion | Обсуждение / Re: Multi detailed band available?
« on: February 26, 2020, 06:10:03 PM »
Hi,
Your project is really keep suprising me sir! :o
It has very professional features really. Great job Mr. Arin. ;)

Regards,
Mucip:)

Pages: 1 2 [3] 4