Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jesylv
  • Content: Threads
  • Order by date
  1. jesylv

    Activex and Installshield issue

    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...
  2. jesylv

    WIN XP pro setup problem

    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...
  3. jesylv

    Component gallery

    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...
  4. jesylv

    Unreleased objects

    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...
  5. jesylv

    Using API Functions like _EDCOPY

    How can one use in VFP API Library routines like _EDCOPY, _EDSELECT etc... Jean
  6. jesylv

    Background color in grid

    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
  7. jesylv

    Selecting printer and tray programaticaly

    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...
  8. jesylv

    Distributing EXE and APP

    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...
  9. jesylv

    Columns and Reports

    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
  10. jesylv

    Datadriven programming

    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...
  11. jesylv

    Using DataEnvironment in Custom objects

    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...
  12. jesylv

    Using DHTML.edit Control

    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 :-(

Part and Inventory Search

Back
Top