top of page

Forum Posts

dan
Aug 27, 2019
In InfoPower VCL
I am trying to add a wwDBLookupCombo to a column that is added at runtime. The column is added via the Title Menu options. If I try to assign the control via code in the "addSelectColumn" event, the column will not be displayed. I do not receive any errors, but the column does not show.
0
0
8
dan
Jan 24, 2019
In InfoPower VCL
I have a simple wwDBGrid with 4 columns. 2 of the columns are of type CustomEdit and have a wwDBLookupCombo as the control. Both of these wwDBLookupCombo' have the same DataSource and DataField properties. The difference is in the lookup table. For example, one of the columns is by an ID number the other by a Name. When I change the value in wwDBLookupCombo #1, the selected item does not update the wwDBlookupCombo #2's display. For example, if the wwDBGrid contains Order Line Items, Column #1 that contains a wwDBLookupCombo has a lookuptable of Products, with the search based on the Product Number field. Then next column on the grid is the line item's Product Name. The product name is not "refreshed" when the Produce Code is chosen. It will only refresh when I save the record. Is there a way to get the proper value displayed in the other wwDBLookupCombo without forcing the record to be saved? Thank you for any help.
0
1
152
dan
Dec 27, 2018
In InfoPower VCL
I am able to add fields to the SelectedList property of a wwFilterDialog via code when the control is shown. I would like to be able to use a "Display Label" to present to the user a more understandable fieldname instead of the actual fieldname from the table. It seems that unless the item that is to be added to the SelectedList matches an existing fieldname, then the item is not allowed to be added to SelectedList. For example, if I have a fieldname within the table of "FName" but I want to user to see the field as "First Name" the wwFilterDialog.selectedFields.add() won't accept/display this revised name. I was hoping that the wwFilterDialog.SelectedList behaved in a similar manner to the wwDBGrid.Selected property where I could add a "Field Name" AND a "Display Label". Is this possible? Thanks
0
1
35

dan

More actions
bottom of page