Search found 71 matches

by mohamed
2023-10-02 13:58
Forum: Advanced Customizations > Hooks
Topic: Text Appended to the Bottom of The Page when Setting Up Tabs in Detail View
Replies: 0
Views: 57

Text Appended to the Bottom of The Page when Setting Up Tabs in Detail View

Hello, I am trying apply the commands used on UDEMY - AppGini -- 12. Organizing Long Forms into Tabs BUT The problem the test appended is always appearing at the bottom of the page it does move in the middle between the Main Table and Child Table as shown in the video/code for some reason! Tried it ...
by mohamed
2023-09-16 11:50
Forum: AppGini Plugins
Topic: DataTalk Plugin Not Displayed under Plugins
Replies: 2
Views: 212

Re: DataTalk Plugin Not Displayed under Plugins

Yes, it is under plugins directory.

Thanks
by mohamed
2023-09-16 10:40
Forum: AppGini Plugins
Topic: DataTalk Plugin Not Displayed under Plugins
Replies: 2
Views: 212

DataTalk Plugin Not Displayed under Plugins

Hello,

I have copied plugins directory of DataTalk to my project directory, but I don't see DataTalk under plugins menu in Admin Area.

Am I missing anything ?!

Thank you
DataTalk Plugins.PNG
DataTalk Plugins.PNG (3.09 KiB) Viewed 212 times
by mohamed
2023-05-25 17:35
Forum: Tips And Tricks
Topic: How to Sort Two Fields?
Replies: 5
Views: 2159

Re: How to Sort Two Fields?

Hi Jan,

Cool .. THANK YOU big time ..

Regards..
by mohamed
2023-05-24 19:28
Forum: Tips And Tricks
Topic: How to Sort Two Fields?
Replies: 5
Views: 2159

Re: How to Sort Two Fields?

Thanks JAN, I am able now to do the sorting (following two links in the Forum - forgot the links :( that I have to do the following two steps: 1. Set Default Sort by to None in the Table using AppGini app 2. edit the TableName.PHP file and Configure the function TableName _init function TableName_in...
by mohamed
2023-05-24 11:30
Forum: Tips And Tricks
Topic: How to Sort Two Fields?
Replies: 5
Views: 2159

How to Sort Two Fields?

Hello,

in AppGini I am allowed/able to Sort a Single Field per table using the "Default Sort By" option.

Is there a way to Sort on two (2) Fields/Columns ?


THANK YOU
by mohamed
2023-04-29 19:40
Forum: Tips And Tricks
Topic: Change Font Size of 'title' of the Array in the file Links-Home.php
Replies: 0
Views: 681

Change Font Size of 'title' of the Array in the file Links-Home.php

Hello, Is it possible to change the Font Size of the 'title' of the Array in the file Links-Home.php ? $homeLinks[] = array( 'url' => 'hooks/global-search.php', 'title' => 'Global Search', 'description' => 'Search across all tables', 'groups' => array('*'), // groups allowed to see this link, use '*...
by mohamed
2022-10-03 18:28
Forum: Tips And Tricks
Topic: Read the MD5 Hashed Password
Replies: 2
Views: 670

Re: Read the MD5 Hashed Password

Hello Jan, Thanks for your comments.. Actually, I have ahieved the comaprison using Password_Verify() function ** CODE SAMPLE ** <?php if (isset($_POST['submit'])) { $UserName = $_POST['username']; $Password = $_POST['password']; // run the query after the POST ... $sql = "SELECT * FROM membership_u...
by mohamed
2022-10-02 18:54
Forum: Tips And Tricks
Topic: Read the MD5 Hashed Password
Replies: 2
Views: 670

Read the MD5 Hashed Password

Hello,

Is it possible to read the MD5Pass or Hased Password from the MySQL that is created by AppGini ?

Actually, I have created a simple Login.php page to read user name and password, but failed, as it is alwasy returning Invalid Password :(


Thank you ...
by mohamed
2022-07-28 12:26
Forum: Tips And Tricks
Topic: How to Open a New Blank Page when Clicking on a Record?
Replies: 2
Views: 1229

Re: How to Open a New Blank Page when Clicking on a Record?

Hi Olaf,

Sorry I did not get back to you earlier, as I have missed your feedback.

I just want to Thank You for your feedback.

Best Regards.
by mohamed
2022-07-28 12:24
Forum: Tips And Tricks
Topic: How to use DV Action Buttons in a New Page?
Replies: 0
Views: 453

How to use DV Action Buttons in a New Page?

Hello, I have managed - to display Detail View of a record in a new page instead of the default page ProjectDirectry \templates\ Network_templateDV.html But I don't know how add the Action Buttons: Save Changes < Back Print Preview Delete Save As Copy Next 1. Is it possible ? 2. Do I need to use INC...
by mohamed
2022-07-25 05:33
Forum: Tips And Tricks
Topic: Adding Two Buttons to Table View
Replies: 2
Views: 582

Re: Adding Two Buttons to Table View

Hi pböttcher,

Great, THANKS FOR YOUR HELP 8-)
so, the idential IDs was the cause, and I must use unique IDs

Sure, next time will use inlinecode to post the code.


I am wondering, What is the best Reference or Documentation of AppGini Functions and Variables ?


Thanks again ..
by mohamed
2022-07-24 07:51
Forum: Tips And Tricks
Topic: Adding Two Buttons to Table View
Replies: 2
Views: 582

Adding Two Buttons to Table View

Hello, I have created this BadIP-TV.js file in Hooks to run the two scripts, for the new created buttons in the Table View. The problem both buttons run the same file http://WebSite/alerts/BadIP.php Would you please assist with the Functions and IDs .. THANK YOU :roll: BadIP-TV.js jQuery( function (...
by mohamed
2022-07-18 13:55
Forum: Getting Started
Topic: SUM Generated by "Show Column Sum" Does Not Show Decimilas!
Replies: 2
Views: 484

Re: SUM Generated by "Show Column Sum" Does Not Show Decimilas!

AhmedBR,

All values are decimals.
and
I noticed when I do a refresh the total appears with 2 decimlas for a second, then it disappears :| for some reason.

Thank you ...
by mohamed
2022-07-18 12:05
Forum: Getting Started
Topic: SUM Generated by "Show Column Sum" Does Not Show Decimilas!
Replies: 2
Views: 484

SUM Generated by "Show Column Sum" Does Not Show Decimilas!

Hello, I have set the Calculated Filed to the following SELECT command, whick works perfectly with each row, but the 'grand total' or the Caluclated Sum generated by selecting Show Column Sum does not show the 2 decimlas !! SELECT ( COALESCE(Access_Charges, 0) + COALESCE(Port_Charges, 0) + COALESCE(...
by mohamed
2022-07-04 15:54
Forum: Bugs/annoyances
Topic: Databases Locked Completely - Cannot Login
Replies: 6
Views: 976

Re: Databases Locked Completely - Cannot Login

Hello Again,

it seems I have not download the right PHP version for my IIS which is Non-Thread Safe (NTS), because when I downloaded this PHP NTS version 8.1.7 the databases worked successfully.

I should change my glasses :geek:


Thank and sorry for the trouble 8-)
by mohamed
2022-07-04 15:26
Forum: Bugs/annoyances
Topic: Databases Locked Completely - Cannot Login
Replies: 6
Views: 976

Re: Databases Locked Completely - Cannot Login

Hello ALL, I have jhust thought of changing/downgranding the PHP version. The Producton/old or Source Server running PHP v8.1.4 While The New/Destination Server is urnning PHP v8.1.7 So, when I removed v8.1.7 and copied the PHP 8.1.4 from the other server, it started to work!! I have no clue OR What...
by mohamed
2022-07-03 20:18
Forum: Bugs/annoyances
Topic: Databases Locked Completely - Cannot Login
Replies: 6
Views: 976

Re: Databases Locked Completely - Cannot Login

Hi pböttcher, I have attached the actual screen, however the errors are as follows: - in the URL: TheHost/DB/index.php?loginFailed=1 - in the Page: Your previous login atempt filed. Try again However, its getting more weired, becuase I have copied/restrored 2 databases to the new server. That the er...
by mohamed
2022-07-03 18:49
Forum: Bugs/annoyances
Topic: Databases Locked Completely - Cannot Login
Replies: 6
Views: 976

Re: Databases Locked Completely - Cannot Login

Hi Jan,


Yes, I am able to logon to the database easily.
Nothing seems wrong with datatabase as well as the passwords in the script.


I am using Windows IIS


Thanks ...
by mohamed
2022-07-03 17:23
Forum: Bugs/annoyances
Topic: Databases Locked Completely - Cannot Login
Replies: 6
Views: 976

Databases Locked Completely - Cannot Login

Hi All, I have a strange problem, that after Installing the new Windows Server with PHP 8.1.7 and MySQL 8.0.29 .. a fresh installation and then Restore the databases from the Source Server. I am not able to long in using any user inlcuidng admin :cry: although that I have tried: 1. to reset the 'adm...
by mohamed
2021-10-04 15:47
Forum: Tips And Tricks
Topic: How to Open a New Blank Page when Clicking on a Record?
Replies: 2
Views: 1229

How to Open a New Blank Page when Clicking on a Record?

Hello,

How to redirect the Click of any record in the Table View, to open a new HTML blank page instead of the default Detail View HTML Page?!
by mohamed
2021-10-02 13:42
Forum: Advanced Customizations > Hooks
Topic: How Can I make the Box of Fields Wider in Detail View Page?
Replies: 4
Views: 1397

How Can I make the Box of Fields Wider in Detail View Page?

Hello,

I have managed to created a customized Detail View page, but the problem the box is not wide enough to list all fields horizontally.

Is there a way to make the box "dynamic" or bigger, e.g., page wide ?!


Thank you ...