Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Shane_SixOne

  1. Shane_SixOne

    png file not displaying in image control

    Try setting the image file name and full path in form load event. Is the picture box visible on the form?
  2. Shane_SixOne

    Data type mismatch

    LTrim(Str(Table.Field))
  3. Shane_SixOne

    RDLC Parameters

    I have a parameter in a RDLC report named "allocated_jobs" It has no Available Values. It has 1 Specify Values: RTrim(Allocated = "True") ie; Only rows with field name Allocated and it's contents equal "True" are to be in the report. Me.JobsDataReportViewer.LocalReport.ReportEmbeddedResource...
  4. Shane_SixOne

    Class Name is Invalid

    I had this problem then realised that my start up program was NOT set to MAIN. I hope this will help.

Part and Inventory Search

Back
Top