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...
Hello,
There is a really good article on this subject at
http://www.pinnaclepublishing.com (go to FoxTalk area)
The article is "Using Crystal Reports 7 with VFP 6" featured in the 11/1999 edition, written by Nigel Reburn.
He includes a download that has a set-up (created in VB)...
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...
Figured out the problem... The date: '01/01/2001' actually works. It was the field name, 'Date' that was causing the problem... Apparently this is a reserved word in ODBC... I changed the field name, and all is well.
Thanks a lot for all the help.
Rich.
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...
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.
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...
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.