DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    oigres P Guest

    Rethink Date variable type/Hide VbIde


    The date type is a pain in the arse. Could we make it simpler? SQL (oracle8i)
    stores it with the time and 4 digits on the year. Of course the controls
    (datacontrol) magically transform and interpret this data. Why so many date
    formats? Lets go american (which is the default date type in oracle sql)
    Swatch thinks they might have a good idea of internet time (splitting it
    into 1000 bits or whatever).

    Also can we hide the stupid IDE? something like VbIde.hide=true.
    VbIde.show=true.

  2. #2
    Michael \(michka\) Kaplan Guest

    Re: Rethink Date variable type/Hide VbIde

    Sorry, but this is so deeply embedded into COM and used by the operating
    system, the data layers, the database ENGINES in some cases, not to mention
    applications and VBA the language.... I doubt you will ever see this
    changing.

    As for the IDE.... you do not see it in compiled apps, do you? Seems like
    they do hide the IDE when you would want it hidden.

    --
    MichKa
    "Cause it's a bittersweet symphony, thats life..." -- The Verve

    random junk of dubious value, at the multilingual,
    no scripts required, http://www.trigeminal.com/

    "oigres P" <oigres@postmaster.co.uk> wrote in message
    news:3930f8dd$1@news.devx.com...
    >
    > The date type is a pain in the arse. Could we make it simpler? SQL

    (oracle8i)
    > stores it with the time and 4 digits on the year. Of course the controls
    > (datacontrol) magically transform and interpret this data. Why so many

    date
    > formats? Lets go american (which is the default date type in oracle sql)
    > Swatch thinks they might have a good idea of internet time (splitting it
    > into 1000 bits or whatever).
    >
    > Also can we hide the stupid IDE? something like VbIde.hide=true.
    > VbIde.show=true.




  3. #3
    Klaus H. Probst Guest

    Re: Rethink Date variable type/Hide VbIde

    I can't think of anything simpler. You can handle it as a double precision
    number, if you like. The issue lies with the Format statement and VB's
    "support" for internationalization, which is limited to say the least.

    As for the IDE, you can minimize if you need to.


    --
    ____________
    Klaus


    "oigres P" <oigres@postmaster.co.uk> wrote in message
    news:3930f8dd$1@news.devx.com...
    >
    > The date type is a pain in the arse. Could we make it simpler? SQL

    (oracle8i)
    > stores it with the time and 4 digits on the year. Of course the controls
    > (datacontrol) magically transform and interpret this data. Why so many

    date
    > formats? Lets go american (which is the default date type in oracle sql)
    > Swatch thinks they might have a good idea of internet time (splitting it
    > into 1000 bits or whatever).
    >
    > Also can we hide the stupid IDE? something like VbIde.hide=true.
    > VbIde.show=true.




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links