Beispiel #1
0
 void executePrivate( )
 {
     /* GeneXus formulas */
     /* Output device settings */
     AV8Context.FromXml(AV9Session.Get("context"), "");
     this.cleanup();
 }
Beispiel #2
0
 void executePrivate( )
 {
     /* GeneXus formulas */
     /* Output device settings */
     AV9Session.Set("wwpcontext", AV8Context.ToXml(false, true, "WWPContext", "FMX"));
     this.cleanup();
 }
Beispiel #3
0
 void executePrivate( )
 {
     /* GeneXus formulas */
     /* Output device settings */
     AV9Session.Set("context", AV8Context.ToXml(false, true, "Context", "CalcularPeajes"));
     this.cleanup();
 }