Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Framework object and making reference to it
Message
From
17/04/2006 16:53:42
 
 
To
17/04/2006 16:38:54
Keith Payne
Technical Marketing Solutions
Florida, United States
General information
Forum:
ASP.NET
Category:
Class design
Miscellaneous
Thread ID:
01114144
Message ID:
01114160
Views:
16
I updated the .vb files to have something like this:
Public Class Browser

    Inherits Framework.App

    ' Add an option in the record
    ' expC1 Url
    ' expC2 Image
    ' expC3 Tooltip
    Public Function AddRecordOption(ByVal tcUrl As String, ByVal tcImage As String, _
     ByVal tcTooltip As String) As String
        Dim lcHtml As String
        lcHtml = "<A HREF=LX" + tcUrl + "><IMG SRC=file:///" + _
         Framework.Internet.EncodeUrl(cStartupDirectory + tcImage + ".gif") + _
         " BORDER=0 ALT=""" + tcTooltip + """ WIDTH=19 HEIGHT=18></A>"
        Return lcHtml
    End Function

End Class
So, as it has an inheritance of the Framework.App, the framework application properites are now visible at this location. I am not sure however as this will go as far as the value of the framework application properties go. I will have to test that.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform