CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2012
    Posts
    4

    Post Multipul Pages from a single filed

    Hi All

    I have a data field that could contain any number from 1 to 30. What I would like to do is break this number into units and have the create their own data lines. Is this possible? If so do I need to declare this as a NumVar and then truncate or is there a slicker way?

    Thanks

    The Bidds

  2. #2
    Join Date
    Jul 2005
    Posts
    1,083

    Re: Multipul Pages from a single filed

    Welcome to CodeGuru forums!

    Could you explain a litlle more, please
    You could post an example, as:

    Field contain : 12
    Break into 1 and 2
    1
    Generate 1 line feed
    2
    Generate 2 line feeds

    Is it this way?
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

  3. #3
    Join Date
    Oct 2012
    Posts
    4

    Re: Multipul Pages from a single filed

    No Problem

    The Field contains a number that represents sections and I would like to have a page for each section. so

    Field = 3 this then needs to generate 3 line feeds in the details

    Feed 1 =1, Feed 2 = 2 & Feed 3 = 3

    Hope this makes sense?

    The Bidds

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured