On Sep 30, 2006, at 9:59 AM, Robert Poland wrote:

fWinPrefs is declared as a "Property As FolderItem?

AND in App/Open

    fPrefs=PreferencesFolder.Child("Time Sheet Prefs")

    If fPrefs.Child("WinPrefs").Exists=False Then
      // "Time Sheet Prefs" does not exist.
      Window2.Visible=True
      TextWindow.FirstRun // Run as first time [no objects].
    Else
      // Setup folderitems for files existing.
      fWinPrefs=fPrefs.Child("WinPrefs")

      // Read the data and window settings
      ReadWinPrefs
    End If

I'm having trouble sorting this out. I'm going to bed soon so, if you wish, send me your test example and I'll look into it ASAP.

Terry

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to