Quintiq file version 2.0
|
#parent: #root
|
Method Login (internal[GUIComponent] parent) id:Method_Lib3DS_DialogLogin_Login
|
{
|
#keys: '[139462.1.1446007690]'
|
Body:
|
[*
|
EditorService.Text( 'https://vdevpril55dsy.ux.dsone.3ds.com/3DSpace/' );
|
|
if ( Dialog.DoModal( Application ) > 0 )
|
{
|
username := EditorUsername.Text().TrimBoth();
|
password := EditorPassword.Text().TrimBoth();
|
service := EditorService.Text().TrimBoth();
|
|
Lib3DS_RootDataset.Login( username,
|
password,
|
service );
|
}
|
*]
|
}
|