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]
46
Discussion | Обсуждение / Multi detailed band available?
« on: February 26, 2020, 05:52:28 PM »
Hi,
Let's say we have invoice. One master (customer and address etc.) and one detail (spare parts and price in the invoice) table should be in the invoice page. Can we put one detail grids in the same page? For example work details more than one rows in the same page.

I mean one master record tabele and more than two detail tables record in the same page?

Is this possible?

Regards,
Mukcip:)

47
Hi,
Now it's OK. Thanks...

contains(QT_ARCH, i386) {

#32 bit path
# message("32-bit")

win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../LimeReport/win32/release/lib/ -llimereport
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../LimeReport/win32/debug/lib/ -llimereportd
# else:unix: LIBS += -L$$PWD/../LimeReport/win32/debug/lib/ -llimereport

} else {
#64 bit path
#message("64-bit")

win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../LimeReport/win64/release/lib/ -llimereport
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../LimeReport/win64/debug/lib/ -llimereportd
# else:unix: LIBS += -L$$PWD/../LimeReport/win32/debug/lib/ -llimereport

}



Regards,
Mucip:)

48
Hi again,
I am working on Win platform unfortunatelly and MSVC2017 x32 and MSVC2017 x64 config. But I have MSVC 2019 installed.

I want to compile program both x32 and x64 architecture and try to use below code in pro file but no succes?!


CONFIG(x86_64) {

#64 bit path
win64:CONFIG(release, debug|release): LIBS += -L$$PWD/../LimeReport/win64/release/lib/ -llimereport
else:win64:CONFIG(debug, debug|release): LIBS += -L$$PWD/../LimeReport/win64/debug/lib/ -llimereportd

INCLUDEPATH += $$PWD/../LimeReport/include64
DEPENDPATH += $$PWD/../LimeReport/include64

} else {

#32 bit path
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../LimeReport/win32/release/lib/ -llimereport
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../LimeReport/win32/debug/lib/ -llimereportd
INCLUDEPATH += $$PWD/../LimeReport/include32
DEPENDPATH += $$PWD/../LimeReport/include32
}

Where am I wrong?

Regards,
Mucip:)

49
Hi,
OK. I will...

I'm trying your project now according to tutorial you sent.

I thing we need to add "qml" to pro file too?

QT       += core gui printsupport xml qml

Regards,
Mucip:)

50
Dear Mr. Arin,
Thanks a lot for your quick reply.

I will check and keep asking. :)

By the way I wanted to support you about Turkish translating and etc.

Spasibo.

Regards,
Mucip:)

51
Hi,
First of all congrulations for this project. Good job.  ;)

As I see on the tutorial videos you may define database and table and the columns. But I want to designe report in the begining and send the data to the report on runtime. I want to define SQL staement on runtime.

I'm sure it should be possible and I couldn't find any tutorial about this. I am using QtRPT now and want to try your project too.

Regards,
Mucip:)

Pages: 1 2 3 [4]