Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7543327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T08:23:51+00:00 2026-05-30T08:23:51+00:00

This is my code to generate an autogenerating jobcode and fill it in a

  • 0

This is my code to generate an autogenerating jobcode and fill it in a text box

          public void newjobecodenoget(){
         String jobcodeno = null;
        OleDbConnection oleDbConnection1 = new System.Data.OleDb.OleDbConnection(connString);
        oleDbConnection1.Open();


        String query = "SELECT TOP 1 jobpk FROM jobcodemastertable ORDER BY jobpk DESC";
        OleDbDataAdapter dAdapter = new OleDbDataAdapter(query, connString);


        DataSet ds = new DataSet();

        dAdapter.Fill(ds, "tbljobrdataview");
        Int32  S = int.Parse(ds.Tables[0].Rows[0][0].ToString());
        S++;

         jobcodeno = "NFT" + S.ToString();
         MessageBox.Show( jobcodeno);
         txtjobcode.Text = "NFT" + S.ToString();

    }

but Iam getting exception at the last line ie txtjobcode.Text = “NFT” + S.ToString();
Object reference not set to an instance of an object.
all other things are fine and jobcode is generated and shown in message box
can anyone help pls

my txtjobecode was declared as

private void InitializeComponent()
        {
         this.txtjobcode = new System.Windows.Forms.TextBox();  
// 
            // txtjobcode
            // 
            this.txtjobcode.Location = new System.Drawing.Point(98, 23);
            this.txtjobcode.Name = "txtjobcode";
            this.txtjobcode.Size = new System.Drawing.Size(91, 20);
            this.txtjobcode.TabIndex = 0;
            //

} 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T08:23:53+00:00Added an answer on May 30, 2026 at 8:23 am

    Obviously, txtjobcode is null. Since I do not see where txtjobcode is declared and assigned to, I cannot tell you why it is null.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using this code to generate random text : from collections import defaultdict,
I have been studying this code to generate random text: from collections import defaultdict,
I'm using this code to generate JSON string, but a faced with one problem,
I use this code to generate a random number. Random R = new Random(0);
I have this php code, with which I am trying to generate a popup
This is the code that I'm using to generate a DH keypair: KeyPairGenerator keyGen
In a View, code like this will generate the right URL to jump to
This code in JS gives me a popup saying i think null is a
I have this code to generate Xml from an IQueryable variable query: XDocument data
I use this code to generate a spinner in my app: subCatAdapter = new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.