|
From: Maurizio la C. <m.l...@ar...> - 2014-10-03 17:09:56
|
Hi Alain,
I think you're misunderstanding the syntax.
You pass oCombo3 as object but it's expected to being a variable storing
the returned value.
The codeblock on change isn't needed.
Try to use:
@ 15,84 GET COMBOBOX oRegistre STYLE WS_TABSTOP SIZE 490, 25
it should be enough.
BR
Maurizio
Il 03/10/2014 15:32, Alain Aupeix ha scritto:
> Le 28/09/2014 10:44, Alex Strickland a écrit :
> > I would still suggest that you try the text object variable:
> >
> > @ 15,84 GET COMBOBOX oCombo3 ITEMS aRegistres STYLE WS_TABSTOP ;
> > SIZE 490, 25 ON CHANGE {|| oRegistre:=oCombo3:text}
> I tried these two solutions (I set oRegistre before Init Window to be sure that
> the variable is already here after closing the window.
>
> @ 15,84 GET COMBOBOX oCombo3 ITEMS aRegistres STYLE WS_TABSTOP ;
> SIZE 490, 25 ON CHANGE {|| oRegistre:=oCombo3:text}
>
> @ 15,84 GET COMBOBOX oCombo3 ITEMS aRegistres STYLE WS_TABSTOP ;
> SIZE 490, 25 ON CHANGE {|| oRegistre:=oCombo3:GetText()}
>
> But none in working
>
> A+
> --
> --------------------------------------------------------------------------------
> Alain Aupeix
> http://jujuland.pagesperso-orange.fr/
> http://pissobi-lacassagne.pagesperso-orange.fr/
> --------------------------------------------------------------------------------
> U.buntu 12.04 | G.ramps 3.4.8-1 | H.arbour 3.2.0dev (2014-09-09 22;51) | HbIDE
> (Rev.316) | Five.Linux (r138) | Hw.Gui (2285)
> --------------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------------
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
>
>
> _______________________________________________
> Hwgui-developers mailing list
> Hwg...@li...
> https://lists.sourceforge.net/lists/listinfo/hwgui-developers
|