David Erkelius
- Actividad total 35
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 1
- Suscripciones 13
Comentarios
Actividad reciente de David Erkelius-
Any suggestions?? /David
-
OK, but that isnt what I am doing with the macro, in the macro I just want to know if I need to use AutoPressButton or not, because after the Update the macro continues. I can´t set it mandatory be...
-
Great, Thanx!!
-
Yes me also, I have created a line loop that checks if some of the products is not in stock. If so I put ship date to today + 10 days. I would like to change that so it checks availible to promise ...
-
Great! It worked. Thanks! :)
-
Of Course! Thanks, next problem is that some orders exceeds the credit limit, so I want to AutoPress that System Message as well. I tried AutoPressNexPopup, SendKeys and Click, but I cant get it to...
-
Hi, I still have some problems with my line loops. The main Loop which starts with the button at the torm shown above: OpenForm(17|$[$BOY_1.DocEntry.STRING]); // Open the Sales OrderActivate(); //A...
-
Hi Yaremi, If it´s not possible to schedule it I think its best to create the button at my SQL report which shows non approved orders (see attached screenshot). So I would need a button that makes...
-
Hi, I want to hide/disable some functions buttons depending on a value of a field. Cant get it to work. This post was the only information I found about it. Is it possible to do? I have the same pr...
-
Thanx, just what we needed. But I am not so familiar with .NET so I just copied and pasted your code, but I missed the code for the error handling. What do I need to complete the code with?