dynamic form

Query k3 report with php web page, K3/Cloud click button to open document, list, dynamic form, simple account table and direct Sql report example…
A interface is configured in BOS IDE ,Drag the dynamic form interface,Add 5 test buttons. Click ” Open the “document” maintenance interface , It will jump to a new main interface tab ,【Material】Add Click “Open List” , the [Material] list interface will pop up Click ” Open the dynamic form”,A dynamic form will pop up, The interface to open the dynamic form is empty ,Generally, dynamic forms need to be pushed into custom parameter values, xff0c; or get the required value from the parent interface. Click ” Open simple account table”, A simple account table will pop up, Click “Open Direct SQL Account Table” , will pop up Direct SQL Account Table , You can see the error ,Because this is the base object of all【Direct Sql Ledger Tables】,It cannot be used directly,The direct SQL Ledger Tables we developed all inherit from this,in the demonstration account set By default, there is no other direct SQL account table, so let’s take this test to see the effect. using Kingdee .BOS.Core.DynamicForm.PlugIn; using Kingdee.BOS.Core.DynamicForm.PlugIn.Args; using System; using System.Collections .Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace ClassLibrary60.Business .PlugIn { [Description(“Model Open Test”)] public class CustDynamicFormPlugIn : AbstractDynamicFormPlugIn { public override void ButtonClick(ButtonClickEventArgs e)…