Jobi Joseph
- Actividad total 19
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 1
- Suscripciones 3
Comentarios
Actividad reciente de Jobi Joseph-
Hi geoff , As simple , i need a user defined form to close with b1up validation .. form data no need to save..
-
Hi Geoff, Cutomer want system to work with scanning , so ass soon they scan close , it should close user defined form. all comments you seen there is my trys to avoid that
-
Hi Geoff , thanks for your suggestioni tried many ways , once it come to close its bugging system
-
could you please help with macro that used for line loop , from a query screen to sales order. or screenshot of scenario that you tried.. i can be available for a call , please help to solve this
-
Macro error in UF-010: System.Exception: Could not find Item with UID: "BOY_1" on Form: 139 (Sales Order) [Macro Command: StatusBar($[$BOY_1.S.O.0]|information)] Macro Enviroment parameters: [Curre...
-
someone can assist or not ?
-
i tried both way , its not working . i tried to put simple validation based on first column , not even that works with same error
-
This is not working , what i need is , from this query window based on selection item should be added to sales order , this is customer request , other work around i already showed them . but the...
-
StatusBar($[$BOY_1.Customer.0]|information); @STORE1=$[$BOY_1.Customer.0]; Activate(2050); -- Open S0 Set($[$4.0.0]|@STORE1); -- Set BP Code
-
i tried lineloop Freeze();Transfer($[$38.1.0]|$[$BOY_1.Code.0]); //Transfer itemCode Transfer($[$38.11.NUMBER]|$[$BOY_1.Qty.0]); //Transfer Quantity Transfer($[$38.14.0]|$[$BOY_1.Price.0]); //tr...