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-
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?
-
Either your screen shot is missing the OK Cancel buttons at the bottom or the form did not load properly. Did you exit out of SAP after changing the Default Group to Mandatory and restart. Check t...
-
Although the field has been "moved" on to the main form it is technically a new field on the form (although linked to the UDF). It will have a field ID similar to BOY_1. You need to re-create the U...