| Thread | Last Post | Replies |
|
| Can't close a dbc | 15 Mar 2008 18:00 GMT | 2 |
I'm trying to start an app with a clear slate, but I can't close its chief dbc reliably. The app creates a private session object and opens the dbc in the private session. I may not close it properly in the app during testing for whatever reason, but the main prg does a close all ...
|
| How to get TIME from NTP | 15 Mar 2008 02:12 GMT | 5 |
I would like to get the UTC-TIME (universal time coordinated) via NTP using an MS OCX. At the start of an application I just want to make sure that the time is set correct.
|
| VFP 9.0 + SQL2005 | 15 Mar 2008 02:05 GMT | 1 |
as i know...SQL DB character length can greater than vfp limit.......for example...... empno c(10) name char(400)
|
| file scripting object | 14 Mar 2008 19:57 GMT | 8 |
I have used the file scripting object in my application. What do I need to include in my installation routine to make sure that all files required are installed for the user? Sincerely Stephen
|
| Report field stretching problems | 13 Mar 2008 22:06 GMT | 3 |
I have a report in which a field was changed from a small character field to a memo field. Some of the memo fields contain a good deal of text, so this field on the report needed to be changed to stretch:
|
| systray is ignoring right mouse click | 13 Mar 2008 20:16 GMT | 5 |
Hello and thank for the help. I am using the systray class with VFP 9 and I have code in IconRightClickEvent() which is being ignored. I can't figure out what I'm doing wrong. The IconClickEvent() code is
|
| Creating a searchable pdf with Print2PDF | 13 Mar 2008 19:31 GMT | 5 |
VFP 9.2, XP sp2 Using print2pdf for a number of reports. Most of them are searchable for text, but one is not. Acrobat seems to think the one report is a scanned document.
|
| Print in Half Page Sheet | 13 Mar 2008 05:24 GMT | 4 |
Hi to All, Can anybody help me with this Report Form, the default paper size I am using is 8.5 x 11, I want to use 8.5 x 5.5. most paper size's depends on printer installed. what Printer model should I
|
| Which one is best for ODBC/MSSQL: pass as ?MyVariable or as the value? | 13 Mar 2008 04:03 GMT | 9 |
I wonder which one would be faster to execute by SQL Server - especially if I put this inside a scan-endscan loop: 1) text to lcSQLCmd textmerge noshow pretext 2
|
| Use of Soundex Function | 12 Mar 2008 19:26 GMT | 3 |
Hi Friends, I have a field member_name in member_master.dbf it has few records e.g. SHAIKH SABA WASEEM
|
| systray class does not show systray icon in EXE | 12 Mar 2008 02:59 GMT | 2 |
Hello and thanks for the help. I have an app in VFP 9 in which I am using the systray class. When I run the app in the IDE, everything works fine. The systray icon appears and responds to mouse events.
|
| Use Format on Editbox Control | 11 Mar 2008 11:09 GMT | 2 |
I am using an Editbox control in VFP9. Now I need to format all the keyed in text into this edit box control in the uppercase format. How can I do this? I tried to set the value of ! for UPPERCASE in the FORMAT property. But from VFP help it seems this value works only for
|
| Releasing Memory After Completion of a Process | 11 Mar 2008 07:29 GMT | 1 |
I have developed an EXE [in VFP 9] which the User is intends run to execute certain tasks (like importing, exporting data etc.). In order make use of this all the user does is set the task and the time which the task have to run.
|
| Changing Window Behavior | 11 Mar 2008 01:09 GMT | 5 |
Hello and thanks for the help... Can I change the default behaviors of clicking and right clicking on a minimized window? Right now, as you probably know, clicking alternates between restoring and
|
| VFP 8.0 - How to handle this. | 10 Mar 2008 17:29 GMT | 4 |
I have multiple compiled .exes using VFP 8.0. Each one is called by a prg, calls the form and when the form is destroyed, clear events is issued. Now, I want to call each of these individual .exe's from another .exe. (a form acting as a main menu). But the problem is that when I ...
|