| Thread | Last Post | Replies |
|
| Drag and drop onto report builder | 25 Sep 2007 16:55 GMT | 3 |
I give my users the chance to modify reports within our application. They also have various data entry forms. It is possible to have both open at the same time. The ideal way for a user to add a new field to the report would be to
|
| RUN xcopy COMMAND IN VISTA | 25 Sep 2007 16:06 GMT | 9 |
I have been using the RUN xcopy in an application using variables with no problem until I installed it in a Vista Operating system. from = "C:\PFILES\*.*" to = "C:\BACKUP"
|
| Locate vs Seek Command | 25 Sep 2007 05:25 GMT | 8 |
I have a small aplication that runs only with free tables. I have been hearing that CDX files could get corrupted for a number of reasons, but the only reason I need the indexes is for some seek commands to validate certain fields. My tables are actually small mostly on the
|
| VFP9: Trouble updating view | 25 Sep 2007 02:30 GMT | 2 |
I have two views, both utilizing the same table. The views are simple and based on a single common table. The only difference between the two views are the filter parameters. All the proper PK and update fields have been checked in the view builder. Both these views reside in ...
|
| Report Preview | 25 Sep 2007 02:25 GMT | 20 |
When you send a report for preview is there a way of eliminating the command box that appears in the upper left corner that allows the closing or printing of the report?? The reason is that I first let the user preview the report and then after they close the preview I bring up a ...
|
| Get Paper Name & Orientation from Crystal Report | 24 Sep 2007 10:16 GMT | 4 |
i am using visual foxpro 9 ith crystal report 11 R2. to open report i use ; crxreport = crxapplication.openreport("test.rpt") now how i get the paper name, paper size, orientation & report file
|
| Total to <Fieldname>... is <FieldExpr> ok? | 23 Sep 2007 16:23 GMT | 33 |
I'm looking at some old code that uses the total to command. The help file specifies that the syntax is total to <TableName> on <FieldName> (ie group on a single field value), but the code I see uses a field expression, ie <Field1+Field2+Fieldx+etc>. It seems to work ok. Can ...
|
| System restore, Lost old Emails | 23 Sep 2007 10:30 GMT | 2 |
Hi Please Help, I have jsut done a system restore on a HP using the HP F11 function, Running XP Home SP2 and have lost all my partners Emails!!! I can find my old emails but no where can i find hers. She was the main id in
|
| Network Messages | 23 Sep 2007 06:46 GMT | 4 |
I'm writing a program that monitors a network directory for incoming ftp files. Is there a way to send messages to the users who need these file when they arrive? Hopefully, I can do this without installing the monitoring app itself on all their desktops.
|
| Slow Accessing a memo field on a network | 22 Sep 2007 09:04 GMT | 12 |
Anyone have any ideas about this: here's the situation, I have a memo field that I use in a table and I read various lines from the memo field for default settings. This makes it so that I don't always have to modify the structure of the table. The total length of the memofield ...
|
| combobox readonly? | 22 Sep 2007 05:26 GMT | 13 |
Just got bit by the fact that vfp7 didn't object to a combobox object being set to readonly within a method. ...turns out that doing so is ineffective and that the combobox will still change the control source in that state <sigh>
|
| Modify Report - failure and error message | 21 Sep 2007 19:31 GMT | 2 |
A report is stored on the server. Various users on the network want to modify the report from time to time, and run it. They Modify Report from their Command Window and are in the Design view. Then they can switch to the Preview view. Here is where the error comes in. Some users ...
|
| ActiveX and Socket Programming | 21 Sep 2007 19:22 GMT | 5 |
Has anyone used sockets with VFP? In particular, I have the mabry socket control and I'm trying to understand how to send and receive files. I know how to open the socket and use the methods and events to instant message and send a small packet of data over the LAN or the ...
|
| Grid not following | 21 Sep 2007 16:28 GMT | 2 |
A while back posted and discussed a VFP7 problem concerning a form where the grid and current record pointer was not being maintained following actions such as an index change but never really addressed it because of the need to meet other needs.
|
| Cut and Paste programming problem | 21 Sep 2007 03:30 GMT | 1 |
I am trying to paste the highlight text from one textbox (txt1) to another txt2 by clicking the rightclick when text is highlighted with the following code txt1.rightclick code
|