| Thread | Last Post | Replies |
|
| print jpg in app | 20 Jun 2008 09:33 GMT | 7 |
I have a very larg application. Looks like a book. Can I create code to print a jpg when I right click the picture. If so how? Thanks Sherry
|
| Validating a DBC | 20 Jun 2008 09:16 GMT | 4 |
After opening a DBC I issue: VALIDATE DATABASE RECOVER I got the message: Tag not found (structural CDX). Do you want eliminate it or cancel
|
| SQL Calling Methods | 20 Jun 2008 05:38 GMT | 1 |
I am doing some grouping in SQL with the grouping determined by a method call (because the grouping is user-defined and quite arbitrary). So far, so good. Are there any pitfalls that I need to watch for?
|
| Code signing - how to digitally sign VFP apps? | 20 Jun 2008 04:03 GMT | 3 |
Anyone know how to do that?
|
| Embed Acrobat in a Form - DoVerb problems | 19 Jun 2008 20:55 GMT | 6 |
When doing an AddObject with an olecontrol and I use the Acrobat reader so that it is embedded in my form something strange has occurred. For some reason, I cannot type in textboxes and I cannot type in combo boxes. I can select using the down arrow of a combo box but I can't ...
|
| Extracting user/password from ODBC *.ODC file? | 19 Jun 2008 17:31 GMT | 1 |
We have several programs that connect to our backend SQL Server using VFP 6.0 as the front end. In each of these programs, we created a configuration requirement to enter the ODBC data source name, the username and password for the SQL connection, all of which is used in the ...
|
| VFP9: Parsing a String | 19 Jun 2008 16:25 GMT | 8 |
Is there a function for parsing a comma-delimited string into an array of substrings? I thought there was, but I can not find it in the docs. Example: "abc,,def,ghi," would return an array of elements:
|
| padl() gaff refresher needed | 19 Jun 2008 00:47 GMT | 2 |
I know I'm supposed to use transform(nVar, "@L 99") to turn 1 into "01" instead of padl(nVar, 2, '0') .... but I just ran into "1." and I don't remember what setting causes the padl() idea to fail. Please remind me.
|
| Date field update | 18 Jun 2008 12:38 GMT | 1 |
Sir, I have a table with 2 fields as data type date. I have to append the records from text file with date shown in the file as 01-JUN-2008.
|
| DBC internal consistency error - FP crash | 17 Jun 2008 19:14 GMT | 1 |
I got this immediately after issuing VALIDATE DATABASE (which reported no problems). Now in the database designer, all the field names are shown as "??". Before validating, everything seemed fine. Some "validation"! Now I cannot get rid of the message, keeps popping up again after ...
|
| Sub classing question (vfp 9 sp1) | 17 Jun 2008 16:28 GMT | 6 |
I have subclassed all the base classes, and customized some of them. Based on prior experience, however, it seems that I don't want to build a new project with this set of classes, but rather, but rather to sublcass them and create a new base set for the new project.
|
| textbox.nulldisplay is ignored in grid | 16 Jun 2008 21:48 GMT | 9 |
I can't get textbox.nulldisplay to work if the textbox is in a grid column. Actually, what I really want is to have column.nulldisplay, or a column format code that addresses nulls, but there don't seem to be such things. Am I out of luck?
|
| Server date | 16 Jun 2008 16:46 GMT | 4 |
I have a VFP 8 application. How can I use the server datetime in it?
 Signature dgssscxvfp
|
| Corrupted database in vfp 9 sp1 | 16 Jun 2008 08:54 GMT | 4 |
I have a database that is really just a set of definitions for an odbc connection. That is, it has the connection and a few view definitions. If I try to open it, I get a message that it has become corrupted and
|
| Local or not Local | 15 Jun 2008 14:58 GMT | 3 |
There seems to be a gap in the Local implementation in VFP. Thought it might be worth to share, at least I did not know about it until Surinder Singh wrote about it in the foxite.com forum. In VFP9 SP2 the following test indicates that content of a Local
|