PDA

View Full Version : SB 10 - Username and Password



Darrel Witham
08-21-2018, 10:57 AM
I need to have the operator installing my service key in a username and password that has full admin rights.
I need the service to be able to print portrait or landscape.
I have a custom dialog created but cannot figure out how to go 'Back' if either the
username or the password is blank.
I have used the OnInit and OnUpdate but cannot get the 'Back' to work.
Any help would be appreciated. TIA, Dee

Darrel Witham
08-29-2018, 11:43 AM
This was answered in the softvelocity.clarion.addons.setupbuilder newsgroup by Charles Edmonds.
Thank you Charles!

NewsArchive
08-30-2018, 02:22 AM
> I need to have the operator installing my service key in a username and
> password that has full admin rights.
> I need the service to be able to print portrait or landscape.
> I have a custom dialog created but cannot figure out how to go 'Back' if
> either the username or the password is blank.
> I have used the OnInit and OnUpdate but cannot get the 'Back' to work.
> Any help would be appreciated.
> TIA, Dee

Hi Dee,

In your code where you detect that the password or username is blank, you
set the SB var %_SB_DIALOGNEXTID% to the name of the dialog you want to
return to, then use CYCLE LOOP (from the command selection menu on the
sidebar).

Attached is a screen shot of how we check to make sure the user entered a
directory.

Does that help?

Charles



--
-------------------------------------------------------------------------------------------------------
Charles Edmonds

cjeByteMeSpammers@lansrad.com (remove the "ByteMeSpammers" to email me)

www.learnh5fast.com - Master building web and mobile apps with Clarion H5!
www.clarionproseries.com - ProDocument, ImageEx, ProScan, ProImage, ProPath
and other Clarion developer tools!
www.seal-soft.com - The xProduct Clarion templates - xWordCOM, xToolTip,
xDataBackup Manager and more!
www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
www.setupcast.com - "A revolutionary new publishing system for software
developers - enhanced for SetupBuilder users!"
www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
and Forms - Now with PNG support!
www.fotokiss.com - "World's Best Auction Photo Editor"
www.lansrad.com - "Intelligent Solutions for Universal Problems"
-------------------------------------------------------------------------------------------------------

NewsArchive
08-30-2018, 02:24 AM
Yes it does - THANKS!!

Dee Witham