Search results for query: *

  • Users: dotnot
  • Content: Threads
  • Order by date
  1. D

    Lost in a loop

    Apologies if this is not in the correct section. I'm having a problem validating controls by looping through all controls on my form. So far I've got : If ValidateData(Me) Then 'do database update In my validateData function I have : Private Function ValidateData(ByVal ctl As Control)...
  2. D

    Refreshing parent form

    Probably a daft question, but I'm new to this. I'm having trouble refreshing a grid on a parent form when udpates to a child form are made. I have a grid on my parent form and when an item is double clicked, it opens the child form where the user can update or add new items. I have a grid...
  3. D

    Oracle reference guide

    Wondering if anyone can point me in the direction of good reference guides for oracle with .net. Just got a new job, so will be going from old school asp / SQL Server to VB.net / VBA with Oracle as a back end. Never used Oracle, so anything that highlighted the main differences between T-SQL...
Back
Top