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 TouchToneTommy 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: axa4
  • Content: Threads
  • Order by date
  1. axa4

    textbox dynamic display

    In my Clients table I have BulkPostagePermit field (memo) which contains 2 lines like these: Anaheim, CA Permit NO.40078 The whole Postage thingy on the report should look like: ___________ PRESORTED STANDARD U.S.POSTAGE PAID ANAHEIM, CA PERMIT NO.49093 ______________ Note that some of the...
  2. axa4

    Deployment with or w/out DLL ?

    I completed several small projects using VS.NET/VB on my local server. As I understand VS compiles your code into DLL automatically. Several of my current webhosting companies (for my old asp sites) say that they support .NET . When I asked them if they will allow ASP.NET deployment with DLL...
  3. axa4

    DBNull - how to insert a NULL into DB?

    Hi, I'm using simple INSERT statement (not stored proc.) Here is what I have: Dim varDate as Object IF txtDate.text = String.Empty then varDate = System.DBNull.Value ELSE varDate = txtDate.text END IF It doesn't work - I'm getting that dafault thing 1/1/1900 each time I insert an empty...

Part and Inventory Search

Back
Top