Started by Amsterdamned ·
2009-05-13 08:04 UTC ·
7 replies · SMF topic #756
Amsterdamned
2009-05-13 08:04 UTC
Hello there,
I just restarted my programming work after a period of only design work. I downloaded the odcl 5.105 and my 4.0 projects don't work anymore. I need to give a presentation tomorrow, so I feel a bit stupid that I downloaded the new version. It sees to be a problem with the .
is there a quick fix to that or better said is this a known thing. Can I get back to 4.0?
Thanks in advance,
Bernd
Amsterdamned
2009-05-13 08:12 UTC
Also when loading the form it already gives an alert:
An opendcl function argument processing exception has occurred!
Error Invalid argument type
Function: odc_Control_SetValue
Argument: 1
This form was working with no problems in the 4.0 environment.
Bernd
Kerry Brown
2009-05-13 08:16 UTC
Kerry Brown
2009-05-13 08:21 UTC
What is the problem wou have with dcl_ListBox_GetSelectedNths ??
Amsterdamned
2009-05-13 16:15 UTC
Kerry,
For the moment (tomorrows meeting I have to present some stuff) I set I back to my working environment.
The
dcl_ListBox_GetSelectedNths
Gave nil as result although I was selecting some item. I just looked at the migration link and will look further into it after tomorrows meeting. If that goes well I will have plenty of programming work to do, and change al my stuff to 5.1.
Thans for your effort,
Bernd
bazzacad
2009-05-13 16:43 UTC
If you find any other issues that aren't in the migration guide, please let us know.
owenwengerd
2009-05-13 18:26 UTC
author=Amsterdamned link=topic=756.msg3702#msg3702 date=1242201876 wrote:
It sees to be a problem with the .
There are no known problems with that function. My guess is that your listbox selection style is not set to one of the multiple selection styles. If that's the case, use (dcl_ListBox_GetCurSel) instead.
Amsterdamned
2009-06-16 19:14 UTC
owen,
sorry for the late reply, but it took me a while to get back to that problem. Your idea worked, i use dcl_ListBox_GetCurSel now and it works.
Thanks you all
bernd