|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Bill generation
hi,
my application is running well at the client side, but the pbm is that id- autogenerate (1,2,3...) Hidden from visibility of the user billno- based on id it generates(xyz01,xyz02,xyz03...) but the client wants bill of starting month should start with xyz01 and so-on help needed |
|
#2
|
|||
|
|||
|
What are you asking? I don't understand.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
re
hi,
i mean to say that id |billno |... 1 101 2 102 3 103 4 104 5 105 6 106 This was for first month say for january when it is february 1st then id | billno |... 7 101 8 102 9 103 10 104 11 105 like this when it is march 1st then id | billno |... 12 101 13 102 14 103 . . . could it get you help |
|
#4
|
|||
|
|||
|
If I was forced to do this kind of bill numbering (something I'd try hard not to do) I'd probably create a counter somewhere, in another table or ini file or something, and at the start of each new month reset this counter to the new month starting value.
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Bill generation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|