| Thread | Last Post | Replies |
|
| Is this a known bug -- function SECONDS() | 30 Sep 2006 10:36 GMT | 6 |
I'm running VisualFoxpro V.6.0 I have a program which runs a procedure at a predetermined amount of seconds since midnight. In testing out the program I manually set the time to 1 minute before the trigger should have taken place. This was done while the
|
| Help File Links not Working | 29 Sep 2006 21:21 GMT | 7 |
Hello and thanks for the help. I have both VFP 7 (SP1) and VFP 9 (SP1) installed on my development machine. The links in the help file for VFP 9 are not working. I can use the index on the left to jump to pages and I can type HELP <whatever> in the command box
|
| Programmatically Controlling the Adobe Distiller (Version 7) in Windows | 29 Sep 2006 21:09 GMT | 4 |
I finally got something that works. It was not without too much effort, no thanks to Adobe. First a bit of unpleasantness: [Note to Adobe Systems Incorporated: 1) You people should be ashamed of yourselves for making your
|
| How to read the XML file generate by MBSA 2.0? | 29 Sep 2006 16:46 GMT | 4 |
I try to use XMLAdapter class to read the XML file generated by MBSA 2.0. by oXMLAdapter = NEWOBJECT('XMLAdapter') oXMLadapter.LoadXML('Test.xml',.t.)
|
| Fullpath() wierdness... comments, please | 29 Sep 2006 16:30 GMT | 6 |
I've created a vfp table manager as a session object and I'm encountering a fullpath() failure. Here's the situation: I'm opening a dbc and all of it's tables a second time in a new session object. My code keeps table information in an array so it attempts to store the ...
|
| Test post - please ignore | 29 Sep 2006 14:04 GMT | 1 |
|
| strconv() under VFP 5 | 29 Sep 2006 14:04 GMT | 2 |
I found that VFP5's strconv takes only 2 parameters. Is there an equivalent to the following VFP 9 function? lcUTF8 = StrConv(lcDoubleByte, 9, 950, 1)
|
| Rlock slow | 29 Sep 2006 13:25 GMT | 1 |
I have a table that has one record per person logged into the system. Each user has their record locked with Rlock. As a new user logs in, it tries o ARlock record 1 , then 2 etc until it finds a record to lock. If it locks a record then the record number it got
|
| change path | 28 Sep 2006 23:21 GMT | 1 |
My question is " Is it possible to change software path from FOXPRO WINDOWS to FOXPRO DOS" Actuall my software work with DOSBASE FOXPRO , But in my absense one of freind has install FOXPRO WINDOWS VERSION , So Now my software was
|
| Fax Wizard | 28 Sep 2006 19:04 GMT | 5 |
I know this isn't a VFP question, but since I'm coding it in VFP, I'm hoping no-one will be offended. We all know that the VFP community's knowledge spans far beyond VFP! The Windows 2000 Shared Fax wizard would auto-fill it's fields (textboxes)
|
| Putting together stand-alone modules | 27 Sep 2006 22:18 GMT | 1 |
I do have this 12 stand-alone modules (executables). Now I need to put them together for a full version. Can I get some advice on the wright way of doing this thinking about future code maintenance and overall programming performance as I want to keep both individual modules and ...
|
| Faxserver | 27 Sep 2006 19:03 GMT | 1 |
I have a 2003 server with a shared fax shared to all. I want to connect thu it using an XP machine. Anyone got a code on how to do this? I know that i can send fax thru my XP machine by sending one from MS-Word so security issues are not an issue.
|
| VFP 9 Quibbles | 27 Sep 2006 18:26 GMT | 10 |
VFP 9 has some, for me, irritating behaviours. How do I: 1) turn off the history in the command window? (I like a clean start when I start up.) 2) turn off the command completion? (I know what I want to type. VFP
|
| Login form settings | 27 Sep 2006 17:07 GMT | 3 |
most login forms are set so that when the user enters a Password and hit Enter or Click the Login button once, the form retrieves and processes UserID and Password found, *without* the user has to hit Enter again.
|
| Synchronize | 27 Sep 2006 16:37 GMT | 1 |
Example if i have 5 clients and they are working offline. Is it possible to synchronize tables and all records by using synchronize function in windows xp? Thank.
|