ariswan2007
Programmer
Dear Team,
We know that several applications today can be integrated and run on the web by inserting code/scripts in HTML files, such as : javascript, CSS, PHP, etc. Are there references to code/script VFP inserted in the HTML file ...? so that it can be run through the web. As an illustration, to make messages in the HTML web we usually use javascript (alerts or sweetalert), while on the VFP desktop we use code messagebox.
Web-HTML: <script type = "text / javascript"> alert ("Hello world"); </script>
Desktop-VFP: MESSAGEBOX("Hello world")
In the development of database management applications that are more dynamic and complex, in my opinion making a web-base application with a combination of : html+javascript+CSS+PHP is relatively more complex than desktop VFP applications.
If there is a synergy of VFP scripts that can be inserted and run in HTML files such as : javascript, CSS, PHP, of course this will greatly help VFP programmers to adapt to the development of IT technology today, without having to migrate and learn more new applications on the web-base version, which of course requires extra time, thought and energy.
thank you
We know that several applications today can be integrated and run on the web by inserting code/scripts in HTML files, such as : javascript, CSS, PHP, etc. Are there references to code/script VFP inserted in the HTML file ...? so that it can be run through the web. As an illustration, to make messages in the HTML web we usually use javascript (alerts or sweetalert), while on the VFP desktop we use code messagebox.
Web-HTML: <script type = "text / javascript"> alert ("Hello world"); </script>
Desktop-VFP: MESSAGEBOX("Hello world")
In the development of database management applications that are more dynamic and complex, in my opinion making a web-base application with a combination of : html+javascript+CSS+PHP is relatively more complex than desktop VFP applications.
If there is a synergy of VFP scripts that can be inserted and run in HTML files such as : javascript, CSS, PHP, of course this will greatly help VFP programmers to adapt to the development of IT technology today, without having to migrate and learn more new applications on the web-base version, which of course requires extra time, thought and energy.
thank you