| Thread | Last Post | Replies |
|
| how to convert negatie value to positive value | 15 Feb 2008 13:27 GMT | 2 |
Hi I have a problem , is there any function in foxpro which will give positive value if i pass negative value e.g
|
| Combo Box Help | 15 Feb 2008 09:19 GMT | 3 |
Have built up several combo boxes on a form which works very good. I have all the fields listed in the RowSource. The user would like the first item in the Combo box to always show up when entering a new item. I tried using: THISFORM.Pageframe1.Page4.Combo1.Value = 1
|
| Menu Picture Q. | 15 Feb 2008 05:19 GMT | 1 |
In the Menu Designer, under Options, what is the pixel dimensions of the picture file? Respectfully, Jonathan Morningstar
|
| Adding Autoinc surrogate pk with default | 14 Feb 2008 15:00 GMT | 1 |
I have a large table to which I must add an autoinc'ing, surrogate pk. (I can create the pk tag after I add the col). I'm using DEFAULT (recno()) to populate the col when I add it (It's STEP 1). My question is whether the DEFAULT clause will ever conflict with the autoinc'ing ...
|
| how to open protected document using VFP program | 14 Feb 2008 13:53 GMT | 1 |
Hi I want to open a word document which is password protected using VFP program. My application wants to open a series of protected and unprotected word documents and printed. I know how to open an unprotected document. but how a protected one? is there any option to
|
| More Database Help | 14 Feb 2008 13:13 GMT | 3 |
Thanks again. You don't know how much I appreciate all of you who take the time to answer. In anticipation of the day that I move to a different database... If I start changing my REPLACES into UPDATE SQL
|
| Report with Paragraph | 14 Feb 2008 06:22 GMT | 3 |
1. Is it possible to make a report with a paragraph, with some words in the paragraph in BOLD? 2. Is there a way to make the paragraph alignment justified like in MS Word.
|
| Devcon Prague 2008 | 13 Feb 2008 20:49 GMT | 4 |
Does somebody know when is the next Devcon in Prague ? Walter
|
| Help with .cdx file | 13 Feb 2008 16:52 GMT | 2 |
Have a program in VFP 9 and want to user proof it. So my program determines whether the data has become corrupt (using error 2005) then deletes the table and the structural .cdx file, then using create table I recreate the data table and then I use the index command using
|
| Good way to append text to beginning of sdf file | 13 Feb 2008 16:42 GMT | 8 |
I have a file that I've been creating by copying to sdf. Now we are being required to add a header consisting of static text as the first line in the file. Right now I do:
|
| automation of foxpro app from c# .net | 13 Feb 2008 07:40 GMT | 2 |
I need to have a C# application to run a method in vfp9 application do some updates on a table and a few other things. The VFP application is hserver.exe (could/should this be a dll - when I try to build a dll I get - can not build a dll without public ole public
|
| VFP Array Element Handling Gotcha | 13 Feb 2008 01:49 GMT | 2 |
I just got bit in a minor way with the way that VFP handles array elements. Consider the following code: local twod(10,2) for i=1 to 10
|
| VFP Awful performance of Buffered Cursors | 12 Feb 2008 23:40 GMT | 13 |
The program demonstrates how VFP fares extremely badly when dealing with Cursors that are indexed. *-----------------------------------------------------------------* * Try out this test program
|
| spoolss.dll | 12 Feb 2008 18:21 GMT | 1 |
I recieve an error 0xC8000711 when I try to do Windows Update. Please advise. Thanx, Gary
 Signature Good Luck
|
| msmapi control - problem sending attachments | 12 Feb 2008 16:53 GMT | 9 |
I have a routine that sends a number of statements by email to a number of clients (up to 1000) The statements may have up to 6 separate pdf's attached and a number of jpg's
|