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 - murugappan

1
Questions / Re: How to Update to New Version
Hi,

This has not been resolved to date. Many of our local forum members are facing the same problem too. I am afraid if this is not resolved the sales of this product may be affected.

Please address this soon as some of our members are looking for alternates.
2
Issues / Different Add and Edit field properties
Hi,

After testing so many ways, i was unable to set the field properties differently for Add page and Edit page. Allow me to explain. When i add a user, i want all the fields to be set as "required" but when i edit the user record, i want all the field as "optional". That is what editing about. Currently when i edit the user record, the edit page requires me to enter all the fields, including the password field,  when i only want to change the name field.

This may have been asked before, I did not get much luck with the forum, Please help.
3
Issues / Re: How do i change the inbuilt code editor?
@willvin

Its odd, the formatting is missing on first time set up of a new project. After i code a line or two the editor and save the project, the formatting comes alive. Not sure if these is an issue with software. Anyway thank you so much.
5
Issues / How do i change the inbuilt code editor?
Hi,

When i edit various element like custom.css, the editor format the code properly. When i edit an element, like a header, in the page design, the edit goes dummy and does not have any formatting (see attached)

How do i change this?
6
Questions / How do i add or replace css and js library?
Hi,

I want to change the Bootstrap and Jquery library with latest CDN links. Example the current BS library is not the latest for BS4. I want to change that by using CDN. That goes for jquery as well. Additionall i want to jquery components and they additional libraries, like smooth scroll. How do I these?

I used the search in google and in the forum and got nothing. The Radsystems Forum is not good and helpful. Please assist.
10
Questions / Date Field does not show datepicker
Hi,

I set a field in the table as date. When i tried to edit the field in the user page, it does not show the datapicker instead it show an plain text input field. I tried changing the textbox Type but it still did not work.

Also, this damn forum never worked properly. I am unable to upload any file as it say "The upload directory is full. Please contact an administrator about this problem."

Please help.
11
Issues / Adding style in page heading does not work
Hi,
I am using PhpRad 2.7.3. I am a newbie. In one of the tutorials, i learnt that we could change or remove the icon in "add" button. When i did that, it did not work. The tutorial is by Twozik  "https://www.youtube.com/watch?v=Fs0D9yRNVnw&t=319s".  The definition is as follows:

<b>Add New Records</b>
<style>
    button i {
        display:none;
    }
</style>

You damn forum does not work either. How do you expect us buy the new RadSytems when your forums and support dont work. When i upload files it says it full. Damn!


13
Questions / Re: Use multiple Databases
@willvin what you saying is i can do this:

(1) Add main page for the detail
(2) then add a subpage for the list under the main page.

if that the is true, i see what you mean and i will try that. Still one question remains. Where do i add the code to connect to another database and how to do i get the details to the view, add, update and  delete pages.

I would be great if you could add a sample tutorial in YouTube showing this. I am sure many subscribers to PHPRad would like to know as well.
14
Questions / Is PyRAD still supported?
I tried the PyRAD website. It does not allow me to download, check the pricing or anything. Is PyRAD still available and supported? How do i purchase a licensed copy?
15
Questions / Re: Use multiple Databases
Hi Willvin,

We understand the limitation of this software. My need is this.

(1) I want to display a list from a table in a SQLSRV database.
(2) When i select a row in the list, i want to display the details of the row on another page and also display a list of rows from table in MySQL database

Allow me to give you a summary example:
(1) Doctor accesses the list of patient appointments (in SQLSRV)
(2) The details of the appointment are show in another page
(3) Below the details, list of medical visits (from MySQL Database) are then shown.

I this possible in PHPRad? Something gives me the feeling that this has to be done completely in custom code.