Code backup
This commit is contained in:
2026-05-10 16:59:01 +02:00
commit 368d6fafea
796 changed files with 315310 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
// Override Method - modified - Grid Item
// Permette di avere un campo selezionato allinterno di più righe e aggiornare la griglia visualizzata quando viene cliccato il campo desiderato.
public boolean modified()
{
boolean ret;
TestCheck tchk;
ret = super();
if(TestCheck_NoYesBlank.value() == NoYes::Yes)
{
update_recordset tchk
setting NoYesBlank = NoYes::No where tchk.NoYesBlank == noyes::Yes;
TestCheck_ds.research();
}
return ret;
}
+20
View File
@@ -0,0 +1,20 @@
Aggiungere come metodo il display del campo
public display ReqGroupId reqGroupId()
{
return InventTable::find(this.ItemId).ReqGroupId;
}
PALEBI_ServiceOperation so;
ttsBegin;
while select forupdate so
where so.PALEBI_ServiceOperationId == 'SO26-00169'
{
so.ApprovedBy = 'asa';
so.update();
}
ttsCommit;