Jump to content

Generating Bill nos. ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
jashsayani

jashsayani

    Learning Programmer

  • Members
  • PipPipPip
  • 41 posts
Hi,

I have made a VB 6 program that takes down orders and need a way to generate Order nos. I can store the no. in a text file and later increment to it and again store the latest no...

I need it to be alpa-numeric and in ascending order. Like HA00100, HA 00101, HA00102, etc.

Some help would be great. Thanks.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I'm not clear on where you're having trouble. Perhaps if you posted the code you have so far?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
jashsayani

jashsayani

    Learning Programmer

  • Members
  • PipPipPip
  • 41 posts
Well, The code has nothing to do with it. I have just made the order system. Now, I need to implement Order Nos.