Win10 LO7.1.2.2 HSQL2.51
Hi,
Still Trying to create a cascading listbox within a hierarchy of form form tablecontrol field.
How can I get the oform lines correct syntax?
> Sub S_FillRegion dim ssql(0) as string
> oform =
> Thiscomponent.drawpage.forms.Sone.Location.addresscontrol
> oListenfeld1 =
> oform.getByName("lstPais") s_selection
> = oListenfeld1.CurrentValue oListenfeld2 =
> oform.getByName("lstRegion")
> oListenfeld2.ListSourceType = 3'Sql
> ssql(0)= "SELECT
> ""rid"",""region"",""cid"" FROM
> ""tblRefRegion"" Where ""cid""
> ='"+s_selection+"'" oListenfeld2.ListSource=ssql'
> oListenfeld2.refresh End Sub
Thanks