Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Questions on VFP
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01534468
Message ID:
01534545
Views:
84
>1. What's the difference between CREATEOBJECT(), ADD OBJECT, and ADDOBJECT()?
>
>Spelling
>
>2. How many of the 700 or so numbered VFP errors can you successfully recover from programmatically, and allow execution to continue?
>
>123.26
>
>3. Why does a form's BufferMode property accept only values 0, 1, 2 when CURSORSETPROP() accepts values 1, 2, 3, 4, 5 for BUFFERING?
>
>Forms aren't as smart as CursorSetProp()
>
>4. When must you use TYPE() instead of VARTYPE()?
>
>When you are only allowed four letter commands.
>
>5. What naming standards do you use?
>
>I like to use latin phrases and the names of rock guitar players.
>
>6. What is the acronym LISA, and why is it important?
>
>Lisa is the girl that keeps pulling the fooltball away on Charlie Brown, oh no that's Lucy never mind.
>
>7. Why is it sometimes necessary to issue TABLEUPDATE() twice on a view?
>
>VFP wasn't listening the first time.
>
>8. Why would you use DO FORM ... NAME ... LINKED instead of DO FORM ... TO ...?
>
>I don;t like doing anything TO anybody I haven't been formally introduced to.
>
>9. A text box VALID() method calls a modal form, which has an edit box and two command buttons. The form's INIT() method sets focus to the second command button. What happens when the user tabs out of the text box?
>
>Confetti starts raining from the air ducts.
>
>10. What is wrong with this statement: “The fastest way to install VFP on a new machine is to zip up the VFP directory and all subdirectories and then unzip on the target machine.”
>
>Everybody know that zippers always get stuck.
>
>11. Describe the objects that can be found a DE.
>
>D and E
>
>12. How do you make a form modal?
>
>Insult it.
>
>13. Describe what a non-visual class could be used for.
>
>Helping blind people use computers.
>
>14. When you drag a field from a DE onto a form, what determines the base class used for the resultant control?
>
>How the field feels when you drop it.
>
>15. How do you ship an ActiveX control with an application?
>
>Wrap it in bubble wrap.
>
>16. Describe a design pattern.
>
>Argyle, lots of little diamonds.
>
>Hope this helps!

I am pleased that your sense of humor is intact.

The question about TYPE() vs. VARTYPE() is one I was asked in the interview before my last job. For some reason they were impressed that I knew that with VARTYPE() you don't have to wrap the search expression in quotes. (And then they showed me the app, which was full of procedural code circa 1980).

Correct me if I'm wrong but weren't you the one who originated the acronym LISA? (Other than Steve Jobs, anyway). Load, Init, Show, and Activate -- event firing order.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform