A categorized collection of Android Open Source Projects, More powerful web version: - Trinea/android-open-project
a field “MyField” could have a lookup method “lookup_MyField”. Attributes – Attributes need to be added to the method: SysODataActionAttribute(str <name>, Boolean <isInstanceMethod>) SysODataCollectionAttribute(str <name>, Types <type>, “Value”) Return – The method shoul...
To view the field collection created by the query, click Fields. In the Dataset Properties dialog box**, y**ou can add your own calculated fields. To view query parameters specified in the query, click Parameters. To view report parameters that are automatically generated for the query paramet...
Return – The method should return a list of strings.ExampleX++ Copy public class ExportToExcel_SimpleEntity extends common { [SysODataActionAttribute("Lookup_StringLookupField", true), SysODataCollectionAttribute("return", Types::String, "Value")] public List lookup_StringLookupField()...
To make it observable, you just need to add ".obs" to the end of it:var name = 'Jonatas Borges'.obs;And in the UI, when you want to show that value and update the screen whenever the values changes, simply do this:Obx(() => Text("${controller.name}"));...
Replace fieldname with the name of a field in the underlying table or query of the form you want to open. Replace formname and controlname on other form with the name of the other form and the control on the other form that contains the value you want records in the first form to ma...
Replace fieldname with the name of a field in the underlying table or query of the form you want to open. Replace formname and controlname on other form with the name of the other form and the control on the other form that contains the value you want records in the first form to ma...
If the user has entered new text in the file name field, this can be a time-consuming operation. When the application calls this method, the application parses the text in the filename field. For example, if this is a network share, the operation could take some time. Howe...
Min. value is 100 left=pixels The left position of the window. Negative values not allowed location=yes|no|1|0 Whether or not to display the address field. Opera only menubar=yes|no|1|0 Whether or not to display the menu bar resizable=yes|no|1|0 Whether or not the window is ...
public bool AllowOpenInDraftView { get; set; } Property Value Boolean Boolean Remarks This property corresponds to the Allow opening a document in draft view check box in the Word Options dialog box. Applies to 產品版本 Word primary interop assembly Latest 意見...