PC Forms: Using Grid and OLE Client Controls in Routing Forms
ID: Q104135
|
The information in this article applies to:
-
Microsoft Electronic Forms Designer, version 1.0, used with:
-
Microsoft Mail for PC Networks, versions 3.0, 3.2
SUMMARY
When you customize the Routing Form included with version 1.0 of Microsoft
Electronic Forms Designer, grid and OLE client controls with nonempty Tag
properties are not automatically added to the MEF package. This occurs
because the code for these controls is missing from the
ReadTaggedControls() and WriteTaggedControls() functions defined in
EFORM.BAS.
To add grid and OLE client controls to the Routing Form, you can copy the
code to enumerate these controls from the Generic Template by performing
the following steps:
- Open the Generic Template project in Visual Basic.
- In the Project window, select EFORM.BAS.
- In the Procedures drop-down list box, select ReadTaggedControls.
- Scroll to the section of the code that is commented "'Grid
Control". Select the code for the grid and OLE client controls.
- From the Edit menu, choose Copy.
- Open the Routing Form project by choosing Open Project from the
File menu.
- In the Project window, select EFORM.BAS.
- In the Procedures drop-down list box, select ReadTaggedControls.
- Scroll to the "'Add other custom controls here" comment.
- Click below the comment and choose Paste from the Edit menu to add
the code.
- Repeat steps 2-10 for the WriteTaggedControls() function.
Additional query words:
Keywords :
Version : WINDOWS:1.0,3.0,3.2
Platform : WINDOWS
Issue type :
|