Hi,

Getting error when drag and drop a database field from ddo explore to a dbView. I just added the field to the database. Added the dd setting in the dd. Saved it all open files and did the drag and drop.

Error 4509

E:\Df\Vdf171\Bin\Studio.exe
Referenced Array Index Out of Bounds

Error: 4509

Please report this error to Data Access Corporation

GET_FIELD_NAME (14038) - Color_DD (7110) - at address 134987
GET_CREATEDEOEX (14080) - oDDModel_DEOBuilder (3000) - at address 135740
GET_CREATEDEO (14079) - oDDModel_DEOBuilder (3000) - at address 135730
MSG_CREATEDEOS (14088) - oDDModel_DEOBuilder (3000) - at address 136512
MSG_DDOSELECTORDROPOBJECT (12884) - oObject (6469) - at address 100741
MSG_DDOSELECTORDROPOBJECT (12884) - oDesignerClient (7314) - in native code
MSG_ONENDMOUSEDRAG (16180) - oTree (3003) - at address 199628
MSG_MOUSE_UP (253) - oObject (576) - at address 120592
[start] - at address 226070

And a few all dd related.

Created source.
Code:
    Object oColor_0 is a cxdbForm
      Entry_Item Color.

      Set Server to String_Color_DD
      Set Location to 13 333
      Set Size to 13 6
      Set Label to "0:"
    End_Object
And I did not enter the color table, the server is not needed and is by that wrong too.
Had the same error yesterday twice. Restart the studio and it working. Is not something I experienced before. Have been working with 17.1 alpha en beta.

IF I do a drag and drop in source mode all works good.

Code:
    Object oString_In_House is a cxdbCheckBox
      Entry_Item String.In_House
      Set Location to 5 70
      Set Size to 10 60
      Set Label to "In House"
    End_Object

Peter