I'm using the last version of DevExpress and also last of StrataFrame.
In Visual Basic, I can show and save an image to database using PictureEdit (thanks for all forum posters who has done this first).
But if I delete the image (using the PictureEdit functions) the application has an error.
I saw a solution in C, but I can not implement that in VB.
Waiting for yur valuable help.
Regards Everything is possible, just keep trying...
I try this in Custom code but there is a problem.
At the end of the BO there are a propery descriptors, when I put custom code the property descriptors for Logotipo are not created causing forms does not load.
This is what are not created:
''' A PropertyDescriptor class used to Get and Set the value of the Logotipo property."
Regards