hi, i've a large solution compiled with vfp6.
Now i need to use web service from it.
Some questions :
1) from wich version can i use (consume) web services
2) can i call from vfp6 exe some fxp compiled with vfp8 (dll provided)
3) my application is compiled with vfp6 but still use for the form istructions like
----------
define window "GES_ANA" at i_pv,at_x(14) size at_y(405,"Arial",9*4/3,"")+i_ay,at_x(743,"Arial",9*4/3,"");
font "Arial",9*4/3;
title "Anagrafica";
float close grow minimize icon file "anag.ico";
color &w_t_col003,,&w_t_col003,&w_t_col002,&w_t_col002,,,,&w_t_col003,&w_t_col003
--------
that are generated by a case tool.
If i recompile the application with vfp8, the froms are first correctly painted, but when i click into with the mouse all labels disappear, and only reapper, if the page has more than one tab, when i click on the other tab.
Any ideas ?
Thank's
Now i need to use web service from it.
Some questions :
1) from wich version can i use (consume) web services
2) can i call from vfp6 exe some fxp compiled with vfp8 (dll provided)
3) my application is compiled with vfp6 but still use for the form istructions like
----------
define window "GES_ANA" at i_pv,at_x(14) size at_y(405,"Arial",9*4/3,"")+i_ay,at_x(743,"Arial",9*4/3,"");
font "Arial",9*4/3;
title "Anagrafica";
float close grow minimize icon file "anag.ico";
color &w_t_col003,,&w_t_col003,&w_t_col002,&w_t_col002,,,,&w_t_col003,&w_t_col003
--------
that are generated by a case tool.
If i recompile the application with vfp8, the froms are first correctly painted, but when i click into with the mouse all labels disappear, and only reapper, if the page has more than one tab, when i click on the other tab.
Any ideas ?
Thank's