Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Jam.py Users Mailing List
Conversations
About
Jam.py Users Mailing List
1–30 of 841
Jam.py is an event-driven framework for developing of database applications
with a Web interface
.
Here you can get information about all the news and new versions of the framework and ask questions about Jam.py.
Please visit
https://github.com/jam-
py/jam-py/issues
for Current and Closed issues
for your convenience.
The Jam.py website:
http://jam-py.com/
Mark all as read
Report abusive group
0 selected
Marco Prosperi
2
6:38 AM
updating record in table B after inserting record in table A
solved, there was code executing I wasn't aware of On Wednesday, February 1, 2023 at 11:50:44 PM
unread,
updating record in table B after inserting record in table A
solved, there was code executing I wasn't aware of On Wednesday, February 1, 2023 at 11:50:44 PM
6:38 AM
Drazen D. Babic
,
Andrew Yushev
4
Jan 28
Logging the IP in History
About the old value. I removed it, since storing it increases the size of the database, but
unread,
Logging the IP in History
About the old value. I removed it, since storing it increases the size of the database, but
Jan 28
Danijel Kaurin
, …
Andrew Yushev
20
Jan 26
How to print records in jam report horizontally
Hi Andrew. Now everything works perfectly! Thank you for support 🙂 Regards On Thu, 26 Jan 2023 at 18:
unread,
How to print records in jam report horizontally
Hi Andrew. Now everything works perfectly! Thank you for support 🙂 Regards On Thu, 26 Jan 2023 at 18:
Jan 26
Obed Monteros
, …
Andrew Yushev
17
Jan 12
send print to whatsapp
Drazen, I don't think this parameter is needed. Write the event handler. You need to write the
unread,
send print to whatsapp
Drazen, I don't think this parameter is needed. Write the event handler. You need to write the
Jan 12
Drazen D. Babic
Jan 12
0 (zero) as ID breaks the App
Hi all, this might be interesting for someone, the problem is table which has ID as: 0 1 2 ... This
unread,
0 (zero) as ID breaks the App
Hi all, this might be interesting for someone, the problem is table which has ID as: 0 1 2 ... This
Jan 12
Drazen D. Babic
Jan 11
Page comments plugin with Cusdis success
Just integrated it, 5 minutes work! Register with Cusdis, get the below code and copy/paste into
unread,
Page comments plugin with Cusdis success
Just integrated it, 5 minutes work! Register with Cusdis, get the below code and copy/paste into
Jan 11
Fabio Lenzarini
, …
Danijel Kaurin
17
Jan 11
First release of Data tools
Hi Fabio. Yes, that's it. Thank you. Regards On Wed, 11 Jan 2023 at 13:48, Fabio Lenzarini <
unread,
First release of Data tools
Hi Fabio. Yes, that's it. Thank you. Regards On Wed, 11 Jan 2023 at 13:48, Fabio Lenzarini <
Jan 11
bourah...@gmail.com
,
Andrew Yushev
3
Jan 10
issues version 7.0.5
OK tiens-moi au courant. Le lun. 9 janv. 2023 à 19:49, Andrew Yushev <yush...@gmail.com> a
unread,
issues version 7.0.5
OK tiens-moi au courant. Le lun. 9 janv. 2023 à 19:49, Andrew Yushev <yush...@gmail.com> a
Jan 10
Drazen D. Babic
,
Danijel Kaurin
10
Jan 6
First release of Northwind Traders from MS Access
All good, I figured what to do! On Friday, January 6, 2023 at 2:57:28 PM UTC+8 Drazen D. Babic wrote:
unread,
First release of Northwind Traders from MS Access
All good, I figured what to do! On Friday, January 6, 2023 at 2:57:28 PM UTC+8 Drazen D. Babic wrote:
Jan 6
Drazen D. Babic
,
Fabio Lenzarini
3
Jan 5
Some SQL help please!
This is it! Thank you Fabio! May I ask another question? How would I calculate this now from your SQL
unread,
Some SQL help please!
This is it! Thank you Fabio! May I ask another question? How would I calculate this now from your SQL
Jan 5
Drazen D. Babic
3
Jan 5
I asked openai a question
Thank you You're welcome! I'm glad I could help. If you have any other questions, don't
unread,
I asked openai a question
Thank you You're welcome! I'm glad I could help. If you have any other questions, don't
Jan 5
Ari Sobel
,
Danijel Kaurin
2
12/28/22
Filter look_up value
Hi Ari. Can you send some code example? Regards Danijel Kaurin On Tuesday, 27 December 2022 at 14:14:
unread,
Filter look_up value
Hi Ari. Can you send some code example? Regards Danijel Kaurin On Tuesday, 27 December 2022 at 14:14:
12/28/22
Ali
,
Fabio Lenzarini
3
12/19/22
on_after_apply() not called if apply fails
So I did this on the server-side, it thankfully wasn't too bad... as this was a details item on
unread,
on_after_apply() not called if apply fails
So I did this on the server-side, it thankfully wasn't too bad... as this was a details item on
12/19/22
Danijel Kaurin
,
Andrew Yushev
3
12/16/22
How to get fields that are changed before post
Ok Andrew and thank you. On Mon, Dec 12, 2022, 21:28 Andrew Yushev <yush...@gmail.com> wrote:
unread,
How to get fields that are changed before post
Ok Andrew and thank you. On Mon, Dec 12, 2022, 21:28 Andrew Yushev <yush...@gmail.com> wrote:
12/16/22
Drazen D. Babic
, …
Maxwell Morais
14
12/14/22
Demo Application packaged as EXE
I was thinking that one alternative was to allow the change of the database parameters via
unread,
Demo Application packaged as EXE
I was thinking that one alternative was to allow the change of the database parameters via
12/14/22
Drazen D. Babic
,
Fabio Lenzarini
3
12/13/22
select query into array of ID's
Hi Drazen try this. prod = [] for i in product: prod.append(i.id.value) print(prod) in your code, you
unread,
select query into array of ID's
Hi Drazen try this. prod = [] for i in product: prod.append(i.id.value) print(prod) in your code, you
12/13/22
bourah...@gmail.com
,
Drazen D. Babic
3
12/8/22
increment number automatically
User tried this, but failing: def on_apply(item, delta, params, connection): if item.field_by_name(
unread,
increment number automatically
User tried this, but failing: def on_apply(item, delta, params, connection): if item.field_by_name(
12/8/22
Drazen D. Babic
, …
Andrew Yushev
7
12/8/22
First preview of Bootstrap5
Next rounds of previews, looks great! Have a look at Mobile tabs on Builder!
unread,
First preview of Bootstrap5
Next rounds of previews, looks great! Have a look at Mobile tabs on Builder!
12/8/22
bourah...@gmail.com
, …
Danijel Kaurin
7
12/8/22
MY PROJECT
Hi Andrew. He want to sum joined lookup field. That field is text so it can't be summed. Regards
unread,
MY PROJECT
Hi Andrew. He want to sum joined lookup field. That field is text so it can't be summed. Regards
12/8/22
Danijel Kaurin
,
Andrew Yushev
2
12/7/22
Re: jam 7.0.3
Hi, Maybe they are buttons in invoices. The buttons are deactivated in the invoices that are paid.
unread,
Re: jam 7.0.3
Hi, Maybe they are buttons in invoices. The buttons are deactivated in the invoices that are paid.
12/7/22
Drazen D. Babic
,
Andrew Yushev
2
11/25/22
V7 routing issue?
It is an expected response. In v7 you must process every request in the on_request event handler and
unread,
V7 routing issue?
It is an expected response. In v7 you must process every request in the on_request event handler and
11/25/22
Drazen D. Babic
11/24/22
V7 installer will remove other dependencies silently
Hi Andrew, this might upset people since they might have dependencies for other Apps. So below will
unread,
V7 installer will remove other dependencies silently
Hi Andrew, this might upset people since they might have dependencies for other Apps. So below will
11/24/22
yush...@gmail.com
, …
Drazen D. Babic
16
11/24/22
Boostrap 5 migration
Moving table issue. Requires App restart to get it back to Customers!
unread,
Boostrap 5 migration
Moving table issue. Requires App restart to get it back to Customers!
11/24/22
bourah...@gmail.com
11/23/22
migration 7
bonjour monsieur j'utilise la version 5.4.126 et je veux migré vers la version 7.0.3 j'ai
unread,
migration 7
bonjour monsieur j'utilise la version 5.4.126 et je veux migré vers la version 7.0.3 j'ai
11/23/22
Drazen D. Babic
,
Fabio Lenzarini
3
11/18/22
Can Python "normalise" the CSV table?
Hi Fab, It is not about Export/Import :) It is about "splitting" one imported cvs into
unread,
Can Python "normalise" the CSV table?
Hi Fab, It is not about Export/Import :) It is about "splitting" one imported cvs into
11/18/22
Drazen D. Babic
,
Danijel Kaurin
2
11/16/22
monitoring Jam App Apache error logs (or any log for error)
Hi Dražen. This is usefull tool for error reporting. I was just looking for something similar these
unread,
monitoring Jam App Apache error logs (or any log for error)
Hi Dražen. This is usefull tool for error reporting. I was just looking for something similar these
11/16/22
bourah...@gmail.com
,
Andrew Yushev
3
11/15/22
multiselection printing problem
I think I understood the problem. The parameter must be as follows and you must to pass it on the
unread,
multiselection printing problem
I think I understood the problem. The parameter must be as follows and you must to pass it on the
11/15/22
Fabio Lenzarini
,
Andrew Yushev
3
11/13/22
Re open the same item
Right Andrew, now work fine, thanks Il giorno sabato 12 novembre 2022 alle 20:46:43 UTC+1 yush...@
unread,
Re open the same item
Right Andrew, now work fine, thanks Il giorno sabato 12 novembre 2022 alle 20:46:43 UTC+1 yush...@
11/13/22
bourah...@gmail.com
,
Drazen D. Babic
2
11/9/22
barcode
That is a Font issue in reports. Install the barcode font, set the report cell to font, and set the
unread,
barcode
That is a Font issue in reports. Install the barcode font, set the report cell to font, and set the
11/9/22
app
, …
Fabio Lenzarini
7
11/3/22
How to copy record? For master-datail
Thank you for reply. I am new to this, and my programming is bad. Many times need to copy same data.
unread,
How to copy record? For master-datail
Thank you for reply. I am new to this, and my programming is bad. Many times need to copy same data.
11/3/22