Click here to Skip to main content
16,020,568 members

Comments by owencampbell (Top 5 by date)

owencampbell 1-Feb-13 7:10am View    
Hi,

What code do you have at the moment? I'd rather suggest fixes to your current code then write a random app for you.
owencampbell 21-Jan-13 5:44am View    
He mentions mysql so you'll have to use LIMIT 1 at the end instead of Top 1 but considering the lack of info s/he is lucky to get a response anyway.

select price from PriceTable order by OrderDate Desc limit 1
owencampbell 21-Jan-13 5:35am View    
Hi,

I'd personally rethink the controls you are using as allowing the user to enter manual text will cause you all sorts of problems.

I don't understand from your description what it is your after as a final result but I'd change your first text-box control to either a DropDown or Calendar control and your 2nd text-box to a NumericUpDown control.

Changing your control will allow you to read in the user selection easier and then do your required work-in out.

You may also want to think about rolling round if you selected December and added 4.

Cheers,
owencampbell 7-Dec-12 7:19am View    
No problems.

Yes, if you wiped your OS you'll need to re-add your cert.
owencampbell 7-Dec-12 7:00am View    
Hi,

Any further information you have would be appreciated e.g. Are you getting any error? Can you build the project? If so can you run it?


Going off the above it sounds like you may be Read-Only. If you open up the project location in explorer, right click >> Properties and then give the whole directory and sub directory (+ files) RW access.

Thank might help.

Cheers, OC