Search found 16 matches

by tavitooo
Mon Apr 27, 2020 4:01 pm
Forum: General Questions
Topic: How validate a textbox?
Replies: 1
Views: 1158

How validate a textbox?

Hello

I want validate a text with only accept this characters
:
?

I see a "Text Format" and I put only a one character but how add 2 or more characters?.

Image

Thanks
by tavitooo
Mon Apr 27, 2020 7:19 am
Forum: Forms
Topic: Show in a Text result from Database sql?
Replies: 1
Views: 2846

Show in a Text result from Database sql?

Hello

I have a button and "text1" When I clicked on the button is possible show a randon message from the database in "text1"?.

PLease how.

Thanks
by tavitooo
Sun Apr 26, 2020 8:53 pm
Forum: General Questions
Topic: Change button Shape to Button Submit?
Replies: 1
Views: 1338

Change button Shape to Button Submit?

Hi guys

I have a button Send designed with "Shape" but Is possible convert it to button "Submit" for a form?.
by tavitooo
Sun Apr 26, 2020 8:51 pm
Forum: Forms
Topic: Why the Form convert to Layout?
Replies: 3
Views: 3153

Re: Why the Form convert to Layout?

Now is working
IN properties to Layout In the Tab "Form" I can find the Form Settings and connect to SQL

Thanks
by tavitooo
Sun Apr 26, 2020 8:18 pm
Forum: Forms
Topic: Why the Form convert to Layout?
Replies: 3
Views: 3153

Re: Why the Form convert to Layout?

Awesome that was, now it works. So many thanks
by tavitooo
Sun Apr 26, 2020 7:59 pm
Forum: Forms
Topic: Why the Form convert to Layout?
Replies: 3
Views: 3153

Why the Form convert to Layout?

Hello guys

I wnat create a "Form Wizard" but when I finish it, it change to Layout. see above pictures:

Its ok It say "Form 1" I created a form but when I click on button Finish (see what happen in the next picture).
http://elinformanteperu.com/7777.jpg


It change to Layout, and I need enter ...
by tavitooo
Fri Apr 24, 2020 4:33 pm
Forum: General Questions
Topic: Change Admin Password with a module?
Replies: 2
Views: 1771

Change Admin Password with a module?

Hello

Is possible add new User admin password or delete or modify via by website?.

Because I see in "Admin" module only Put an specific password.

Image
by tavitooo
Fri Apr 24, 2020 3:53 pm
Forum: General Questions
Topic: About Roles Admin
Replies: 3
Views: 1765

Re: About Roles Admin

Yes in the page "User redirect" instead of "username" I changed it to "role" and now is working and now I can create new users with a specific role and it redirect automatic an specific page:

if ($_SESSION['role'] == 'Por Menor')
{
header('Location: ./users/vesti_visual.php');
exit;
}
if ...
by tavitooo
Fri Apr 24, 2020 2:53 pm
Forum: General Questions
Topic: About Roles Admin
Replies: 3
Views: 1765

About Roles Admin

I have a small web page and I want to know how according to the type of user it sent to one page and if it is another user go to another specific page. And in the administrator module is possible create more users assigned to a specific page.
For example, in Log In, when an user enters with an ...
by tavitooo
Fri Apr 24, 2020 2:08 am
Forum: General Questions
Topic: Button Hover with Image
Replies: 2
Views: 1874

Button Hover with Image

Hello guys

I have a button Image with color black I want when Mouse is over it change for other color blue (I have an image with color blue) How I can do it?.


Image

THanks
by tavitooo
Sat Apr 18, 2020 3:30 am
Forum: Forms
Topic: Logn Admin form About the Action "Delete"
Replies: 1
Views: 2947

Logn Admin form About the Action "Delete"

Hello friends

When I list users register In Action I see Delete and Edit. But when I clicked in Delete it delete the register but I cant see an alert message if You like delete it". So is possible add a message alert before Delete this register item?.

http://elinformanteperu.com/messagealert.jpg ...
by tavitooo
Sun Apr 12, 2020 10:02 am
Forum: Forms
Topic: DataTable with row image?
Replies: 3
Views: 2980

Re: DataTable with row image?

THanks,

I put that code in sql and is ok it show the image in the list (extention: DataTables) I put size html and is better thanks for that.

OK now I have the Login "Admin" and when I go to Edit (I actived Avatar) I upload a image and it save in sql for example 607001_01.jpg I need to know if is ...
by tavitooo
Sun Apr 12, 2020 9:41 am
Forum: General Questions
Topic: Time for Protect Page?
Replies: 3
Views: 1027

Re: Time for Protect Page?

Sorry Thanks I found the solution! you are ok!!
by tavitooo
Sun Apr 12, 2020 9:35 am
Forum: General Questions
Topic: Time for Protect Page?
Replies: 3
Views: 1027

Re: Time for Protect Page?

But where because when I click in properties in "Protect page" I dont see timeout. I dont have "Login Form" I have a Extensions called: DataTAbles".

Image
by tavitooo
Sun Apr 12, 2020 7:48 am
Forum: General Questions
Topic: Time for Protect Page?
Replies: 3
Views: 1027

Time for Protect Page?

Hello

When I am not doing anything on the website in a short time of minutes, it redirects to Access_Deny page butis it possible to extend the timeout?

PLease

Thanks
Gustavo
by tavitooo
Sun Apr 12, 2020 7:39 am
Forum: Forms
Topic: DataTable with row image?
Replies: 3
Views: 2980

DataTable with row image?

HI I have a table but I need add a image in a row is possible it?. In my sql server I have the link for example: https://ae01.alicdn.com/kf/HTB17jEIc6fguuRjSszcq6zb7FXaW/2019-nuevo-vestido-para-ni-as-ropa-para-ni-os-Chico-chicas-fiesta-de-boda-vestidos.jpg_q50.jpg

But when I list it I see all the ...