Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8937

Re: How to completely iradicate a user form from the SAP forms collection ?

$
0
0

Hi Marc,

I cant reproduce your issue in 9.0 PL 11. After .Close()  I cant access the form anymore.

If you are not catching the close event and stop it, I cant really explain.

Which Version are you working with ?

Can you also give this output  :

   String FormUIDs = "";            for (int i = 0; i < SBO_Application.Forms.Count; i++)            {                FormUIDs += SBO_Application.Forms.Item(i).TypeEx+":"+SBO_Application.Forms.Item(i).UniqueID + ",";            }            Console.Write(FormUIDs);            SBO_Application.Forms.Item("PriceWiz").Close();            for (int i = 0; i < SBO_Application.Forms.Count; i++)            {                FormUIDs += SBO_Application.Forms.Item(i).TypeEx + ":" + SBO_Application.Forms.Item(i).UniqueID + ",";            }            Console.Write(FormUIDs);

regards,

Maik


Viewing all articles
Browse latest Browse all 8937

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>