Search found 2602 matches

by hpl123
Sun Apr 28, 2024 7:58 am
Forum: General discussion and questions about Aware IM
Topic: Disable Selected Records in PICK Query
Replies: 12
Views: 1377

Re: Disable Selected Records in PICK Query

Way Cool!..... Not the perfect configuration for Aware but all the necessary needed parts are provided. Well, did you get this working? I would disagree that “all the necessary needed parts are provided “ unless you were able to modify the template. Normally in aware, we end up modifying the HTML t...
by hpl123
Sun Apr 28, 2024 7:00 am
Forum: General discussion and questions about Aware IM
Topic: Disable Selected Records in PICK Query
Replies: 12
Views: 1377

Re: Disable Selected Records in PICK Query

OK, I’m not so big on the AI integration part, because unless I’m wrong, chat GPT doesn’t write anything new… There is nothing new under the sun they say… It’s just finding a script out of the 10,000s it’s already been trained on and it’s just repeating an article for you. That’s what I thought it ...
by hpl123
Sat Apr 27, 2024 10:22 pm
Forum: General discussion and questions about Aware IM
Topic: Disable Selected Records in PICK Query
Replies: 12
Views: 1377

Re: Disable Selected Records in PICK Query

I would disagree that “all the necessary needed parts are provided “ unless you were able to modify the template. Normally in aware, we end up modifying the HTML that was created in the render script. What this example does is put a conditional statement in the template, which is something Vlad wou...
by hpl123
Sat Apr 27, 2024 6:39 am
Forum: General discussion and questions about Aware IM
Topic: Disable Selected Records in PICK Query
Replies: 12
Views: 1377

Re: Disable Selected Records in PICK Query

customaware wrote: Fri Apr 26, 2024 5:46 am I use Chat GPT https://chat.openai.com/ and Grok on X quite extensively but have found Chat GPT much better for solving coding issues.... It is really really good at SQL, html, css and js stuff.
Nice, will be fun to play with :).
by hpl123
Fri Apr 26, 2024 2:37 am
Forum: General discussion and questions about Aware IM
Topic: Disable Selected Records in PICK Query
Replies: 12
Views: 1377

Re: Disable Selected Records in PICK Query

:) Try this prompt in Chat GPT 4 I am using the Kendo UI Library... The Grid Control allows you to select a data row in the Grid by clicking a Checkbox. Write me the code necessary to only show a selection Checkbox and only allow the row to be selected by clicking on it based on a condition. In this...
by hpl123
Thu Apr 25, 2024 11:10 pm
Forum: General discussion and questions about Aware IM
Topic: Moving app to other server, avoid very sticky browser cache
Replies: 7
Views: 112

Re: Moving app to other server, avoid very sticky browser cache

Yeah, good point about reverse proxy. I use it on Windows IIS to get SSL and some other minor webrelated things. Works great. We have discussed things related to reverse proxy before in the forum and also have some guides if I remember correctly so search the forum.
by hpl123
Thu Apr 25, 2024 8:38 am
Forum: General discussion and questions about Aware IM
Topic: Moving app to other server, avoid very sticky browser cache
Replies: 7
Views: 112

Re: Moving app to other server, avoid very sticky browser cache

I am no expert on this and don´t have any concrete solutions and also the tips here are possibly not even applicable in your case but thought I´d share what I would look at. I know there are different scripts or snippets of code one can use on HTML and other web pages that instruct the browser to re...
by hpl123
Thu Apr 25, 2024 6:57 am
Forum: General discussion and questions about Aware IM
Topic: Disable Selected Records in PICK Query
Replies: 12
Views: 1377

Re: Disable Selected Records in PICK Query - SOLVED

customaware wrote: Thu Apr 25, 2024 1:27 am Wow! Chat-GPT to the rescue...

Challenge Solved!

DM me if you want to know how.
Sounds interesting, how about sharing some details here?
by hpl123
Mon Apr 15, 2024 1:31 pm
Forum: General discussion and questions about Aware IM
Topic: New internal error message
Replies: 14
Views: 8157

Re: New internal error message

The fix I wrote about above may have fixed this as I haven´t experienced this issue for 4 days now. It could maybe be the case though that the process causing this problem hasn´t been executed for 4 days, only time will tell and I still struggle to understand what exactly causes this. Thanks Mark, I...
by hpl123
Sun Apr 14, 2024 11:04 am
Forum: General discussion and questions about Aware IM
Topic: New internal error message
Replies: 14
Views: 8157

Re: New internal error message

Thanks Rocketman and that article had a lot of meat so will be useful if I need to troubleshoot this more. I changed the innodb_lock_wait_timeout to 120 (default is 50) as per this post: https://stackoverflow.com/questions/6000336/how-to-debug-lock-wait-timeout-exceeded-on-mysql and will see if that...
by hpl123
Fri Apr 12, 2024 9:10 pm
Forum: General discussion and questions about Aware IM
Topic: New internal error message
Replies: 14
Views: 8157

Re: New internal error message

I am getting this now as well, anyone know why this occurs and what I can do about it?
https://www.awareim.com/forum/viewtopic ... 718#p59718
by hpl123
Fri Apr 12, 2024 9:00 pm
Forum: Problem reports
Topic: SystemSettings Lock wait timeout exceeded; try restarting transaction?
Replies: 1
Views: 122

SystemSettings Lock wait timeout exceeded; try restarting transaction?

The last couple of days I have started getting the following error and when I get this (daily, 2 times today already) AwareIM freeze and can´t be used or accessed (I have to restart the server and then it works for a while). Error persisting business object SystemSettings Lock wait timeout exceeded;...
by hpl123
Fri Apr 12, 2024 11:37 am
Forum: General discussion and questions about Aware IM
Topic: SOLVED: Too many emails generated when using SEARCH_COUNT
Replies: 6
Views: 209

Re: SOLVED Re: Too many emails generated when using SEARCH_COUNT

hpl123, thank you for your response, I added 'IN BATCHES OF 1' to the end of my FIND and IT WORKS! I get the correct number of emails! Cant' say that I understand it but it fixes the problem. Thank you all for your comments, been working on this for days and days! ?? Should this be reported to Vlad...