Microsoft KB Archive/174915: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 47: Line 47:
<div class="errormessage">
<div class="errormessage">


AN ERROR (&quot;This Command Cannot be Completed Because Invisible Items Cannot be Manipulated&quot;) Has Occurred in the Setup Wizard. Setup Terminated
AN ERROR ("This Command Cannot be Completed Because Invisible Items Cannot be Manipulated") Has Occurred in the Setup Wizard. Setup Terminated


</div>
</div>
Line 80: Line 80:
<li>Select the Code tab and click Programs.</li>
<li>Select the Code tab and click Programs.</li>
<li><p>Select New and create a program with the following code: <span class="kbd userinput"> </span></p>
<li><p>Select New and create a program with the following code: <span class="kbd userinput"> </span></p>
<pre class="codesample">      WAIT WINDOW &quot;This is a test of the VFP Setup Wizard&quot;
<pre class="codesample">      WAIT WINDOW "This is a test of the VFP Setup Wizard"
                             </pre></li>
                             </pre></li>
<li>Save the program file.</li>
<li>Save the program file.</li>

Latest revision as of 11:07, 21 July 2020

Article ID: 174915

Article Last Modified on 8/26/1999



APPLIES TO

  • Microsoft Visual FoxPro 3.0b for Macintosh



This article was previously published under Q174915

SYMPTOMS

Running the Setup Wizard in Visual FoxPro 3.0 for the Macintosh under Macintosh Operating System 8.0, results in the following error message:

AN ERROR ("This Command Cannot be Completed Because Invisible Items Cannot be Manipulated") Has Occurred in the Setup Wizard. Setup Terminated

RESOLUTION

  • Create the setup disks using an earlier version of the Macintosh operating system.


-or-

  • Obtain the new version of the Setup Wizard that runs under OS 8.


STATUS

Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Using a Macintosh Power PC running Macintosh Operating System 8.0, create a project named Test.
  2. Select the Code tab and click Programs.
  3. Select New and create a program with the following code:

          WAIT WINDOW "This is a test of the VFP Setup Wizard"
                                
  4. Save the program file.
  5. From the Project Manager, select Build and build either a PowerMac Executable or 68K Executable.
  6. Save the executable file to a clean distribution folder.
  7. Select the Tools menu and click Setup from the Wizards menu.
  8. Proceed through the six steps of the Setup Wizard.
  9. Click Finish. The error appears as the files are compressed.

Macintosh Operating System 8.0 is manufactured by Apple Computer, a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding this product's performance or reliability.

REFERENCES

For information on downloading the updated Setup Wizard file please see the following article in the Microsoft Knowledge Base:

177395 FILE: vfpmsuwz.hqx: New Setup Wizard/Visual FoxPro Using OS 8


Keywords: kberrmsg kbprb kb3rdparty KB174915