It seems is not generating any methods in BOcampos. How can I check this out?
Regards
Custom methods to grab your data are not created for you by the BOM, you have to create all the methods you will need to get your data and name it anything you like to.
But in my case I have
Option Explicit On
Imports MicroFour.StrataFrame.Business
Imports MicroFour.StrataFrame.Security
Imports MicroFour.StrataFrame.UI.Windows.Forms
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Data
Imports System.IO
Partial Public Class BOcampos
Region " Component Implementation "
Region " BusinessLayer Overriden Methods & Properties "
Region " Field Properties "
Region " Field Property Events "
Region " Nested Types & Field Security "
Region " Item Property Implementation "
End Class
And in the example
Imports System.Data.SqlClient
Imports System.Runtime.Serialization
Serializable()
Public Class CustomersBO
Inherits MicroFour.StrataFrame.Business.BusinessLayer
Region " Constructors "
Region " Data Retieval Methods "
Region " Event Handlers "
End Class [quote]
The diference is notorious
The answer is basically the same as before.
Sample applications will have some custom code to make them work and project what the developer wants to sample. All you need to do is take what have been created for you by the framework, and add the custom code needed to work with your project, of course you can always copy/paste from the sample code that may fit your particular need.
For example the SF StrataFlix sample (a desktop application) shows a different approach on how to use SF tools and what can be done with it, and of course there are a lot of custom code provided to show the power in SF framework.
Nothing to worry about, we are all here to help us each other and you will do just fine with SF. This forum is really great and the support is very good.
Since you are new to SF, take a time to review previously posted messages, it will help you in long run and there is always a chance that you may find the answer you are looking for already posted.
Good luck, and don't be afraid to ask!