User Profile

Collapse

Profile Sidebar

Collapse
ioudas
ioudas
Last Activity: Sep 13 '08, 10:17 PM
Joined: Jan 21 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ioudas
    replied to Determining Control Type in VB.net in runtime
    in .NET
    typeof will suit you


    Something like http://www.a1vbcode.co m/vbtip-99.asp
    See more | Go to post

    Leave a comment:


  • ioudas
    replied to Create Dynamic Report using VBA
    I was wondering how one would dynamically change the sizing of the columns in the field. Creating an auto report is nice but its messy. Here is the code I have now


    Code:
    Public Function StaticReportGen(SQLStr As String, Title As String, layout As String) As Boolean
        Dim strReportName       As String
        Dim rpt                 As Report
        Dim FieldName           As Field
        Dim RS
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...