26

(30 replies, posted in General)

Got it.
Thanks

27

(30 replies, posted in General)

I appreciate it.

28

(30 replies, posted in General)

Hopefully MVD Dev will read this and have a solution.

Even disabling the encryption would be better than not being able to use it.

Alan

29

(30 replies, posted in General)

Dmitry hasn't posted anything since the end of October.  I hope all is ok. I know he was working on new documentation and I don't mean to complain but if he could expose either how he's doing the encryption or give us a function to duplicate it, it sure would help me.. and anyone else that needs it.

Any direction would be useful so I can continue with my project.

Alan

30

(30 replies, posted in General)

I had forgotten but I want to create the users programmatically. So basically I am dead in the water.

31

(30 replies, posted in General)

I have confirmed that MVD must be using some sort of salt to create the passwords.

I added two users thru the app with the same password and when it stores it in the database, they are different.

This sort of messes up any idea that I can think of to do a reset or forgotten password.

HELP....

Thanks
Alan

32

(30 replies, posted in General)

I tried the idea of creating a table of encrypted passwords, but when I set a users password to one of those it doesn't let them login.

I am wondering if Dmity is using some sort of salt value to make the passwords unique.

Alan

33

(7 replies, posted in General)

Sorry, should have made myself clearer..

I want to remove and add TabSheets in the MVD IDE.. I think I got the remove, just highlight and hit Delete, but not understanding how to Add a tab.

Thanks
Alan

34

(11 replies, posted in General)

Thanks, I'll work with that.

Alan

35

(11 replies, posted in General)

Link is dead. This is something I could really use..

Does anyone have a copy that they could send me?

Alan

36

(7 replies, posted in General)

Looks like I can highlight in the Structure Tree and just hit the delete button.

How to I add TabSheets?

Alan

37

(7 replies, posted in General)

Probably simple, but I can't figure it out.

I know how to change the caption on an existing TabSheet, but I want to remove some TabSheets from an existing Project.

I guess I probably need to be pointed to how you add them also.

Thanks
Alan

38

(1 replies, posted in FAQ)

Link appears to be dead

39

(2 replies, posted in General)

Brian,

Perfect, I understand how to make it work.

Thanks so much.

Love MVD

What is the best way to stop a user from adding a record if I have set a limit that the user can add into a table?

There will be other records in the table for other users so I need to count them for the current user and then give them a message and stop the add from happening.

Thanks

41

(30 replies, posted in General)

Looks very good. Thanks to both of you.

42

(30 replies, posted in General)

Brian
I will check that out in the morning.
Thanks so much.
Alan

43

(30 replies, posted in General)

Brian

I like the idea of the 1234 password. I can make that work.

Now if I can find the secret to adding a label that looks like a link to the login page and when the user clicks on it I can show them a forgot password form and then send them the new password.

I think cdb has done something similar but I was not able to get it to work.
If someone would be willing to create a working example that would be fantastic.

Thanks again

Alan

44

(30 replies, posted in General)

I have to have a way to update the users password, either programmatically or thru SQL. I want to create a link so that when the user forgets this password, which we know is going to happen, that I can email him a new one. I need to be able to get that new password into the database so when they log back in, it will work.

Am I missing something??

Any help would be appreciated. My last two hurdles are this and the Forgot Password on the Login page. I really love the new Roles feature so I want to work with it and not try to create my own. I've tested hiding/disabling buttons, etc based on the Role that the user is in and it works great.

Alan

Looks very useful. Thanks

46

(30 replies, posted in General)

I am wanting to create a base app that I can use for all my apps going forward.

I think I've decided I want to use the Library app.

In my first app, I will probably be creating user accounts via a sql query. I see that the password in encrypted or hashed, I'm not sure which. It doesn't appear to be an md5 hash.

Can someone tell me how I can create the encrypted/hashed password when adding users?

Hopefully this can be done.

Thanks
Alan

47

(5 replies, posted in General)

CDB, Thanks but getting an error.

Basically I want to duplicate what you've done as a starting point to make sure I understand.

I'm actually using the Library example app, but when I add your code I get a red line on the first line of your code.

I put it between and Begin and End.

I'm new to MVD so it might be something stupid that I'm doing wrong, but I sure don't see it.

Do you know if I'm successful in getting something like a button to show, how I would handle the OnClick event?

48

(7 replies, posted in General)

Thanks for the information. Yes, not what I wanted to hear, but I understand and will see if my friend can deal with it.

Thanks again for your help.

Alan

49

(7 replies, posted in General)

MariaDB is a drop in replacement for MySQL so you just connect to it like you would MySQL. Nothing special that you have to do.

Does that work?

50

(5 replies, posted in General)

CDB,
Thanks

Please excuse my ignorance but when you say "in the default begin....end place code similar too."

what do you mean?? Where do I put it in my script file. I have much to learn.

And if I create a couple buttons, how can I program the OnClick?

Alan