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

Re: Prevent Pop Up when Datasource of Form Changed In Code manually

$
0
0

Hi Bikram,

 

Try something like this:

 

Form.Freeze(true);
Form.DataSources.DBDataSources.Item(YOUR_DATASOURCE_NAME).Clear();
Form.DataSources.DBDataSources.Item(YOUR_DATASOURCE_NAME).InsertRecord(0); //Open a null record in your datasource
Form.Update();
Form.Freeze(false);

Hope it helps.

 


Best regards,

Diego Lother


View Diego Lother's profile on LinkedIn


Viewing all articles
Browse latest Browse all 771

Trending Articles



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