Default Avatar

GusKerr

GusKerr

About

Username
GusKerr
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Sorry it was suggested that I put Imports FastReport.Utils at the start of my Form and Config.WebMode = True in the main code. This seems to work in some places but still getting errors as above. Sorry for my ignorance but which Process mo…
  • Sorry for the delay in replying but have been manually updating reports ! The solution is so simple so thankyou for that. For any one else who reads this just use the SQL Command which will look something like UPDATE TableX SET Field = REPLACE(@…
  • I have solved the issue so thought I would post back with my solution. I guess really simple [img]style_emoticons/<#EMO_DIR#>/mad.gif" style="vertical-align:middle" emoid="" border="0" alt="mad.gif" /> The FastReport.dll & FastReport.…
  • Thanks for that - Works a treat.
  • Thanks for you assistance I have enclosed my VB Code below for anyone that is interested. It is used to send an email to a customer with Invoice attached ' Prepare Report Dim ListReport = New FastReport.Report ListReport.Load(My.Set…
  • Thanks for the sample code. I am no C programmer but should be able to use this as a basis for working it out in VB. I'll give it a try and report back. Cheers Gus