Geoff Booth
- Actividad total 221
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 1 usuario
- Votos 18
- Suscripciones 92
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.
-
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...
-
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?
-
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?
-
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...
-
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...
-
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
-
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)
-
Thanks Rasmus! Downloaded and tested yesterday. Works flawlessly and is easy to set up.
-
Fantastic. I have two clients looking for this right now :)