Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2003
    Posts
    20

    Something Changed in Edit Fields Screen

    Until Recently I was able to read values from the registry and they would be displayed in a contact screen if the Default Text Value for the TextBox was set to %SessionVar%. Now this seems to have stopped working.

    Perhaps I need to use a DlgEditField.SetProperties(nNameEditField, {Text = sName}); command - but why did this change.

  2. #2
    Join Date
    May 2003
    Posts
    20

    Tried DlgEditField.SetProperties with no luck

    I tried this - and still cant make it work.

    Perhaps my syntax is wrong.
    DlgEditField.SetProperties(CTRL_EDIT_01, {Text = SessionVar.Expand("%ContactName%")});

    but this works:

    DlgEditField.SetProperties(CTRL_EDIT_02, {Text = "XYZ"});

  3. #3
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Try this:

    CName = SessionVar.Expand("%ContactName%");
    DlgEditField.SetProperties(CTRL_EDIT_02, {Text = CName});

    This may work better.

    Adam Kapilik

Similar Threads

  1. Screen: Email Registration
    By Brett in forum Setup Factory 8.0 Examples
    Replies: 10
    Last Post: 05-01-2007, 12:00 PM
  2. HOWTO: Make a Media Player Object Go Full Screen
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 11:23 AM
  3. HOWTO: Install a Screen Saver
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-27-2002, 01:35 PM
  4. Default text in edit field - Multiple edit screen
    By Romahe in forum Setup Factory 6.0
    Replies: 1
    Last Post: 12-18-2001, 01:01 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