lazhen
2024-10-15 a02eb284e0492ebb023df6e86e4beda1f96b6a41
_Main/BL/Type_Test/StaticMethod_Test.qbl
@@ -11,8 +11,10 @@
{
  TextBody:
  [*
    traverse( macroPlan,Product_MP,product ){
      archive.ActualDailyProductionData( relnew,ProductNo := product.ID(),ProductionDate := Date::Construct( 2020,4,1 ),ActualOut := 100);
    traverse( archive,ArchiveFile,object ){
    //  object.Name();
    //  object.FilePath();
    //  object.SourceFileBinaryValue();
    }
  *]
}