Nadav Caridi
- Actividad total 163
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 5
- Suscripciones 62
Comentarios
Actividad reciente de Nadav Caridi-
Yeah I'm not sure , but if you have no more buttons on the form and you right click to add buttons and click Remove on the form to delete the definition does that work ?
-
I think if you don't have funcion buttons configurations on the form ID it should give it a try ..
-
Maybe you can create a custom button with IPT and add a click validation .. just a thought ..
-
Sorry never played with that. you can try to use the UI to click the different menus , again no experience with that . (with the Activate(522) methods) another option I'm using for something compl...
-
Hi , example in the help file isn't working for you ? (invoice) You can use the SQL: syntaxExample: 'SQL:SELECT USER_CODE FROM OUSR WHERE INTERNAL_K = $[OINV.UserSign]' will on an invoice send an...
-
Oh my bad :) you're probably getting the actual owner name this way, try to supply the table syntax instead e.g. $[ORDR.OwnerCode] Good luck !
-
check out this post : https://support.boyum-it.com/hc/en-us/community/posts/360009478438-Check-inventory-and-change-quantity-color
-
assuming you're sending directly from the sales order document : SQL:SELECT t0.email from OHEM t0 WHERE t0.empID=$[$222.0.0]
-
Hi, Suppose you'd like to color the first row : Item itm = form.Items.Item("38"); // Set form itemMatrix oMtx = (Matrix)itm.Specific; // Access MatrixoMtx.CommonSetting.SetRowFontColor(1, 4678655)...
-
Hi, According to https://help.boyum-it.com/B1UP/index.html?macro.html this is not officially supported. (Matrix Cells / Matrix Rows in the table) You can achieve that however with the .net code o...