Hi,
The databases are located in a specific folder and different partition than the partition with windows. All the temporary files are redirected into and temporary folder that is located in application's folder.
I think is there something about virtualization or station rights or user rights...
I have a very strange situation. I have an accounting software written in VFP6 that uses RPC (automation manager). My client has 2 firms and also 2 databases, located in different folders. Whenever an user enter in application, i create with createobject() an relation with server to an object...
Hello everyone,
I have an application that uses ole automation (automation manager, etc.). I have this problem and i don't know how to solve. In other Windows systems in network works fine. But, if the "server" is XP SP2, when a station connects (createobject('server.server')) appears the...
Let's say you have the report invoice.
You can modify page layout, even the printer if you do this:
use invoice.frx
The first record and field expr have something like this:
DRIVER=winspool
DEVICE=HP DeskJet 600 (Color)
OUTPUT=LPT1:
ORIENTATION=1
PAPERSIZE=9
DEFAULTSOURCE=7
PRINTQUALITY=300...
Generally to get a carriage return you have to add to chr(13) an chr(10). I've tried myself :
x="Hi" + CHR(13) + chr(10) + "John"
@0,0 say x
but nothing. (2 squares).
Try ? x. This work.
Anyway, if you use VFP 6.0, Microsoft says that you should use the label or textbox control.
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.