top of page

Forum Posts

Jun 16, 2019
In InfoPower VCL
Hi, Is there a way to save / retain / re-instate a filter set at runtime using the titlemenu filter whilst performing a refresh of the dataset? I am running Delphi 10.3, Infopower VCL 4K 20.0.2.3.  The dataset is an ADOQuery which, currently, I am refreshing by closing & re-opening. Thanks Steve Everington
0
0
13
Jan 15, 2019
In InfoPower VCL
Hi, I am running infoPower 4K 20.0.1 and am having an issue at runtime where dropped down wwDBLookupCombo boxes keep getting wider every time the mouse pointer enters or exits the component. This does not happen with all instances of the component, but, where it does happen, it happens consistently and can be reproduced at will. Properties for one instance where this happens are: object Supplier: TwwDBLookupCombo Left = 113 Top = 31 Width = 249 Height = 21 Picture.AllowInvalidExit = True DropDownAlignment = taLeftJustify Selected.Strings = ( 'Name'#9'35'#9'Name'#9'F' 'Supplier_No'#9'8'#9'A/C No.'#9'F') LookupTable = SuppQry LookupField = 'Supplier_No' Style = csDropDownList TabOrder = 2 AutoDropDown = True ShowButton = True UseTFields = False PreciseEditRegion = False AllowClearKey = False OnCloseUp = SupplierCloseUp OnExit = SupplierExit end The lookuptable is a TADOQuery component Below are properties of another instance of the component of the same form that does not exhibit the same behavior. object BankAccount: TwwDBLookupCombo Left = 113 Top = 58 Width = 121 Height = 21 Picture.PictureMask = '&-##-##[&]' DropDownAlignment = taLeftJustify Selected.Strings = ( 'Nominal_Code'#9'8'#9'Nominal_Code'#9'F'#9 'Description'#9'50'#9'Description'#9'F'#9 'Currency'#9'10'#9'Currency'#9'F') LookupTable = BankQry LookupField = 'Nominal_Code' Style = csDropDownList TabOrder = 3 AutoDropDown = True ShowButton = True UseTFields = False PreciseEditRegion = False AllowClearKey = False OnChange = BankAccountChange end Thanks Steve Everington
0
1
61

More actions
bottom of page