Doinsert, inset; doupdate, update;

Update is the method for executing update in the table, and then update to the database.   Doupdate is a method for directly updating data to the database without executing update in the table.   Doinset and inset are the same ......   Both

Obtain system field information in table

/** obtain system field information in table */ static void xyf_tableofsysfieldlist (ARGs _ ARGs) { common _ com; inventtable it; dicttable dict; dictfield; int I, m; STR 50 st; container con; select firstonly it; _ COM = it; dict = new

Complete job from export to excel

  Void clicked (){# ExcelHwnd;Sysexcelapplication Excel;Sysexcelworkbooks books;Sysexcelworkbook;Sysexcelworksheets sheets;Sysexcelworksheet sheet;Sysexcelrange columns;Sysexcelrange column;Sysexcelcells;Sysexcelcell cell;Sysexcelstyle

Reserved Words in Microsoft ERP dynamics axapta

  Reserved Words in Microsoft ERP dynamics axapta Reserved Words in axapta by farseer I saw a Microsoft document describing Reserved Words in axapta, specific Reserved Words and excerpts from axapta are as follows: anytype: Note: This type of

10th: always overwrite tostring

A good tostring implementation can make the class more comfortable to use. In actual application, the tostring method should return the attention information of all values contained in the object. When tostring is implemented, you must make an

Article 12: Minimize the accessibility of classes and members

Concept:The most important factor between a well-designed module and a poorly-Designed module is whether the module hides its internal data and other details from other external modules.A well-designed module hides all implementation details and

How to export data from axapta to excel

  Void clicked () { # Excel Hwnd; Sysexcelapplication Excel; Sysexcelworkbooks books; Sysexcelworkbook; Sysexcelworksheets sheets; Sysexcelworksheet sheet; Sysexcelrange columns; Sysexcelrange column; Sysexcelcells; Sysexcelcell cell; Sysexcelstyle

Export images to excel-complete job

Static void exportimagetoexcel (ARGs _ ARGs) { Container imapos; Com comworksheet; Com comshapes; Com comcells; Com comfont; Com compagesetup; Sysexcelworksheet sheet; Sysexcelapplication Excel; Sysexcelworkbooks

Dynamically obtain the type and length of fields in a table

Static void getfieldtype (ARGs _ ARGs) { Sysdictfield DF; Dicttable DT; Tableid = tablenum (inventtable ); Int I; ; Dt = new dicttable (tablenum (inventtable )); For (I = 1; I { DF = new sysdictfield (Dt. ID (), DT. fieldcnt2id (I )); Switch (DF.

Filter the data source and only display the data that meets the criteria-Query

The first step is to declare the variable in the place declared by form: Public class formrun extends objectrun { Querybuildrange criteriaposted; }   Step 2: The INI method of the table corresponding to the Data source: Public void Init () { Super ()

[Experience] How to export data from axapta to excel.

 // [Original] [Experience Summary] How to export data from axapta to excel. static void xyf_excelof_formaxapta (ARGs _ ARGs) { sysexcelapplication Excel; sysexcelworkbooks books; sysexcelworkbook; sysexcelworksheets sheets; sysexcelworksheet;

Use the setTimeout method of from to disable form regularly

/***** Function Description: 1) first add a commandbutton in form and select "OK" or "cancel" command button 2) then add a getdata () method to close the Form 3) Finally, reload the run () method under the method in form and set the timer! To

Article 6: Minimize Variability

Immutable analogy variable classes are easier to design, implement, and use. To make the class unchangeable, follow the following five rules:1. do not provide any methods to modify the object status.2. Ensure that the class is not extended.3. Make

The difference between overload and override. Can the overloaded method change the type of the returned value?

Overload is the meaning of overload, override is the meaning of overwrite, that is, rewrite. Overload overload indicates that multiple methods with the same name can exist in the same class, but the parameter lists of these methods are different

Use x ++ code to dynamically change table attributes

Static void changetableproperties (ARGs _ ARGs) { Xinfo = new xinfo (); Treenode node = xinfo. rootnode (). aotfindchild ("Data Dictionary "); Treenode childnode; Treenodeiterator nodeiterator; STR properties; STR tables; STR newlable = "Change

Threadlocal solves simpledateformat non-thread security

Tim cull encounters a serious performance problem caused by simpledateformat. This problem is mainly caused by simpledateformat. it is expensive to create a simpledateformat instance, when parsing strings, instances with a short life cycle are

Skills for rejecting alcohol, drinking with leaders, and drinking with insufficient alcohol volume

The banquet is a perfect place for communication. You can't drink. You 'd better learn to reject alcohol. If you can't make new friends happy, you should make everyone happy with a three-inch tongue. In this way, you immediately hurt your body, and

Find a table that contains fields of a specific extension type.

For example, if you know that an extension type is projcategoryid, the following code finds all tables that have used this extension type.   Static void findtablewithprojcategoryid (ARGs _ ARGs) { Xinfo = new xinfo ();   Treenode T = xinfo. rootnode

You are the person in my life.

Vast sea of peopleAcquaintance is a kind of affinityKnowing each other is a kind of emotion.Match is a songAlthough the network is virtual But you and I must be sincereThank you on the InternetI learned how to cherish the warmth Maybe we cannot

Conver to date time between Chinese and calendar

Following code is Chinese Date time conver to common calendar and Common calendar conver to Chinese calendar method. FYI. Author: Jimmy Xie Write Date: 2010-Hangzhou L-14 Static void jimmy_chineselunisolardate (ARGs _ ARGs) { dialog DLG = new dialog

Total Pages: 64722 1 .... 57039 57040 57041 57042 57043 .... 64722 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.