| Thread | Last Post | Replies |
|
| reading a comma delimited memo field. | 30 Oct 2008 14:59 GMT | 2 |
I've got a foxpro table with a memo field in it. Basically it's a log of changes made to the record. The memo field consists of a seperate line for each thing that has happened to that record, the person who did it, and the time and date they did it.
|
| Xml to cursor | 30 Oct 2008 14:00 GMT | 2 |
i need to convert a xml string to a cursor the xml string is like this myXml= "<root> <row>
|
| Accessing dbf table from asp 2.0 | 30 Oct 2008 13:16 GMT | 3 |
I am getting ready to learn Asp 2.0 and would like to know if it is possible to access foxpro dbf tables to filter or select in Asp. This will determine if I should proceed with Asp. I have a program that I am maintaining in FoxPro 9. Our next stage is to
|
| Import to SQL Sever Code Page issues | 30 Oct 2008 10:53 GMT | 1 |
I'm trying to import data to sql server from DBF file. I believe it is what is called a "free table". I am using the command INSERT INTO SQLTABLE SELECT *
|
| Hyperlink | 30 Oct 2008 05:09 GMT | 2 |
If textbox property EnableHyperlinks is .T. , it can be log on to a link specified in the textbox value by Clicking with Ctrl key. (CTRL+LeftMouse) Is there any way to logon to the link only with Clicking, wthout Ctrl Key
|
| OPENFILENAME | 30 Oct 2008 05:04 GMT | 2 |
Pls can anyone post VFP code how to use 'GetOpenFileName' in 'comdlg32.dll' I can declare the GetOpenFileName using following command but dont know how to use it DECLARE INTEGER GetOpenFileName IN comdlg32 STRING @ lpofn
|
| String Parsing to SQL Server with an embedded hyphen...O'Brien | 28 Oct 2008 19:06 GMT | 4 |
We are attempting to INSERT rows into a SQL Server Database via a FoxPro Program. The problem is that we have last names with hyphens like O'Brien, O'Donnell. I tried including the statement SET QUOTED_IDENTIFIER OFF within the TEXT
|
| version from project file? | 28 Oct 2008 17:35 GMT | 4 |
Is it possible to tell the VFP version and service pack a project was last compiled under? Some info in the pjx, for instance?
|
| the window menu | 28 Oct 2008 16:46 GMT | 11 |
Group, Is there a way to stop users from accessing the window menu when I have two or more modal windows on the screen? If they click on one of the modal windows that's not on top, everything gets wacky.
|
| Referential Integrity setup question | 28 Oct 2008 13:49 GMT | 2 |
Now that I have my database squared away, (I think), I would like to setup referential integrity on my database and create delete triggers on a few tables. Open my database and select Modify from the project manager, which opens and
|
| Open table variable not found? | 28 Oct 2008 10:53 GMT | 4 |
Running VFP 9.0 sp1 here. I am having some issues with the consistency of my database. I modified a table and added an Index, m_prop_no on field mast_prop_no. When I modify the database the table does not display the Index so I can't create a persistent relationship with using ...
|
| VFP 9 Yahoo Finance Web Services | 27 Oct 2008 23:19 GMT | 8 |
I am feeling a bit stupid about this... Yahoo has various financial interfaces to retrieve stock quote info. They claim to use a RESTful rather than a SOAP interface, but I can find no info on the workings, nor on how to use RESTful with VFP.
|
| programmatically terminate a program in the task manager | 26 Oct 2008 15:31 GMT | 8 |
Not really a VFP program but does anyone know how to terminate an application through a windows API call? Specifically I'm looking to terminate a COM module that I'm using with VFP that does not exit when there is an error in the COM module.
|
| Capturing Client Signatures via pen | 25 Oct 2008 02:48 GMT | 5 |
We have paper contracts (report form) that prints and the client signs. We would like to go paperless and store the contracts digitally via PDF files. We are hoping to do the following: Have the client sign using a digital pen or pad, save the signature locally as signature.bmp, ...
|
| Accidentally erased sound program from Windows XP on my Aspire 362 | 24 Oct 2008 23:28 GMT | 1 |
Is there a sound program download that I could access to replace the one I accidentally erased from my laptop? Where could I find this download and what is it called? I have spend hours searching the help site and found info on something called SoundMax -- is that it? -- but I ...
|