简体   繁体   English

如何在AX 2012中创建表单级Initvalue?

[英]How to create a form level Initvalue in ax 2012?

In ax 2012 i have created and worked with various table level methods like initvalue,validatewrite etc but if i want to create a init() method in form level how should i proceed with coding section after clicking override method as initvalue in data source level.And also please send me some good books,website link for working in formlevel methods (data source, design and control levels). 在ax 2012中,我已经创建并使用了各种表级方法,例如initvalue,validatewrite等,但是如果我想以表单级创建init()方法,在单击覆盖方法作为数据源级中的initvalue之后,我应该如何继续对部分进行编码。同时,请给我发送一些不错的书,网站链接,以便您使用表单级方法(数据源,设计和控制级)。 Thank you in advance 先感谢您

Varun .G 瓦伦

On your form, go to the Data Sources node. 在表单上,​​转到“ Data Sources节点。 Expand it, locate the data source on which you want to overwrite the initValue method of, and expand that. 展开它,找到要覆盖其initValue方法的数据源,然后展开它。 You can then right click the Methods node and overwite the initValue method. 然后,您可以右键单击“ Methods节点并覆盖initValue方法。

Also check these references on MSDN: 另请在MSDN上检查以下参考:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM