Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lennynuts
  • Content: Threads
  • Order by date
  1. lennynuts

    Validating bound grid

    I have a dbgrid updating a database. Where should I validate that what is typed in the grid is sensible, a date in a date field etc TIA Lenny
  2. lennynuts

    tdbgrid with ado - formatting columns

    I am connecting to an access database at runtime, not design time so I cant use the ide to set column parameters. This works ok, but there is no formatting on the numeric fields. How can I set it in code, TIA, Lenny
  3. lennynuts

    Outlook webmail

    I can send mail via Outlook on a pc with Outlook installed frm VB 2005. Is it possible to do it using The webmail version of Outlook ? Cheers, Lenny
  4. lennynuts

    Global module

    I am trying to have a global module I can use in several projects. I have created it but when I add it to a project as a new item it creates a completely new copy of the module instead of using the existing one. Have I missed something ? Thanks, Len
  5. lennynuts

    scope

    Just learning Delphi, I have a button and a text box on a form, in the button click procedure this works ok, edit1.Text := '123456'; but i want to put it in a procedure to call from other places, but procedure tempit(); begin Form1.edit1.Text := '123456'; end; in the same unit doesn't work. Why...

Part and Inventory Search

Back
Top