>After installing the trail version, when I create a new "Strata Windows Application" project, I don't see any of the components in the tool box.
Have you been to the StrataFrame menu and rebuilt the toolbox? >DataBound question: Can any MS databound components be connected to your BO as it's datasource? Or are we limited to the components that SF provides as part of the package? |
Look at the IBusinessBindable interface in the help. You can implement this interface and make the non-SF control bindable.
HTH
-=Gary