SmartClient Version: v11.0p_2016-07-23/Enterprise Development Only (built 2016-07-23)
Chrome on OSX
Hello, I'm trying to add a new dataSource using the DataSource Wizard of visual builder (SQLDataSource -> Existing SQL Table).
When I select the table, and click 'next' I get this error:
Chrome on OSX
Hello, I'm trying to add a new dataSource using the DataSource Wizard of visual builder (SQLDataSource -> Existing SQL Table).
When I select the table, and click 'next' I get this error:
Code:
16:58:28.529:MUP0:WARN:Button:isc_DatabaseBrowser_0_selectButton:Widget initialized with explicitly specified 'enabled' property. This property has been deprecated - use 'disabled' instead.
16:58:28.530:MUP0:WARN:DatabaseBrowser:isc_DatabaseBrowser_0:autoFetchData is set, but no dataSource is specified, can't fetch
16:58:30.213:MDN0:WARN:ListGrid:isc_DatabaseBrowser_0_dataGrid:Invalid call to setDataSource() passing null. (Set the property 'skipNullDataSourceCheck' on the component to avoid this warning.) If you're having trouble with loading DataSources, please see the following FAQ: http://forums.smartclient.com/showthread.php?t=8159#aDSLoad
16:58:30.226:MDN0:WARN:RecordEditor:isc_DatabaseBrowser_0_dataGrid$31t:ListGrid showing inline editor. Unable to get a pointer to the edit form item for field:null
16:58:50.438:MUP9:WARN:Log:TypeError: _1.lastIndexOf is not a function
Stack from error.stack:
startsWith(<no args: exited>) @ ISC_Core.js:1011:407
[c]DataSource.getDataSource(<no args: exited>) on [Class DataSource] @ ISC_DataBinding.js:209:137
[c]DataSource.get(<no args: exited>) on [Class DataSource] @ ISC_DataBinding.js:219:67
VisualBuilder.showDSEditor(<no args: exited>) on [VisualBuilder ID:isc_VisualBuilder_0] @ ISC_VisualBuilder.js:226:998
DSWizard.showDSEditor(<no args: exited>) on [DSWizard ID:isc_DSWizard_0] @ ISC_Tools.js:122:1029
<anonymous>(<no args: exited>) on [EditContext ID:isc_EditPane_0_editContext] @ ISC_Tools.js:98:42
[c]Class.fireCallback(_1=>callback(), _2=>"node", _3=>Array[1], _4=>[EditContext ID:isc_EditPane_0_editContext], _5=>undef) on [Class EditContext] @ ISC_Core.js:305:104
Class.fireCallback(_1=>callback(), _2=>"node", _3=>Array[1], _4=>undef) on [EditContext ID:isc_EditPane_0_editContext] @ ISC_Core.js:373:302
<anonymous>(_6=>Obj{ID:LEG_ORDINE_SERVIZI_AGGIUNTIVI_dbBrowser}) on [DatabaseBrowser ID:isc_DatabaseBrowser_0] @ ISC_DataBinding.js:2731:4
[c]Class.fireCallback(<no args: recursion>) on [Class DatabaseBrowser] @ ISC_Core.js:305:104
Class.fireCallback(<no args: recursion>) on [DatabaseBrowser ID:isc_DatabaseBrowser_0] @ ISC_Core.js:373:302
click() on [Button ID:isc_DatabaseBrowser_0_selectButton] @ ISC_Tools.js:144:739
StatefulCanvas.handleActivate(_1=>Obj, _2=>undef) on [Button ID:isc_DatabaseBrowser_0_selectButton] @ ISC_Foundation.js:235:108
StatefulCanvas.handleClick(_1=>Obj, _2=>undef) on [Button ID:isc_DatabaseBrowser_0_selectButton] @ ISC_Foundation.js:236:13
[c]EventHandler.bubbleEvent(_1=>[Button ID:isc_DatabaseBrowser_0_selectButton], _2=>"click", _3=>undef, _4=>undef, _5=>undef) on [Class EventHandler] @ ISC_Core.js:1729:89
[c]EventHandler.handleClick(_1=>[Button ID:isc_DatabaseBrowser_0_selectButton], _2=>undef) on [Class EventHandler] @ ISC_Core.js:1587:50
EventHandler._handleMouseUp(_1=>[object MouseEvent], _2=>undef) on [Class EventHandler] @ ISC_Core.js:1572:11
[c]EventHandler.handleMouseUp(_1=>[object MouseEvent], _2=>undef) on [Class EventHandler] @ ISC_Core.js:1563:57
[c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseUp(), _2=>[object MouseEvent]) on [Class EventHandler] @ ISC_Core.js:1807:108
HTMLDocument.eval(event=>[object MouseEvent]) @ [no file]:3:123
Comment