Re: VDC: Problem with Combobox
Daniel Kroker <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
it's fixed in SVN repo.
Am 25.11.2013 18:22, schrieb wh:
> Hello,
>
> I have a problem with the ui.Combobox stuff. Consider the following
> example:
>
> f1.per
>>>>
> DATABASE FORMONLY
> SCREEN
> {
> Combotest [f ]
> }
>
> ATTRIBUTES
> COMBOBOX f = FORMONLY.mycombo TYPE CHAR;
> <<<
>
> t1.4gl
>>>>
> main
> define lv_combo ui.combobox
> define lv_entry char(20)
> close window screen
> options input wrap
> open window w1 with form "f1"
> let lv_combo = ui.combobox.forname("mycombo")
> call lv_combo.clear()
> call lv_combo.additem("one", "entry one")
> call lv_combo.additem("two", "entry two")
> input lv_entry from mycombo
> close window w1
> end main
> <<<
>
> if I comple and run the example, VDC crashes and 4gl stops with errno
> 104 / 32
>
> I'm using the current CVS version of aubit4gl on ubuntu linux 13.10
> x86_64 and VDC from www.ventas.de on a win7 x86_64
>
> Example source and debug.out + proxy.log is in the attached tar.gz
>
> what am I doing wrong?
>
> thanks for any help!
>
> Walter
>
>
> ------------------------------------------------------------------------------
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing
> conversations that shape the rapidly evolving mobile landscape. Sign up now.
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
>
>
> _______________________________________________
> Aubit4gl-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
--
Mit freundlichen Grüßen
Daniel Kroker
VENTAS AG 20+ Jahre ERP-Erfahrung!
Web: www.ventas.de
Fon: 040 / 32 33 34 0
Fax: 040 / 32 33 34 38
Firmensitz: Mittelweg 144, 20148 Hamburg, Deutschland
Registergericht: Hamburg, HRB 80 297 Ust.IdNr.: DE118686712
Vorstandsvorsitzender: Dipl. Ing. Alain Siverly
Aufsichtsratsvorsitzender: Dr. Olaf Rehme
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss