Search found 1125 matches

by onoehring
2023-11-29 08:09
Forum: Tips And Tricks
Topic: Audit Log
Replies: 124
Views: 162174

Re: Audit Log

Hi, thanks for reporting. I do not remember ... but are there already some changed logged in the Audit? It could be, that I did the code in the way that only tables are shown in the dropdown where already some data exists in the AuditLog table. To make sure this is NOT the problem: If there are no e...
by onoehring
2023-10-25 19:29
Forum: Getting Started
Topic: signup page
Replies: 5
Views: 931

Re: signup page

Hi, so what is the problem? When you remove (uncheck) the checkbox in the group 2 and group 3 setting, these groups should not appear. You could also use javascript to preselect group 1 while on the sign up page and at the same time make the dropdown hidden... But... it seems MUCH easier to me to si...
by onoehring
2023-10-25 08:18
Forum: Getting Started
Topic: signup page
Replies: 5
Views: 931

Re: signup page

Hi, I am not sure, but isn't it possible to define for which groups a user can sign up? Yes, it is (just tested): Simply set in your group 1 (where all new users belong to) the corresponding checkbox. Disable this checkbox on all other groups!: ag_new_group_signup.png Then, once a new user want's to...
by onoehring
2023-10-24 06:34
Forum: Getting Started
Topic: signup page
Replies: 5
Views: 931

Re: signup page

Hi, I am not sure what you want to accomplish. I do not understand your problem. Can you please rephrase it. You have 3 groups - ok. If it's allowed for new members to sign up, can't they choose the group? If you want all "new members" to have "Group A" after sign up ("forcibly inserted with group 1...
by onoehring
2023-09-28 04:17
Forum: Tips And Tricks
Topic: Import csv
Replies: 12
Views: 1804

Re: Import csv

Hi pbötcher,

funny. Taking a look at the data he sent me, I came to the same assumption.
Let's what if he can confirm this.

Olaf
by onoehring
2023-09-27 18:50
Forum: Getting Started
Topic: PHP V7 vs V8
Replies: 2
Views: 969

Re: PHP V7 vs V8

Hi,

I noticed problems with PHP 8.2, but not with PHP 8.1 anymore. Maybe you have some more details for us.
Also: Did you generate your app with the latest version of AppGini? This has some fixes for the warnings that resulted when using PHP 8.x

Olaf
by onoehring
2023-09-27 05:32
Forum: Tips And Tricks
Topic: Import csv
Replies: 12
Views: 1804

Re: Import csv

Hi Ron,

so did you solve the problem (you wrote you "figured it out")?
If not, maybe you could send me the AG file (clipped to only that table) and the data once more. I would try to recreate the effect (but I can do this only until Friday, or after Oct. 16th)

OLaf
by onoehring
2023-09-27 05:26
Forum: Bugs/annoyances
Topic: Filter
Replies: 6
Views: 1516

Re: Filter

Hi, well, I do not understand the problem. Let's rephrase this. When you click "Show All" and the filter goes away, but the sorting stays, it's exactly doing this: You will see all data. If you have set a filter before, so be it. Again: You can click on the headline to "remove" filters and sorting w...
by onoehring
2023-09-07 07:58
Forum: Tips And Tricks
Topic: SQL...
Replies: 3
Views: 1044

Re: SQL...

Hi,

I would think this is a bug. And you should post it in that subforum.
On the other hand, we can see, that it's a lookup and as this, the value shown could also be text. But: If you as the user decide to ask for the column sum, there shoule be one. As this: Bug?!

Olaf
by onoehring
2023-09-05 05:14
Forum: Tips And Tricks
Topic: Import csv
Replies: 12
Views: 1804

Re: Import csv

Hi, interesting. When I clicked on a CSV export, even the ID (autonumber) is exported in double quotes. For saving from XLS, I want to recommend the free XLToolbox. This can (also) save CSV with options: https://www.xltoolbox.net Did you try to import on a new testserver? Maybe this turns out good a...
by onoehring
2023-09-04 12:53
Forum: Tips And Tricks
Topic: Import csv
Replies: 12
Views: 1804

Re: Import csv

Hi,

did you try to input some records, export those as CSV and reimport them? Same problem?

Just a thought: Shouldn Woningtype_Id, Actie_ID and Soortaanvraag_Id not contain "real" values instead of references only? I thought AG is taking care of setting the correct references.

Olaf
by onoehring
2023-09-04 12:35
Forum: Bugs/annoyances
Topic: Filter
Replies: 6
Views: 1516

Re: Filter

Hi, I tried: 1 ok 2 ok 3 ok (I clicked "Show all"). Filter is gone, sorting stays. When I click on the "Filter" button, there is nothing left in the filter-criteria, only in the sort. So, everything seems fine to me. 4 well ... if you remove the filter (show all) then you remove the filter. I know t...
by onoehring
2023-09-04 04:51
Forum: Tips And Tricks
Topic: Import csv
Replies: 12
Views: 1804

Re: Import csv

Hi Ron, a couple of questions first that might help to answer your question: 1. are you using the "new" or the "old" CVS Import wizard 2. are you using some weird enconding (UTF-8 should probably work best) 4. does your file use BOM (if utf8) or not? 5. what are your seperators? 6 are text fields en...
by onoehring
2023-09-01 11:41
Forum: Advanced Customizations > Others
Topic: average values column
Replies: 3
Views: 1179

Re: average values column

Hi,

sorry, no, I not not know this.

Olaf
by onoehring
2023-08-30 10:43
Forum: Bugs/annoyances
Topic: Filter
Replies: 6
Views: 1516

Re: Filter

Hi,

you want to filter first and then print without filter? This does not really make sense to me ... but that's my problem.
You can simply clear filter and sorting, by clicking on the table header. This will reload the page and to print it would take just two clicks.

Olaf
by onoehring
2023-08-27 08:02
Forum: Advanced Customizations > Others
Topic: average values column
Replies: 3
Views: 1179

Re: average values column

Hi, if you need average displayed, you will need to change the layout of the page. You can do this either by using Javascript (someone else on the forum can probably help) and inject "something" (see below) at the position or change the base layout file of the page in the /templates/tablename-dv or ...
by onoehring
2023-08-27 07:42
Forum: Tips And Tricks
Topic: send and email upon insert from non-logged in user
Replies: 7
Views: 1411

Re: send and email upon insert from non-logged in user

Hi, just a quick shot, not tested... somehow pseudocode: In the hooks/tablename.php look for the function after_insert In the function, add the following code (before the return TRUE statement of course): $mi = getMemberInfo(); if($mi['username'] == 'guest'){ $result = sendmail($username, $email, $m...
by onoehring
2023-08-27 07:29
Forum: Getting Started
Topic: Can not get Links to work
Replies: 6
Views: 1032

Re: Can not get Links to work

Hi Michael,

glad to help, and thanks for reporting back.
Take care
Olaf
by onoehring
2023-08-16 06:29
Forum: Getting Started
Topic: Can not get Links to work
Replies: 6
Views: 1032

Re: Can not get Links to work

Hi, when posting code here, please use the [ code ] ... [ /code ] tags/tool from the editor. This will make code much easier to read. Looking at what you posted, it seems, that you have commented out all code .... did you do this on purpose? Try this in links-navmenu.php - what closely to what you p...
by onoehring
2023-08-16 06:05
Forum: Feature Suggestions
Topic: FReq: global search
Replies: 2
Views: 1419

Re: FReq: global search

Hi pstump,

thanks for pointing this out. This is quite nice and would also be something to built on.

Olaf
by onoehring
2023-08-01 08:24
Forum: Tips And Tricks
Topic: Extract age from CNP
Replies: 1
Views: 1580

Re: Extract age from CNP

Hi, please use the "code" tag to show code - make it easier to read. What do you need help with? Is this a MSSQL Server Statement (of MySQL)? What is your problem? What is your goal (what are you trying to accomplish)? Do you want to read some date? Your question is unclear (too unclear to me at lea...
by onoehring
2023-08-01 08:19
Forum: Feature Suggestions
Topic: FReq: global search
Replies: 2
Views: 1419

FReq: global search

Hi, I stumbled over Ragic (https://www.ragic.com/). They have a built in search feature which searches similar to AGs quick search - but obviously in all "tables". Thus: Why not have something like this as well? ragic.png I know, there are permissions (access to tables) to consider, but the idea see...
by onoehring
2023-08-01 08:12
Forum: Getting Started
Topic: connecting to SAP Business database
Replies: 3
Views: 1130

Re: connecting to SAP Business database

Hi Shay,

if you succeed, please let us know how you did it.
goog luck
Olaf
by onoehring
2023-07-31 07:03
Forum: Tips And Tricks
Topic: Case used in SQL Query Any Sugestios?
Replies: 2
Views: 1444

Re: Case used in SQL Query Any Sugestios?

Hi,

aha, and what is your question, problem, desired result?
Maybe this helps: https://www.mysqltutorial.org/mysql-case-function/ and https://www.w3schools.com/SQL/func_mysql_case.asp

Olaf
by onoehring
2023-07-28 09:49
Forum: Getting Started
Topic: connecting to SAP Business database
Replies: 3
Views: 1130

Re: connecting to SAP Business database

Hi,

no.
I once asked if someone has used other than MySQL/Maria DB as DBs - but even there no real experience.
Probably you can set up an ODBC connection and you might need to code SQL yourself :-)

Sorry that this probably was not what you expected / a helpful answer
Olaf