Date value not poplating on my form

  • Hello all,

    I have a weird issue going on my form . I have this date field i want it to populate in my form . it shows if i use one database but if i change the data bse to another like production db it won't show. what can be the cause to this issue?

  • Tiblets (2/11/2009)


    Hello all,

    I have a weird issue going on my form . I have this date field i want it to populate in my form . it shows if i use one database but if i change the data bse to another like production db it won't show. what can be the cause to this issue?

    Well, it depends. Try debug your application and see if the value from the database is arriving correctly to it. Can you post some code for reference?

  • also stating the obvious...maybe in one database, the field is not null, and the database that doesn't show the value it is null...did you query both dbs to check the values? the

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Hello,

    I checked all that. This field in Production DB is imported from my local DB so they are idebtical in both DB's.

  • If you want the code for the sturucture of the field they are identical in both tables. plus the code is also the same code i am using in both db's

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply