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 SkipVought 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: *

  1. jpbrault

    Dealing with Replication ID's

    I had a similar probleme and it is because the "{}" are some time return with the replication ID. To convert then in a string I use the following code: Left(Right(StringFromGUID(CodeEntree), 38), 36)
  2. jpbrault

    "ShellExecute" equivalent for more than 1 file ?

    If your MP3 are all in the same directory, you can load the entire directory in wimap using the command line.
  3. jpbrault

    Open external applications from Paradox

    You can also use the shellExecute() from Windows API. It has more option than the execute() from Paradox.
  4. jpbrault

    NoteBooks and high temperature

    I have a situation where I must use a notebook for over 600 hours continous (1 week) at a temperatures up to 40 C (104 F). It work well at first but windows seem to freeze more often then usual recently. Is there a danger to run a notebook in these condition? Is there a way to cool a notebook...
  5. jpbrault

    setRegistryValue(..) in WIN2K

    I have some problems with the function setRegistryValue() in Paradox 9 under Win2K. It don't work! At first I thought thath it could be a windows root constant change because the code works in Win98 but the function getRegistryValue() works fine. Has anybody else had this problem or have a hint...
  6. jpbrault

    How to check Network connection

    In some language, it's possible to get the size of a Network drive. If this drive is remote and the network is down, the instruction will give a error code.
  7. jpbrault

    Copying information from one table to another

    var tbl table endvar tbl.attach("tablr1.db") tbl.add("table2.db", true, true) tbl.unattach() -> In order to work properly, your tables must be indexed.
  8. jpbrault

    Changing control (.net) file at runtime

    I would like to know if there is a way to change the control (.net) file programatically (without going into the DBE Configuration in the control panel) and if possible, without restarting the application?
  9. jpbrault

    SQL and variables

    Var variable string endvar variable = "\"My string\"" S = SQL SELECT * FROM table WHERE Fld = ~variable endSQL
  10. jpbrault

    Progress of a SQL query

    Is there a way to know the progress of a SQL query?
  11. jpbrault

    Network Burps

    On our network, Paradox 9 become very slow when the server is doing a mirror backup on the volume containing the control file (.NET).

Part and Inventory Search

Back
Top