I am getting the following exception
namespace abc
{
public partial class Form1 : Form
{
SqlConnection conn;
Functions FS = new Functions();
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
FS.Connect();
toolStripStatusLabel1.Text = FS.Info[0].ToString()+" ("+FS.Info[1].ToString()+")";
}
private void packingSlipToolStripMenuItem_Click(object sender, EventArgs e)
{
PackingSlip PS = new PackingSlip();
PS.Show();
}
private void mastersToolStripMenuItem_Click(object sender, EventArgs e)
{
}
private void inwardToolStripMenuItem_Click(object sender, EventArgs e)
{
}
private void billWiseToolStripMenuItem_Click(object sender, EventArgs e)
{
}
}
}
8 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit GuptaPosted Mar 19, 2019, 12:52 AM
Sakshi KaulPosted Mar 18, 2019, 11:35 PM
Jignesh KumarPosted Mar 18, 2019, 8:39 AM
Sakshi KaulPosted Mar 18, 2019, 7:04 AM
Puneet KankarPosted Mar 18, 2019, 6:51 AM
Madan ShekarPosted Mar 18, 2019, 6:33 AM
Ravi PatelPosted Mar 18, 2019, 6:31 AM
Madan ShekarPosted Mar 18, 2019, 6:23 AM