[progress Communities] [progress Openedge Abl] Forum Post: Nested Prodataset

  • Thread starter Thread starter Marco Scheblein
  • Start date Start date
Status
Not open for further replies.
M

Marco Scheblein

Guest
Hello all, i got a Problem setting a nested ProDataSet as DataProvider in Kendo UI Builder. The Builder always gives an Error "Error Occurred undefined" when i try to Access an existing DataProvider or create a new one. I wont get the Error once the "nested" is removed from the DataSet definition. Example: def temp-table tt_test1 field j_index1 as int field test_text1 as char . def temp-table tt_test2 field j_index2 as int field test_text2 as char . /* WORKS NOT */ DEFINE DATASET dstest FOR tt_test1, tt_test2 data-relation for tt_test1, tt_test2 relation-field (j_index1, j_index2) nested . /* WORKS */ DEFINE DATASET dstest FOR tt_test1, tt_test2 data-relation for tt_test1, tt_test2 relation-field (j_index1, j_index2) . It appears that Kendo UI Builder cannot read the Catalog definition when i define the dataset as nested. Can someone help me out with this?

Continue reading...
 
Status
Not open for further replies.
Back
Top