str userNameCon,UserLicenseCon,results;container conUser,conLicense,record;Args args = new Args();record = conIns(record,1,conUser);record = conIns(record,2,role);record = conIns(record,3,field.valueStr());results = con2Str(record,',');args.parm(results);
args.record(role);
SecurityLicenseRole role;
con2Str([role], ',');
SecurityLicenseRole role;
public void clicked()
{
super();
int recordsCount,i;
str userNameCon,UserLicenseCon,results;
container conUser,conLicense,record;
UserLicenseView userLicenseView;
Args args = new Args();
recordsCount = LicenseTmp_DS.recordsMarked().lastIndex();
LicenseTmp = LicenseTmp_DS.getFirst(1);
while(LicenseTmp)
{
conUser = conIns(conUser,1,LicenseTmp.Id );
conLicense = conIns(conLicense,1,LicenseTmp.License);
LicenseTmp = LicenseTmp.getNext();
}
record = conIns(record,1,conUser);
record = conIns(record,2,role);
record = conIns(record,3,LicenseField.valueStr());
results = con2Str(record,',');
args.parm(results);
MenuFunction menuFunction;
menuFunction = new MenuFunction(menuitemActionStr(LicenseBasis), MenuItemType::Action);
menuFunction.run(args);
}
args.parm(results);
SecurityLicenseRole role;
conUser = conIns(conUser,1,Table.Id );
container record;
record = conIns(record, 1, conNull());
record = conIns(record, 2, role);
record = conIns(record, 3, field.valueStr());
str results = con2Str(record, ',');
Args args = new Args();
args.parm(results);
André Arnaud de Cal...
291,969
Super User 2025 Season 1
Martin Dráb
230,842
Most Valuable Professional
nmaenpaa
101,156