-
Populate Text box with info from ActiveX Source
Hi,
I am busy with an Access Aplication, and I need certain Information from an Source, the Source is connected with an ActiveX AddInn
it works well with the following code, but it shows the info in Messageboxes, how will I be able to let it populate an textbox so
that I can use the data in my Application to Caulculate?
any help will be apreciated.
I'm using Access 2002
The Current Code is
----------------------------------------------------------
Option Compare Database
----------------------------------------------------------
Sub main()
MsgBox ActiveXCtl0.GETMLCBData("2307205555080", "5")
MsgBox ActiveXCtl0.JudgementsCount
MsgBox ActiveXCtl0.DefaultsCount
MsgBox ActiveXCtl0.JudgementsValue
MsgBox ActiveXCtl0.NLRExposure
MsgBox ActiveXCtl0.CCAExposure
End Sub
-------------------------------------------------
Private Sub ActiveXCtl0_Updated(Code As Integer)
End Sub
-------------------------------------------------
Private Sub Command1_Click()
main
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks