Article Details
Id:16164
Product:finPOWER Connect
Type:NEW
Version:3.02.00
Opened:16/05/2019
Closed:10/06/2019
Released:15/08/2019
Job: J022311

Page Sets; Insert Page Objects wizard; No longer inserts Address Lookup button for non-New Zealand databases

The "Insert Page Objects wizard" which is launched via the Magic Wand icon on the Page Set Page Designer no longer inserts an Address Lookup button for non-New Zealand databases.

NOTE: For Australian databases, after inserting the address fields and pasting the sample code, you will need to iniitialise the States dropdown, e.g.:

Public Overrides Function Initialise() As Boolean

  ' Assume Success
  Initialise = True

  ' Initialise
  mReports = DirectCast(psh.Reports, ISfinReports)
  mUI = DirectCast(psh.UserInterface, ISUserInterfaceBL)

 cboState_Refresh()

End Function