KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q141525: PRB: DataSessionID Property Does Not Appear on Property Sheet

Article: Q141525
Product(s): Microsoft FoxPro
Version(s): WINDOWS:3.0,3.0b
Operating System(s): 
Keyword(s): 
Last Modified: 10-FEB-2000

-------------------------------------------------------------------------------
The information in this article applies to:

- Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b 
-------------------------------------------------------------------------------

SYMPTOMS
========

According to the Help file, the DataSessionID Property is read-only at design
time and read-write at run time. The DataSessionID Property can be accessed at
run time, but it does not appear on the Property Sheet at design time.


WORKAROUND
==========

No workaround is necessary. There is no loss of functionality associated with
this because the intended behavior of the DataSessionID Property is to be
accessible at run time and read-only at design time.

STATUS
======

This behavior is by design.

MORE INFORMATION
================

For more information on the DataSessionID Property, refer to the "DataSessionID
Property" topic in Help file.

Steps to Reproduce Behavior
---------------------------

1. Create a new form, and note that the DataSessionID Property is not listed.

2. Save and close the form. Then use the DO FORM command to run it.

3. With the form running, on the Tools menu, click Debug Window, and in the left
  side of the Debug window, type:

     _SCREEN.ACTIVEFORM.DATASESSIONID

4. Note that a value is returned.

Additional query words: VFoxWin

======================================================================
Keywords          :  
Technology        : kbVFPsearch kbAudDeveloper kbVFP300 kbVFP300b
Version           : WINDOWS:3.0,3.0b

=============================================================================

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.