Geoff Booth
- Total activity 221
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 18
- Subscriptions 92
Comments
Recent activity by Geoff Booth-
Try: SET($[$Field3.0.0|@STORE1) ; // Even though Field3 is a Number the Boyum Set command likes to use a string to set it - Maybe someone else has a better explanation. Not sure why you have the fi...
-
Do you know how to use: Boyum Validations? Boyum Universal Function type Line Loop? Boyum Authorizations?
-
I think you might be stuck unless the application ignores TTX files. My understanding is the P & D is based on standard crystal report export functionality so it may not be possible to turn off the...
-
DB Mailer might be simpler but you seem close Try creating a report configuration with a "Blank" crystal report (Create new report - save as)
-
I don't have P & D installed but from looking at the help fie try changing the Attachment Type to "No Attachment" and then add your additional attachments as normal
-
Are you using Boyum Print & Deliver? What is the file type you are trying to send?
-
Validation: Set the Before Action to False Set the ActionSuccess to True UF: @STORE1 = SQL(Select T0.U_Min_Price FROM OITM T0 Where T0.ItemCode = $[$38.1.0]); Set($[$38.U_Min_Price.0]|@Store1);
-
Hi Mark. Welcome to Boyum! As with everything there are always some trade-offs. The "Sort Order" is text based hence the visibility issue. This is more apparent in this case as you had 4 digit nu...
-
I have never tried this but try changing your select to: OSCL.internalSN As 'Equip SN' Good luck
-
Can you post your current code?