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-
Hi, I'd just work around it and create a function button directly with the IPT + add a click validation to tie a UF. Good Luck , Nadi.
-
Comentario oficial Hi , Does that even work as an SQL ? I always start off by running the command on SSMS to see that I'm using the proper SQL syntax with real values.
-
Sure , maybe theres a better way to do this with B1UP , I'm not sure. Glad it worked.
-
ok try use dynamic code as follows : SAPbouiCOM.ComboBox myCombo = (SAPbouiCOM.ComboBox)form.Items.Item("3").Specific;myCombo.Select("S", SAPbouiCOM.BoSearchKey.psk_ByValue);
-
Hi , you can use set focus / send keys with enter after setting the value, just be aware that send keys isn't recommended by boyum. might be a cleaner way to do this (?)
-
Hi Alain, not sure I understand .. If using dynamic code you can use recordset object to query . But I fee like it would be easier to use line loop .
-
Comentario oficial Hi , Try the following : SELECT CASE WHEN $[OPOR.DocType]='I' THEN 'IValue'WHEN $[OPOR.DocType]='S' THEN 'SValue' END I think the double quotes killed your query . Good luck !
-
use the item placement tool to place a button , create a custom one on the bottom part of the IPT like so :
-
just to clarify this will remove all the buttons configurations you have on that form (?)
-
as follows :