FillTop100


Author
Message
Felix M Avendano
Felix M Avendano
StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)
Group: Forum Members
Posts: 48, Visits: 1.5K
I'm triyng to replicate the tutorial for web forms but with a table done by my own and it appears that the method FillTop100 is not created. There are others methods but not this.

It seems is not generating any methods in BOcampos. How can I check this out?

Regards

Replies
Felix M Avendano
Felix M Avendano
StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)StrataFrame Novice (88 reputation)
Group: Forum Members
Posts: 48, Visits: 1.5K

But in my case I have

 

[/quote]Option Strict On

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

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

Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Felix,

The answer is basically the same as before. Smile

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.

Edhy Rijo

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search