Thanks Mike for the response
Actually there is no specific reason for this "intellisense" question, just want to ask.
Maybe because I usually use four letters for one complete command. The consideration is to make a "simple command" when writing commands in the PRG file or in the form method...
Dear expert,
In VF9, when typing a command in the "Command Window Box" or creating a PRG file, the system will type the complete command automatically, for example I type: modi + [spacebar] then the command is automatically typed: modify
How do I turn off the automation, considering that we...
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...
Thank you for the response...
The code from Olaf answers this problem.
I have tried through the code screen (.prg) and form (scx), and the caption can be displayed in the title bar.
Regards
CODE :
Public oForm
oForm=Createobject([MyForm])
oForm.Show()
Define Class MyForm As Form
ShowWindow...
Dear Team,
I want to create a form using the windowstate=2 property. Please explain why the caption in the title bar disappears on the form when it is run. What is the solution to keep the caption active using mode widowstate=2. Thank you for your help.
The code as below :
PUBLIC oForm...
Thank you for the response
It's true, that Visual Foxpro will be more effective when using OOP development using form, vcx, class, etc. I am still actively developing applications using the old-foxpro source code, and until now it still exists, it's easy to custom for businesses, even though...
Thank you for the response given, let me try to explain in the previous question in more detail:
OLD-FOXPRO CODE
===============
**STORE VARIABLE**
store space 50 to abc1,abc2,abc3
**GET VARIABLE**
@ 01,02 GET abc1
@ 02,02 GET abc2
@ 03,02 GET abc3
read
**GET/READ VARIABLE**
I fill/put in the...
Anyone can help me...
I have code below :
@ 01,02 CLASS Textbox NAME abc1
@ 02,02 CLASS Textbox NAME abc2
@ 03,02 CLASS Textbox NAME abc3
read
How to retrieve or view values that are filled in from the textbox class for names abc1, abc2 and abc3
thank's
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.