Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
2 Way Data Binding - Enabling CRUD - BaseTableName won't save..
posted

I am trying to enable 2 Way DataBinding and CRUD operations. So far I only have the "Update" working, the "Add" failes to save (I haven't tested delete). The culprit seems to be the fact that I am unable to get the BaseTableName to "stick" in the Designer for the Band Properties. As soon as I Save it and then go back in, it is gone. I am under the "Edit Data Structure" -> "Bands and Columns" and I have the (only) Band selected. I have also tried prefixing the table name with "dbo." it still won't take it.  As soon as I click the "Save" button (which is just a "submit" button, right?) the new row goes away. (Any row/field changes work great..)

 I have also tried adding the "BaseTableName" to the asp code and still the Add doesn't work.

 

Any ideas?

Parents Reply Children
No Data