Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2

Thread: display sysdate

  1. #1
    Join Date
    Oct 2004
    Posts
    1

    display sysdate

    if u please can u tell how can i display sysdate in my project

  2. #2
    Join Date
    Dec 2003
    Location
    The Netherlands
    Posts
    475
    If i understand you correctly you want to show date in your project. There are lot of ways. Here is one of them:

    1-Place a label object in your page where you want the date to be displayed
    2-Place this code in the page where the label is at, at On Show event.
    ----------------------------------------------------------------
    Label.SetText("Label1", System.GetDate(DATE_FMT_EUROPE));
    ----------------------------------------------------------------

    Sside

Similar Threads

  1. Tabbed display creation
    By casman in forum AutoPlay Media Studio 4.0
    Replies: 5
    Last Post: 10-06-2003, 09:32 AM
  2. Display Dynamic images?
    By rball in forum AutoPlay Media Studio 4.0
    Replies: 7
    Last Post: 04-02-2003, 09:12 AM
  3. Detect Display
    By MaxaMill in forum AutoPlay Media Studio 4.0
    Replies: 1
    Last Post: 02-26-2003, 08:07 AM
  4. HOWTO: Display Conditional Text Based Upon a List Box Selection
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-15-2002, 10:54 AM
  5. Exit Button? or Display at Shutdown ?
    By pagedown in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 09-29-2002, 12:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts