Carla van Zyl
- Actividad total 46
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 0
- Suscripciones 18
Comentarios
Actividad reciente de Carla van Zyl-
Hi Dave and Ramon, Thanks for the quick feedback. The SQL Seemed to work. I just needed to put the whole SQL Query in one line. Thanks so much!
-
Hi Geoff, I initially thought I can do it with sql and just adding the docnum's dynamic syntax. Thus, is there nothing I can do to allow the current sql to work? :( I tried to do a line loop aft...
-
Hi Rasmus Jensen Geoff Booth, Has this feature been brought out yet. I have a UF Button that opens a crystal report after parameters has been configured. I would like to ideally get a button in pl...
-
Hi Geoff Booth Just an update, the while loop worked. Thanks for the help. Just one more question, is there a macro function where I can block pop up messages to save or any other prompts to be blo...
-
Thanks for advice. Will give it a go!
-
Currently we have a button that is opening up opel sales orders that our logistics team need to update/allocate trucks. To do that they need to go into each sales order and update the udf. I want ...
-
Hi Geoff, Thanks so much for your quick assistance! It is working now.
-
Hi Geoff Booth, Thanks for all your help. I was able to calculate and set the amount. Thanks for All you help!! @STORE3 = $[LLRESULT.NUMBER] * 0.16; // Multiply kg and set as pos variable @STORE...
-
Hi Geoff Booth Please see below the screenshot. I am trying to set the last and second last row. I would prefer not to do a line loop but when I try to set the macro gives me the error: Click(91)...
-
Hi Geoff Booth So I did a line loop and tried to run a macro to set values. SET($[$BOYX_15.0.NUMBER]|$[LLRESULT.NUMBER]); //Copy Line Loop value to field $[LLRESULT.NUMBER] *0.16 =@store2; /...