html5-img
1 / 9

Detail Form Scripting

Detail Form Scripting. William (Todd) Pape Director of Development Commence Corporation. Overview. Form Object Changes FormRuntime object Control objects. Form Object. Form properties and methods Caption BackColor Runtime New Events from Bounds controls (fields) Unbound controls

vidor
Download Presentation

Detail Form Scripting

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Detail Form Scripting William (Todd) Pape Director of Development Commence Corporation

  2. Overview • Form Object Changes • FormRuntime object • Control objects

  3. Form Object • Form properties and methods • Caption • BackColor • Runtime • New Events from • Bounds controls (fields) • Unbound controls • New control types

  4. Form Object • Sub Form_OnEnterTab(ByVal TabName) • Sub Form_OnLeaveTab(ByVal TabName) • sub form_OnEnterControl(ByVal ControlID) • sub form_OnLeaveControl(ByVal ControlID) • sub form_OnClick(ByVal ControlID) • sub form_OnChange(ByVal ControlID) • sub form_OnKeypress(ByVal ControlID, ByVal KeyAscii)

  5. Form Object • Form Properties • Access FormRuntime object

  6. FormRuntime Object • Method to access unbound controls • GetControl(control_ID)

  7. Unbound Controls • Use VB Object model for Controls

  8. Example

More Related