About 10 results
Open links in new tab
  1. Thread: Using Recno () in a query. - forums.devx.com

    Apr 7, 2003 · Hello, BraileyD! You wrote on 7 Apr 2003 06:57:22 -0800: B> Select * From HugeTable; B> Where Recno('HugeTable') BETWEEN (61000 AND 100000) ; B> Into cursor …

  2. Setup Problem (system files are out of date) - forums.devx.com

    Mar 21, 2002 · hi When i run the setup that I created in vb6, I receive the next message : "Setup cannot continue because some system files are out of date on your system.

  3. WriteConsole function

    Jun 22, 2001 · I'm trying to use WriteConsole function from windows.h in a win32 console application. I use this function to print a message in the screen (like printf) but it dosen't works …

  4. Problem with RXTX in Windows

    Dec 27, 2011 · Hi, i have a problem similar to your. I am developing an application, using javacomm, that uses a serial port to send sms though a gprs modem.

  5. Flexgrid auto scroll

    Nov 26, 2008 · Join Date Sep 2004 Location Northampton,United Kingdom Posts 230

  6. Thread: Determine If Recordset Has Been Changed

    Oct 23, 2003 · I have an application that uses six disconnected recordsets. During the execution of the application these disconnected recordset can be modified by either the user or …

  7. Thread: X & Y Coordinates of Mouse over an Applet

    Feb 21, 2001 · I am using a Java Applet to draw diagrams and want to know the position of the mouse over the applet. (The applet does not have a mouse coordinate function, and I have not …

  8. Thread: Disable secondary mouse button - forums.devx.com

    May 9, 2000 · Hello, In my web page, I'd like to disable the secondary mouse button, so the user can't access the menu that normally appears when this happens.

  9. error MIDL2020 : error generating type library : AddImplType failed

    Feb 22, 2002 · Hi all, I'm using VC SP5. I can't compile interface definitions below because I have "interface ITestObj_Mix : ITestObj_1".

  10. Thread: Using mciSendString to play midis - can I loop?

    Feb 7, 2008 · I'm using the code from here to play some .mid files in my project. Is there a way to loop these until I send StopMidi or an event they trigger on ending?