VB 24/7  

Go Back   VB 24/7 > Misc > TEST Forum

Reply
 
Thread Tools Display Modes
  #1  
Old 07-08-2008, 03:51 PM
admin admin is offline
Administrator
 
Join Date: Jul 2008
Posts: 2
Blog Entries: 1
Default test 1234

this is a test forum

    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
        'contactLastName
        'PrintDomBegin()
        'Exit Sub
        Dim xt As DataTable
        xt = (fnGetForm(False, "mainFrame", AccessFormUsingConstants.UsingName, "newCustomerForm", True, bOK, "contactLastName", "contactFirstName", "businessAddress"))
        'bOK = (fnGetForm(False, "mainFrame", AccessFormUsingConstants.UsingName, "newCustomerForm", True, "contactLastName", Me.TextBox1.Text, "contactFirstName", Me.TextBox2.Text))
        'MessageBox.Show("we are here")
        Dim i As Integer
        Try
            For i = 0 To xt.Rows.Count - 1
                MsgBox(xt.Rows(i).Item(1).ToString)
 
 
            Next
        Catch ex As Exception
        End Try
        MessageBox.Show(Me.WebBrowser1.Document.Url.ToString)
 
 
 
    End Sub
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 02:10 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.