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 - nermin.secom

3
Questions / Re: Select or AddOn-the-Fly
No you didn't understood me .

Let say I have separate table with country names....

And now I want to add new one but while I'm creating/editing different records in different table

I don't need double(2 country ) I need to add new record to table of country from this table

So this button should simple popup that open add form of country....

So simple it should only be button that could open add of country and after that it select same record like i created in add form of  country / last record
4
Questions / Select or AddOn-the-Fly
Hello is there possibility to add on the fly anyway

Lets say I have some customers.... I want to add new one on the fly while filing other list

5
Issues / Testing this software and palling to buy but i have some issues
I create test table with 2 columns....

when i try to import data i get

Access to localhost was denied
You don't have authorization to view this page.
HTTP ERROR 403

I try to edit access file "ACL.php" but wit no luck i found some topic 2 year old...
I try to add it to exuded site and its not working...
Is this problem going to be fixed soon or ??


Additionally one more bug when generating  chart js in random color  it become transparent problem is with rgba color on end it should be 1

I found solution for this manually editing etc \app\views\partials\home\index.php   replacing

Code: [Select]
echo "'" . random_color(0,9) . "',";

with

Code: [Select]
echo "'" . random_color(1) . "',";

there is good sample chart.js generator online

https://livegap.com/charts/chart.js/app.php