Hola amigos foxeros . Problemas de Compatibilidad Visual Fox Pro en windows 7 ultimate 32 bits

1,949 views
Skip to first unread message

Edward Cifuentes

unread,
Mar 3, 2013, 9:46:37 AM3/3/13
to publice...@googlegroups.com
Tenia una aplicacion hecha en visual fox pro 6.0 y le doy click derecho en las propiedades y le coloco ejecutar visual fox pro con windows sp2 y funciona
pero la que estoy realizando en fox pro 9.0 algo lo mismo y me funciona la primera vez, pero despues se ejcuta y me queda oculto.

Y es incomodo para un usuario  siempre hacer los mismos paso para ejecutar el  programa






Luis Maria Guayan

unread,
Mar 3, 2013, 9:56:55 AM3/3/13
to publice...@googlegroups.com
???

Por favor explica mejor que no se entiende muy bien lo de las versiones de VFP y Windows


Luis María Guayán
Tucumán, Argentina
_________________________
http://www.PortalFox.com
Nada corre como un zorro
_________________________

Edward Cifuentes

unread,
Mar 3, 2013, 10:08:30 AM3/3/13
to publice...@googlegroups.com
El programa esta hecho en Vfp 9 y lo estoy eecutando en windows 7 ultimate
pero al probar la configuracion de compatibilidad que me me sugiere windows
me funciona bien la primera vez, guardo la configuracion

Y cuando lo abro nuevamente directamente no se ven los cambios
se ejecuta, pero no sale en pantalla
programa.jpg
programa.jpg

Edward Cifuentes

unread,
Mar 3, 2013, 10:10:00 AM3/3/13
to publice...@googlegroups.com
carservices.jpg

cango

unread,
Mar 3, 2013, 6:53:44 PM3/3/13
to publice...@googlegroups.com
Hola Edwars, a mi me pasó lo mismo cuando instalé el sp de visual. Lo volví a instalar si la actualización y funcionó bien.
Alejandro

Luis Maria Guayan

unread,
Mar 3, 2013, 6:56:02 PM3/3/13
to publice...@googlegroups.com
Pregunta: Por que lo corres en modo de compatibilidad, si los ejecutables de VFP9 corren perfectamente con Windos 7 de 32 y 64 bits ??

Luis María Guayán
Tucumán, Argentina
_________________________
http://www.PortalFox.com
Nada corre como un zorro
_________________________

Edward Cifuentes

unread,
Mar 4, 2013, 5:40:15 AM3/4/13
to publice...@googlegroups.com
Por que cuando lo ejecuto directamente, se ejecuta pero me queda oculto.
y no me aparece la ventana principal

Voy a ver si reinstalando el VFP 9 es la solucion. A la espera de una posible solucion


Gracias a todos

Enrique Vasquez - Gmail

unread,
Mar 4, 2013, 8:52:56 AM3/4/13
to publice...@googlegroups.com
hola,

podrias colocar la parte del codigo de tu programma donde llamas a la pantalla principal, seria bueno ver como estas colocando el READ EVENTS.
pues el comportamiento que explicas va por ahi, a menos que tengas un archivo config.fpw que te esta haciendo el 'mal chiste'

Saludos
Enrique Vásquez Bautista
cell. +39-3334497305
Genova - Italia

Alejandro Perez

unread,
Mar 4, 2013, 1:13:03 PM3/4/13
to publice...@googlegroups.com
Efectivamente concuerdo, podria ser el config.fpw, yo tengo varios sistemas corriendo en win 7 en server 2008 y no tiene problemas...o la lectura del Read Events en el Activate del formulario

Edward Cifuentes

unread,
Mar 4, 2013, 2:54:07 PM3/4/13
to publice...@googlegroups.com
Esto es lo que aparece en el archivo config


* CONFIG.FPW for C:\CARSSERVICES\CARSSERVICES.PJX

* This file is a generated, framework-enabling component
* created by APPBUILDER
* (c) Microsoft Corporation


* This file should contain the settings
* appropriate to your project
* and be added in to the project/exe
* or installed in the EXE directory

* It overrides registry settings

* You can use the -C switch or FOXPROWCFG environmental
* variables to point to a config file by name, and
* and the FOXPROSWX variable also handles -C among
* the other switches.

SCREEN = OFF
TITLE = carsservices

* Change this to suit:
* TMPFILES = *<GETENV("TEMP")>*
* or set EDITWORK,SORTWORK,PROGWORK individually
* note: these should never be set in a CONFIG.FPW
* built into your EXE! See above for ways of pointing
* to a CONFIG file.

* To specify a startup program, possibly temporarily,
* on the way into your app:
_STARTUP = ""

* to eliminate load time:
_BROWSER = ""
_SPELLCHK = ""
_GENMENU = ""
_GENGRAPH = ""
_GENXTAB = ""
_COVERAGE = ""
_SCCTEXT = ""
_CONVERTER = ""
_TRANSPORTER = ""
_BUILDER = ""
_WIZARD = ""

* other special CONFIG.FPW settings you may wish to change:
* (these are the defaults)
MVCOUNT = 1025
OUTSHOW = ON  

* Set other global settings here if you like, for example:
RESOURCE = OFF
_THROTTLE = 0

* See the application object's SetDataSessionSets() method
* for some additional settings you
* may like to use in your config file.
* The following are not the default settings,
* (and ordinarily will be taken care of in the
* Load of private-session forms and formsets):
TALK = OFF
MULTILOCKS = OFF
EXCLUSIVE = OFF
SAFETY = OFF

Edward Cifuentes

unread,
Mar 4, 2013, 2:56:11 PM3/4/13
to publice...@googlegroups.com
y este es el programa principal

CLOSE DATABASES

SET PROCEDURE TO C:\carsservices\PROGS\codbar.prg  ADDITIVE
SET PROCEDURE TO C:\carsservices\PROGS\numletra.prg  ADDITIVE
SET PROCEDURE TO C:\carsservices\PROGS\genmenu.prg  ADDITIVE

SET EXCLUSIVE OFF
SET SAFETY OFF
SET MULTILOCKS OFF

set default to c:/carsservices/

set path to data,forms,menus,graphics,progs,libs


DO Abrirtablas


  DO FORM 'c:/carsservices/forms/frmlogin.scx'
 


 READ events

Luis Maria Guayan

unread,
Mar 4, 2013, 2:58:43 PM3/4/13
to publice...@googlegroups.com
Intenta anulando esta línea con

* SCREEN = OFF

Deberías ver si el formulario principal es TopLevel o no

Luis María Guayán
Tucumán, Argentina
_________________________
http://www.PortalFox.com
Nada corre como un zorro
_________________________

El 04/03/2013 16:56, Edward Cifuentes escribió:
SCREEN = OFF

Edward Cifuentes

unread,
Mar 4, 2013, 3:14:47 PM3/4/13
to publice...@googlegroups.com
GRACIAS POR SU COLABORACION
Reply all
Reply to author
Forward
0 new messages