form crash

When I try to declare a map in class declaration of LedgerTransSettelments form and run it it crashes… Any help? thanks

First of all, try to recompile the form. Then identify the place where it’s crashing.

Also check if anything is been logged in the event viewer.

Thanks for your answer…
Of course I recompiled the form and there are no errors whatsoever… There can’t be any… in the class declaration’s first line, I only modified the first line to be like this:
Map mapTmpTrans2Trans,myMap;

If that is only the change, try by clearing the usage data.
If it is not working try by clearing the client cache.
Have you checked in the event viewer?

I do not understand why but clearing the client cache did the thing… Thank you…