I'm happy to use a central file which stores the number but don't know how to do it.
Type: Posts; User: TJJC88
I'm happy to use a central file which stores the number but don't know how to do it.
this program will be used on multiple machines at the same time which makes it tricky...
Hi,
I'm creating a form which spits out a .csv file which is then sent to the printer.
I want to output a job number which increments everytime anyone presses the export button.
The GUID is...
Thanks that is a better method, this is coming together nicely now.
I need to output a 6 digit unique reference which is generated when the file is exported bearing in mind that this program will...
I want to include some tick boxes instead of text boxes on my form:
So when the CheckBox1.checked I want it to return "Y" in my writeline. any ideas?
Thanks
Just changed the destination and it works, cheers!
Thanks DATAMISER
Once the file is output it is to be used in another program.
I get the following error when I use the code you gave me:
A first chance exception of type...
Thanks for the response guys
Basically I've designed the form with text boxes and labels. I just need the code for the button to export a file.
So far I have:
WriteLine(TextBox1.ToString +...
Hi All,
New to the forum so hello all.
I'm creating a VB program to do the following:
I need a simple form with multiple data entry boxes and yes/no tick boxes. At the end I need it so spit...