Hi everyone,
Am I right to assume that VFP-installshield limited edition handles the registration of activex controls contained in merge modules?
I have got a distribution package out for an application. The application installs correctly on every machine except one (As chance would have it...
Just got a new laptop with XP pro on it. Installed VFP 7.0 SP1 on it with no problems reported. Launches fine but if I make a change in the option menu (no mater what) VFP hangs on launch. It seems that making a choice on the option menu writes not only your choice but also a bunch of default...
I keep on getting this error when trying to open classes from the component gallery:
[CODE]
Oshared is not a function, procedure or program.
[\CODE]
The culprit piece of code is something like
[CODE]
IF !oShared.CheckItem(this)
[\CODE]
It seems that an object (oshared) is not loaded correctly...
I have an object that intitialise several child objects that are responsible of gathering data in a network. A pointer to the various child object is kept in an array property of the parent object. The parent object itself is called in an app and stored in a local variable.
Now for a reason I...
I am using the dynamicBackground property to Highlight the current row in a grid. It works fine except that the currently selected cell appears with the default colors (Black on white). How can I correct this behaviour?
Jean
My application needs to send specific reports to specific printers (easy) and to specific trays (not so easy). Using REPORT FORM myRep TO PRINTER PROMPT is not an option given that 10 to 12 reports are printed in a batch.
I think the solution to this problem probably involves using a Win api...
I have a small stub program (EXE) that runs on workstations and checks if newer versions of APP files are available on a commun network directory. If it is the case, the stub program copies the newer versions on the workstation and launches the main App file with:
DO MainApp.App
This App sets...
I am printing a report on two columns. When I print the last record of a column part of the information is printed on the next column. Is there a way to prevent this behavior?
Jean
I am having trouble making this work:
I store SQL Statements in a memo field. Some are quite long (400-500 caracters). At run time users select a SQL statement for execution:
&& Recup the SQL and strip CRLF
lcStatement = CLEANCOMMAND(cMySQLTable.mSQL)
&& Execute statement....
&lcStatement...
Hi everyone!
Is it possible to use a private dataenvironment with a custom object. I am trying to build a non-visual object that would be able to answer to specific data extraction requests from other objects. The use of a private dataSession would ensure that this object does not interfere...
I am having a small problem using this control in VFP6. It works fine except that it seems to strip extended caracters (éèàÉç etc) replacing them with question marks in HTML instead of the expected & + LETTER + ACUTE/GRAVE/UML/ETC string. Does anyone have an idea on what is going on???
Jean :-(
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.