Click here to Skip to main content
16,004,505 members

Comments by Wendelius (Top 200 by date)

Wendelius 5 days ago View    
Well, technically you could do that but it does not make sense. Functionality between the two forms should not be tied together like that. Instead you should separate the logic for the forms so that either one is not tightly coupled to the other.

There are several examples available how to exchange information between forms. The three part series mentioned by OriginalGriff in solution 1 is definitely worth while reading
Wendelius 17-Aug-24 8:37am View    
Instead of posting a new solution, use the "Have a Question or Comment?" button on an existing solution to notify if you have any questions concerning the answer provided.

Looking at the "Professional profile" tab on "Your CodeProject Settings" page, the country selection is the 8th field. There was a maintenance break just a while ago so checking that page and tab again might be worth a while.
Wendelius 4-Jul-24 12:08pm View    
Most likely the lack of parameterisation is causing your problem since the text is concatenated to the string. When you use bind variables, such problems will disappear.
Wendelius 16-Jun-24 12:38pm View    
If the string cannot be converted to date then it's not a date or the format is incorrect.
Can you post some of the original data from Invdt column mentioned in your example
Wendelius 16-Jun-24 2:58am View    
Can you post a few example rows for the data that is inserted into the temp table