Forms

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • roblowein

    #1

    Forms

    Hello,



    I am writing some VB express code to collect data for a gas safety
    certificate. Data that needs to be collected include name and address,
    plus Boiler Perfomace and safety information. And the end of this
    data collection I need to print out a certificate that looks a little
    bit like http://www.corgi-direct.com/Product.aspx?cID=883. Now whilst
    I have most of the code complete regarding the data collection I need
    to be pointed in the right direction regarding creating the form and
    populating it with the data I have collected.

  • Cor Ligthert [MVP]

    #2
    Re: Forms

    HI

    Is this maybe what you are looking for, there is an more difficult one as
    well on our website.



    Cor

    "roblowein" <rob.lowein@gma il.comschreef in bericht
    news:1177914017 .916392.15090@c 35g2000hsg.goog legroups.com...
    Hello,
    >
    >
    >
    I am writing some VB express code to collect data for a gas safety
    certificate. Data that needs to be collected include name and address,
    plus Boiler Perfomace and safety information. And the end of this
    data collection I need to print out a certificate that looks a little
    bit like http://www.corgi-direct.com/Product.aspx?cID=883. Now whilst
    I have most of the code complete regarding the data collection I need
    to be pointed in the right direction regarding creating the form and
    populating it with the data I have collected.
    >

    Comment

    • roblowein

      #3
      Re: Forms

      On 30 Apr, 09:24, "Cor Ligthert [MVP]" <notmyfirstn... @planet.nl>
      wrote:
      HI
      >
      Is this maybe what you are looking for, there is an more difficult one as
      well on our website.
      >
      http://www.vb-tips.com/dbpages.aspx?...d1-8a81-e779bf...
      >
      Cor
      >
      "roblowein" <rob.low...@gma il.comschreef in berichtnews:117 7914017.916392. 15090@c35g2000h sg.googlegroups .com...
      >
      >
      >
      Hello,
      >
      I am writing some VB express code to collect data for a gas safety
      certificate. Data that needs to be collected include name and address,
      plus Boiler Perfomace and safety information. And the end of this
      data collection I need to print out a certificate that looks a little
      bit likehttp://www.corgi-direct.com/Product.aspx?cI D=883. Now whilst
      I have most of the code complete regarding the data collection I need
      to be pointed in the right direction regarding creating the form and
      populating it with the data I have collected.- Hide quoted text -
      >
      - Show quoted text -
      Thanks Cor,

      Please could you check the link that you kindly posted ... it starts
      to refer to crystal reports (which we donot have) and then just shows
      a blue screen with scroll bars

      Thanks again for the reply

      Regards

      ROb

      Comment

      • Cor Ligthert [MVP]

        #4
        Re: Forms



        I got it complete at the end it is 411c5

        "roblowein" <rob.lowein@gma il.comschreef in bericht
        news:1177931719 .502783.122500@ n59g2000hsh.goo glegroups.com.. .
        On 30 Apr, 09:24, "Cor Ligthert [MVP]" <notmyfirstn... @planet.nl>
        wrote:
        >HI
        >>
        >Is this maybe what you are looking for, there is an more difficult one as
        >well on our website.
        >>
        >http://www.vb-tips.com/dbpages.aspx?...d1-8a81-e779bf...
        >>
        >Cor
        >>
        >"roblowein" <rob.low...@gma il.comschreef in
        >berichtnews:11 77914017.916392 .15090@c35g2000 hsg.googlegroup s.com...
        >>
        >>
        >>
        Hello,
        >>
        I am writing some VB express code to collect data for a gas safety
        certificate. Data that needs to be collected include name and address,
        plus Boiler Perfomace and safety information. And the end of this
        data collection I need to print out a certificate that looks a little
        bit likehttp://www.corgi-direct.com/Product.aspx?cI D=883. Now whilst
        I have most of the code complete regarding the data collection I need
        to be pointed in the right direction regarding creating the form and
        populating it with the data I have collected.- Hide quoted text -
        >>
        >- Show quoted text -
        >
        Thanks Cor,
        >
        Please could you check the link that you kindly posted ... it starts
        to refer to crystal reports (which we donot have) and then just shows
        a blue screen with scroll bars
        >
        Thanks again for the reply
        >
        Regards
        >
        ROb
        >

        Comment

        Working...