Change Password Dialog Issues/Questions


Author
Message
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
I just added a call to show the user the change password dialog. However, there are some problems with it.



- The user isn't set. The user name textbox is blank. How does this get set? I'm calling after logging on, so there is a current user.



- The Confirm Password label is cut off. I tried to set the form as resizable, but the label isn't anchored.



- The tab order is apparently whacked. It tabs from the old password to the OK button, that's all.



Maybe there is another way to call this that I'm missing?

Replies
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
How's this going Ben?
StrataFrame Team
S
StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
I ran into a few snags with it on Friday.  I'll let you know a better timeline on a fix after our scheduling meeting on Tuesday with Trent back in town.
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
Thanks Ben!
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
What is the status on this? Are there any work arounds?
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
Any progress on this?
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Yeah, it is on our list and will be fixed before we release the next update.  Sorry for the delay, but we have made a number of enhancements to the core of the framework in the UI side to improve rendering and performance accross RDP sessions and in general, along with some other changes that we have really wanted to test in depth before pushing out a build.  That is where the delay has been.  But this will be included in the next update when released.
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
Cool BigGrin
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
OK, I just figured out my problems. The Login.ShowPasswordChangeForm takes as an argument a SFSUserBO. It finally dawned on me that the form was probably just changing the BO, but not saving it. If I use code like:

Using userBO as New SFSUsersBO()

userBO.FillByPrimaryKey(SecurityBasics.CurrentUser.UserPK)

If Login.ShowPasswordChangeForm(userBO) Then

userBO.Save()

End If

End Using


it works.



So, the only thing needing fixing is the confirm password label (as far as I know)
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Great.  We will be sure that it is corrected in the next update. Smile  Thanks.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Greg McGuffey - 18 Years Ago
Greg McGuffey - 18 Years Ago
StrataFrame Team - 18 Years Ago
                 How's this going Ben?
Greg McGuffey - 18 Years Ago
                     I ran into a few snags with it on Friday. I'll let you knowa...
StrataFrame Team - 18 Years Ago
                         Thanks Ben!
Greg McGuffey - 18 Years Ago
                             What is the status on this? Are there any work arounds?
Greg McGuffey - 18 Years Ago
                                 Any progress on this?
Greg McGuffey - 18 Years Ago
                                     Yeah, it is on our list and will be fixed before we release the next...
Trent L. Taylor - 18 Years Ago
                                         Cool :D
Greg McGuffey - 18 Years Ago
                                         OK, I just figured out my problems. The Login.ShowPasswordChangeForm...
Greg McGuffey - 18 Years Ago
                                             Great. We will be sure that it is corrected in the next update. :)...
Trent L. Taylor - 18 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search