Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Find Mode - Cut and Paste?


Duck Billed Platapus

Recommended Posts

What I'm Trying to Do: I'm basically trying to have users log into the database using their name (last, first) and a password. I have the main database and the password database (where the passwords are stored).

 

I basically pop up a custom dialogue that sets globals with the name and password. I then do a find by name and then a x=y check to ensure it's the correct password.

 

I'm having difficulty with inputting the name into the find field. I know you have to use cut and paste (unless someone has a better solution), but I can't seem to get this to work. Does anyone know the specific copy/paste settings that are required in the find command?

 

I apologize to those who would type in RTFM, but I have searched for a couple of hours to no avail on google and I don't have a manual. :(

Link to comment
Share on other sites

I know you have to use cut and paste

 

 

You most certainly do not have to use cut (or copy) and paste. I almost never use cut copy or paste in FileMaker. Cut & Copy both wreck the end user's clipboard, C & P is clumsy, it's not greatly reliable, and the field from which data is being cut/copied or pasted needs to be on the active layout.

 

Use Set Field and Go to Related Record instead of Find Mode and definitely instead of Cut and Paste:

 

Show Custom Dialog ["Log in" fields g.UserNameGlobal, g.PasswordGlobal]

If [(RelationshipBetweenUserNameGlobal_and_UserName::Password = g.Passwordglobal]

.... {then they've logged in appropriately. record it if you're recording logons, go to layout do whatever else you do at startup}

Else

..... Show Message ["Wrong, sucker!" / OK]

..... Quit Application

End If

 

 

In real life I'd use a loop that you get to exit only when g.PasswordGlobal matches RelationshipBetweenUserNameGlobal_and_UserName::Password, so that incorrect combos result in a Beep + same dialog. Or give them x number of tries.

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use