Martin Heigl
- Total activity 989
- Last activity
- Member since
- Following 0 users
- Followed by 11 users
- Votes 62
- Subscriptions 388
Comments
Recent activity by Martin Heigl-
Hi, ( ( (Machine time + Labor time + Mach+labor time) if "per assembly" > 0 then (* (Order Quantity + Scrap) : (per assembly)) : Utility factor * Work steps * (1 +...
-
Hi Phil // with follow method you can make it unvisible menu=disable=ReceiptParts // if outside of load event, you must redraw the buttonsmenu=redraw // to activate it menu=enable=ReceiptParts // a...
-
Hi João Antonio Thank you for sharing regards Martin
-
you can open the customizing script in this form too the name is in this case Reprogramacao.src (the dwname) here you can do all in example form_load // Change title dw_1.item.datefield.title=My Da...
-
Hi, this is calling the window event "savetimereceipt" and here you can cancel the process windowevent savetimereceiptif <dw_1.item.abgkz.value> = J then return -1end ifend event
-
Hi Phil, insert missing field in pool report create=column=name=scrap,id=templatefield1,visible=0 this produce a new field "scrap" and save information in templatefield1 regards Martin
-
For me it's not clear, on which place you want to define the "quantity". Over Manual receipt it's not possible
-
We've an hidden field "manual ready" in work order positionBut current official not supported: BEAS_FTPOS.MENGE_FERTIG_MAUELYou can insert this over Beas Usability package or by Script if you chang...
-
please check, if "beas_mrp.user1" is inside the sql statement example with messagebox=<dw_2.tableselect> and check inside the debug log
-
this list is saved in dw_2and some fields changed before retrieve In debug level i found only one place : dw_2_loadIdea: Load table definition, change, save backAnd then the follow script can conti...