Geoff Booth
Comments
Recent activity by 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.
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
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?
- View comment
- 0 votes
-
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?
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
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
- View comment
- 0 votes
-
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)
- View comment
- 0 votes
-
Thanks Rasmus! Downloaded and tested yesterday. Works flawlessly and is easy to set up.
- View comment
- 0 votes
-
Fantastic. I have two clients looking for this right now :)
- View comment
- 0 votes