Hi,
I am using VFP 6.0. On a certian form I need to give incremental name numbers to a field and I can't seem to figuer it out.
Here is the situation. The page is for the use of putting in new stock into the inventory. But once in a great while on a job some new stock is used but its not perminet stock. Sort of a non-stock item that is being used for that one job and my never be used again. But the item must have an id or it will not produce the paperwork corectly. I thought about just giving it its own stock number but it needs to be unique. All other stock numbers consists of chacter and numeric numbers.
What I want to do is to set up a check box that when click it it would gent the next Ids number which is an interger (auto incrementing record id number) and put it with the word NON-STOCK32 or something along that line.
Does anyone know the code for changing numeric chacters into alpha numeric chacters. I guess that is the right way to say it.
Thanks,
Larry
I am using VFP 6.0. On a certian form I need to give incremental name numbers to a field and I can't seem to figuer it out.
Here is the situation. The page is for the use of putting in new stock into the inventory. But once in a great while on a job some new stock is used but its not perminet stock. Sort of a non-stock item that is being used for that one job and my never be used again. But the item must have an id or it will not produce the paperwork corectly. I thought about just giving it its own stock number but it needs to be unique. All other stock numbers consists of chacter and numeric numbers.
What I want to do is to set up a check box that when click it it would gent the next Ids number which is an interger (auto incrementing record id number) and put it with the word NON-STOCK32 or something along that line.
Does anyone know the code for changing numeric chacters into alpha numeric chacters. I guess that is the right way to say it.
Thanks,
Larry