Difference between revisions of "Common tasks SP"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
== Task Categories ==
 +
*'''Interaction'''
 +
**How would I use a value entered in a control to update  a batch of records in the database?
  
How do I open a form from another form? ( Button click, menu item )
+
*'''Connecting Tables'''
 +
**How to add a sub form to a sub form?
 +
**How do I filter a result set based on a value from a drop down list box?
 +
**How to display a summary ( aggregate ) field for all the records in a table grid control, that updaes when records are added or updated?
 +
**How to set up a field that displays a calculated value based on the entry from other controls? ( display only & how to save this value )
 +
**How do I programmatically copy a record's data to a new record, allwoing for some columns to be changed before being written?
  
How do I filter a result set based on a value from a drop down list box?
+
*'''Controls'''
 +
**How do I display values from more then one column in a list ( combo ) box?
 +
**How can I use a combo box to select values, but allow the user to update the list of available choices?
 +
**How to limit ( alter ) the list displayed in a list box when an item is selected in another list box?
  
How can I use a combo box to select values, but allow the user to update the list of available choices?
+
*'''Macros'''
 
+
**How do I open a form from another form? ( Button click, menu item )
How to add a sub form to a sub form?
+
 
+
How to display a summary ( aggregate ) field for all the records in a table grid control, that updaes when records are added or updated?
+
 
+
How to set up a field that displays a calculated value based on the entry from other controls? ( display only & how to save this value )
+
 
+
How would I use a value entered in a control to update  a batch of records in the database?
+
 
+
How to limit ( alter ) the list displayed in a list box when an item is selected in another list box?
+
 
+
How do I display values from more then one column in a list ( combo ) box?
+
 
+
How do I programmatically copy a record's data to a new record, allwoing for some columns to be changed before being written?
+

Revision as of 15:26, 11 June 2006

Task Categories

  • Interaction
    • How would I use a value entered in a control to update a batch of records in the database?
  • Connecting Tables
    • How to add a sub form to a sub form?
    • How do I filter a result set based on a value from a drop down list box?
    • How to display a summary ( aggregate ) field for all the records in a table grid control, that updaes when records are added or updated?
    • How to set up a field that displays a calculated value based on the entry from other controls? ( display only & how to save this value )
    • How do I programmatically copy a record's data to a new record, allwoing for some columns to be changed before being written?
  • Controls
    • How do I display values from more then one column in a list ( combo ) box?
    • How can I use a combo box to select values, but allow the user to update the list of available choices?
    • How to limit ( alter ) the list displayed in a list box when an item is selected in another list box?
  • Macros
    • How do I open a form from another form? ( Button click, menu item )
Personal tools