Geoff Booth
Comentarios
Actividad reciente de Geoff Booth
-
If you have added both a Bill To and a Ship To address you need the function to run on each address therefore it must fire multiple times not just once on add.
- Ver comentario
- 0 votos
-
Your validation is being run on add of the BP (Form 134) and is updating the current selected address. (as it should). If you want to validate each address as you add it you need to change your va...
- Ver comentario
- 0 votos
-
Have you checked the system messages log to see if there are any errors? Have you tried turning on the "debug" mode of the UF and watch each step happen? Is the Form Mode "Ok" after the function runs?
- Ver comentario
- 0 votos
-
If the trigger is working you should be able to block the event. Are you using a UF "Type" of MessageBox (this is what you need) or Macro?
- Ver comentario
- 0 votos
-
An alternative solution may be to leave the Block UDF Sidebar unchecked on the IPT Create a Boyum validation (selecting users to exclude likely) where Formtype = -1 (All forms) Menu Id = 6913 Eve...
- Ver comentario
- 0 votos
-
Try this link: GitHub - rainforestnet/CrystalReportsNinja: A small Windows Console App that loads external Crystal Reports file, takes parameter inputs and export to various format or even print to...
- Ver comentario
- 0 votos
-
Try: @STORE1 = SQL(Select LEFT($[$143.38.1],1)); // Store the first characterIF @STORE1 = 'Y' // Perform a direct comparisonBEGINSet($[$38.1470002149.0]|60-20);END
- Ver comentario
- 0 votos
-
Try: Set($[$129.2.0.6]|Y); Where: Item = 129 Column = 2 Type = 0 (Text) Row = 6 (The query property id you are trying to set)
- Ver comentario
- 0 votos
-
Thanks Rasmus! Downloaded and tested yesterday. Works flawlessly and is easy to set up.
- Ver comentario
- 0 votos
-
Fantastic. I have two clients looking for this right now :)
- Ver comentario
- 0 votos