J.M. I while back I run into a problem similar to yours, where my application would abort with the same message as yours as I accessed a menu in an application. I sent RBTI a sample database that replicated the problem and it turned out to be a jpeg file that was displayed on the form that is displayed when the application first opened, but, the error occurred several hundred lines of code afterwards and seemed completely unrelated. I seem to recall that you had a jpeg file in your form/application and I thought that maybe this would help. Here is the solution that I received from Mike Willochel that solved my problem, I still do know how the jpeg caused the problem, but I am glad that my problem was solved.
====================================== Dear Javier; After spending several hours to isolate the issue in your example, I have concluded that it is the main form image (map_1.jpg) that is causing the problem. It may be caused by either the image type or size, I don't know. To fix the problem, change the definition of the vlogo variable in the W_RAMS_MAIN form to look like the following: vlogo = 'map_1.jpg, dmstretch' Also, make the data-type TEXT. Then, right click on the object, and click Properties. Check the box for Custom, and select BlobDraw from the drop-down list. This will now process the image through the RBlob.DLL which seems to correct the problem. Let me know if you have any questions. Best Regards, Mike ====================================== I hope the information above helps... Javier Valencia, PE President Valencia Technology Group, L.L.C. 14315 S. Twilight Ln., Suite #14 Olathe, KS 66062-4571 (913)829-0888 (913)649-2904 FAX -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of J.M. GRATIAS Sent: Sunday, March 23, 2003 4:32 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Issues again when running RBW65++ with W2K-Razzak's Reply Hi Razzak : > >01. Does your Main Menu Form include any bit map images? > If yes, what type of bit map(s) and how big? > Yes File Name = ACCUEIL.JPG Size = 12 Kb > Are those bit map(s) defined as variables? SET VAR vimage VARBIT = NULL SET VAR vimage = ['accueil.jpg'] .... EDIT USING FormName AT .vx1, .vy1, .vx2, .vy2 CAPTION .vcaption Variable vimage is located with the form designer at normal size (Custom checkbox is unchecked) > Are you CLEARing and re-defining those variable(s) in your command file? No. vimage is never cleared in all app. It is set to null before calling first level program, and then set back to ['accueil.jpg'] before next EDIT USING FormName SET VAR vimage = NULL >. I strongly suggest that you use BMP format with NO Thumbnail. > (There is no problem in using ANY type in R:BASE 7.0 for Windows) What do you mean by 'NO Thumbnail' : please explain .... > You should be using the latest shipping version of 6.5++ (1.864xRT03). (In-Line Patch-5, Build:1.866xRT03 is scheduled to be release soon) I send you a private mail a few days ago to explain why I had to go back to 1.851 ..... If you did't received it, please tell me .... Thanks for your help .... J.M. GRATIAS, Logimatique

