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