I have a report that contains a BLOB wich holds an Image "Bitmap" from MSSQL database using Crystal v8.
I want to keep the BLOB field from growing so as not to get all crazy and such if the actual picture size is larger than the dimensions i set. well if thats the case i have a formula to make sure the picture scale dimensions fall within the max Width and Height that i have set, but i don't know if you can change the properties at runtime nor do i know how to begin on it if you could.
I want to keep the BLOB field from growing so as not to get all crazy and such if the actual picture size is larger than the dimensions i set. well if thats the case i have a formula to make sure the picture scale dimensions fall within the max Width and Height that i have set, but i don't know if you can change the properties at runtime nor do i know how to begin on it if you could.