| Thread | Last Post | Replies |
|
| Failure of Office automation | 30 Jun 2005 19:41 GMT | 3 |
I have an app that's been running happily for years, but which suddenly started getting an error. The line is like this: xx = CREATEOBJECT("outlook.application") and the error message is "OLE error code 0x8007007e: the specified module
|
| incorrectly decrypted data -different default non-unicode languages | 30 Jun 2005 15:22 GMT | 1 |
hi, i'm encrypting data (fields in dbf) in PC # 1, where default non-unicode language is set for example "xxx". when im decrypting the same data on the same PC, everything OK. But when im trying to decrypt it on PC #2 (default non-unicode language is "YYY", not "xxx"), data is ...
|
| days calculation | 30 Jun 2005 15:10 GMT | 5 |
How do I do a simple calculation to determine the number of days between two date fields? Do the date fields need to be formatted a certain way?
|
| How to convert mdy(date()) back to the original date()? | 30 Jun 2005 15:07 GMT | 3 |
How can I convert mdy(date()) back to the original date()? date() returns 06/29/05 mdy(date()) returns June 29, 05 ctod(mdy(date())) returns / /
|
| Difference between Design mode and exe | 30 Jun 2005 14:16 GMT | 1 |
Mi app use a systray.vcx I compile I lauch That's OK : the app' icone is in the systray near the clock
|
| Problem with _systray.vcx : difference between prg and exe | 30 Jun 2005 14:15 GMT | 1 |
Mi app use a systray.vcx I compile I lauch That's OK : the app' icone is in the systray near the clock
|
| simple data encryption algorythm? | 30 Jun 2005 13:36 GMT | 8 |
hi, does anybody know any simple and FAST algorythm to encrypt data in the dbf fields? (except _crypt.vcx)
|
| delete to recycle bin in foxpro 2.6 for windows | 30 Jun 2005 11:24 GMT | 2 |
I use foxpro 2.6 for windows and windows xp. None of these work: delete file c:\a.xls recycle erase c:\a.xls recycle
|
| Check for instance of | 29 Jun 2005 22:08 GMT | 2 |
Is there a way to check an object type. for example looping through all the controls on and form, and checking if a control is an 'instance of' a textfield.
|
| Error Handling | 29 Jun 2005 21:39 GMT | 2 |
I have an error handler that gives the user the option of closing the current form and continuing. I am using the Release method of the current form to release the activeform. However, the problem is that even after using the release method, whatever procedure was running in
|
| Checking the Scope of Variable ? | 29 Jun 2005 18:28 GMT | 3 |
Is there anyway to determine the Scope [Public, Private or Local] of a Variable. Using Foxpro 8.0 Pro.
|
| Cursor across multiple tables | 29 Jun 2005 16:45 GMT | 2 |
I am selecting information from multiple tables into a cursor 'cur'. I need to bind these fields to textfields. My problem occurs when I try to move the cursor. When i use skip or go I dont know what table alias to use.
|
| Designing a FoxPro Database | 29 Jun 2005 16:24 GMT | 1 |
Has anyone used Rational Rose to design a database? Can the design from that be used to design a Foxpro database. Or does anyone know if Rational Rose is database dependent? Thanks
|
| printing in a dot matrix printer and receipt printer | 29 Jun 2005 16:19 GMT | 16 |
Hello, i am using VFP 7.0 on Windows XP Platform, i have 3 printer ports installed on the computer the LPT1 is a laser printer and is the default, the LPT2 is a Dot Matrix Printer Okidata MicroLine 320 Turbo and the LPT3 is an EPSON TM U220 Receipt Printer. I can Print correctly ...
|
| DLL and FoxPro | 29 Jun 2005 15:07 GMT | 3 |
I need to implement a DLL from an accounting program and I need to figure out how to do it. The sample code bits I have refer to Visual Basic or C++. Here a sample in VB: Dim Acomba As New AcoX0127.AcombaX
|