Problem With Creating Template....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • andrej
    New Member
    • May 2007
    • 2

    Problem With Creating Template....

    Hi,
    I'm working on a project in VB6 where I want to use something like templates saved in my database with customization of the template like selection of words and in specific fields to fill with data from database... Than I must have a checbox that if is selected to print only not-selected words in a template and if is not selected to print all words in a template. Can any one give me idea... Thanks
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    I think you may have hit us with too much info in too short a space. Could you try to break it down a bit into smaller pieces?

    Comment

    • andrej
      New Member
      • May 2007
      • 2

      #3
      The short version of my problem: I want to select specific words in a template and when printing this template the selected words must not be printed.

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        Originally posted by andrej
        The short version of my problem: I want to select specific words in a template and when printing this template the selected words must not be printed.
        It sounds as though you could probably just set up a loop to go through the array of selected words, and use the Replace() function to zap each one in the text.

        Comment

        Working...