| Thread | Last Post | Replies |
|
| Picture and Listbox | 05 Nov 2007 08:02 GMT | 8 |
i have a list box with this parameters: ... THISFORM.list1.RowSource = "SELECT tbcliden from tbclienti into cursor pippo" THISFORM.list1.RowSourcetype = 3
|
| Remote Data Processing | 05 Nov 2007 05:23 GMT | 1 |
Its been long i am working with Visual FoxPro but now got stuck with Remote Data Processing. I have applied Distributed Component Object Model in one of my application but now facing problem while connecting it via VPN. Being on same network (Where DCOM server resides) it works ...
|
| Remote Data Processing | 05 Nov 2007 05:21 GMT | 2 |
Its been long i am working with Visual FoxPro but now got stuck with Remote Data Processing. I have applied Distributed Component Object Model in one of my application but now facing problem while connecting it via VPN. Being on same network (Where DCOM server resides) it works ...
|
| How to call web service with authentication | 04 Nov 2007 20:23 GMT | 4 |
I need to call a web service which requires authentication In the service documentation, they shows hos the SOAP messge should look, and it is as below: <?xml version="1.0" encoding="utf-8"?>
|
| Table driven grid issues | 04 Nov 2007 19:03 GMT | 2 |
I'm trying to adapt a table driven grid class ... get the col obj attributes, controlsource etc... from a table and populate the rid via addcolumn at run time. This works ok for a single table, but when I have the same table open multiple times with different aliases & filters ...
|
| Detect hits on grid autofit button | 04 Nov 2007 18:37 GMT | 6 |
Is it possible to detect click, rightclick & dblclick events a grid's autofit button? How?
 Signature -Lew
|
| exporting report printing to excel | 04 Nov 2007 06:28 GMT | 19 |
Hi friend ! is there any way to export the report printing to excel the same like we preview it. Because now i export to excel does not include all the header of the report, but just the data on the detail band.
|
| Drag-and-drop file into FoxPro form | 03 Nov 2007 18:43 GMT | 4 |
I would like to enable my users to be able to go to Microsoft Windows Explorer, then drag-and-drop a file on to my FoxPro form (called frmMyform) created in Visual FoxPro 9.0, then I want my FoxPro program to update a field in my FoxPro table called wfile_location with the name and ...
|
| Joincondition & local alias | 03 Nov 2007 10:21 GMT | 8 |
I'm attempting to create a join, but the on <JoinCondition> clause is rejected with a sql col not found error if I reference the col by its local alias. What's up? Here's what the from /join/ on looks like:
|
| Protection Plus | 03 Nov 2007 08:57 GMT | 2 |
I am interested in adding copy protection to my VFP9 application and am evaluating Protection Plus (http://www.softwarekey.com) Has anyone used this with Visual Fox Pro? Particularly interested in the online activation and the intergration with the 'solo' server
|
| Convert pdf to jpg | 03 Nov 2007 06:12 GMT | 3 |
Is there any way to convert pdf to jpg in vfp application. Thanks
|
| "bulk insert" - large number of added records - indexes | 03 Nov 2007 04:39 GMT | 3 |
I have found that when inserting several thousand records into a table, I get much better performance if I kill the table's indexes first and rebuild them afterward. Apparently FP is attempting to update the index after each record is inserted. Is there a built-in way to tell it ...
|
| Application enable to connect with VFP8 and SQL server2005 | 02 Nov 2007 20:15 GMT | 1 |
I waned my application to work with vfp8 database base as well as sql sever2005. Presently My application is working with VFP8. What all are the changes I need to do to enable the connectivity with SQL server2005
|
| Freeze (or Create) Row Headings | 02 Nov 2007 14:00 GMT | 1 |
Hello and thanks in advance for the help. Is there any way to creatre row headings in the grid control or freeze the first column? I guess I could always create text boxes to the left of the grid but that is not elegant.
|
| grid recordpointer | 02 Nov 2007 09:41 GMT | 2 |
When adding records in a table which is viewed by a grid. The record pointer (on the right side of the grid) doesn't show the right record ? I add these records in a table in another form.
|