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 Chriss Miller 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: Raven123
  • Content: Threads
  • Order by date
  1. Raven123

    Newbie Question...

    Hello, I am moving to Java from Delphi and have a question... In Delphi, it's legal to create enumerated types like: type Suit = (Club, Diamond, Heart, Spade); which defines an enumerated type called Suit whose possible values are Club, Diamond, Heart, and Spade.... Therefore, when I...
  2. Raven123

    Convert Form file to Text

    Hello, Does anyone know of a utiltiy that pulls the Method/Event code out of a .SCT and writes to ASCII file? We are trying to do a DIFF on two versions of the same form, and cutting/pasting each method into a .TXT file seems pretty tedious... Any suggestions? Thanks in advance for any...
  3. Raven123

    Insert into Access Table using SQLExec

    Hello, I am attempting to insert records into an Access table using the SQLExec() command... All was well until I attempted to insert a record to an Access table with a Date/Time field. Does anyone know the format for sending date/time values to Access? I have tried: ? SQlExec( con...
  4. Raven123

    Project Search and Replace

    Hello, Does anyone know of a way to globally search an entire project for the instance of a string (like a fieldname) and replace it with something else? Thanks in advance for any help.
  5. Raven123

    Calling Visual Basic Activex .DLL in VFP

    Hello, I am trying to call a function from an ActiveX DLL created in VB6 from Visual FoxPro 5, and not having much luck. * The .Dll name is: MyString.DLL * The fuction name is: GetMyString I Issue in the command window in Fox: Declare String GetMyString In MyString ? GetMyString() Foxpro...

Part and Inventory Search

Back
Top