Skip to main content

Show Posts

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

Messages - Josito

1
General Discussion / Re: Calculated field
Hello and thank you Willwin for taking the time to answer. You know, I am not a programmer I just do small programs from time to time for our association of amateur breeders and this fact I quickly forget about sintaxe. I will deepen my knowledge in this sense to be able to use PHPRAD better than I will order the classic version. Thanks again.
2
General Discussion / Calculated field
Hello, I am trying to finish a small application: I would like to improve a form where there are several decimal fields, I would like to calculate a field with the values of the other fields. I tried to insert this into events before update
$ modeldata ['Celkom'] = $ modeldata ['Hmotbody'] + $ modeldata ['Srstbody']; without success. In addition I would like to update the field another table with the value of this field. Could someone help me for the sintaxe. Or is this not the right place to achieve the desired result.Thank you
3
General Discussion / Publication sursite Hostinger
Hello everyone, before buying phprad I created a small application that works well on my local site. I would like to test it also on my Hostinger site. I suppose we need to create a new database on the site, create the tables with the dump sql from the local database, load the php application with filezilla. Someone would be so kind as to explain to me in a simple and clear way understandable for a beginner the procedure. You have to publish the application on the local site by specifying for production before putting it on the website? And what are the modifications to be made on the website so that the application is recognized and working? Thank you in advance
4
General Discussion / New table
Hello everyone, I am working on my first project: I just added a table to my database, it appears in the list of tables in my database but not in the FormManagePermission list and therefore I cannot grant permissions. there are indeed the controls for this table, I synchronized the database and nothing changes. A solution?
5
Questions / Re: Question
Hello willwin and thank you, studying your code I have the impression that the one who will register will have a default role and will not be able to register under anything other than the default role. I would like him to be able to choose between exhibitor, judge, vet ect but not administrator. I don't know if it will be possible. Thank you for your answers
6
Questions / Re: Question
Thank you for your answer, I am new and I confess that I did not understand your answer well. It is simply a small application to register the participants of a poultry show. There are already exhibitors, veterinarians of the judges and me as administrator and I would like to prevent a new participant from registering as administrator and having full rights also on the application. Is there a simple way to find a solution? Thanks again
7
Questions / Question
Hello everyone, I am new to PHPRAD, I would like to know if there is a way to prevent a new one from registering as administrator for an application.Thank you