Nadav Caridi
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.
- Ver comentario
- 0 votos
-
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.
- Ver comentario
- 0 votos
- Comentario oficial
-
Sure , maybe theres a better way to do this with B1UP , I'm not sure. Glad it worked.
- Ver comentario
- 0 votos
-
ok try use dynamic code as follows : SAPbouiCOM.ComboBox myCombo = (SAPbouiCOM.ComboBox)form.Items.Item("3").Specific;myCombo.Select("S", SAPbouiCOM.BoSearchKey.psk_ByValue);
- Ver comentario
- 0 votos
-
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 (?)
- Ver comentario
- 0 votos
-
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 .
- Ver comentario
- 0 votos
-
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 !
- Ver comentario
- 0 votos
- Comentario oficial
-
use the item placement tool to place a button , create a custom one on the bottom part of the IPT like so :
- Ver comentario
- 0 votos
-
just to clarify this will remove all the buttons configurations you have on that form (?)
- Ver comentario
- 0 votos
-
as follows :
- Ver comentario
- 0 votos