| Thread | Last Post | Replies |
|
| Any simple HTML Activex control for VFP? | 27 Jul 2007 16:53 GMT | 2 |
I am looking for a simple ActiveX VFP control that will allow me to display HTML formatted text. Preferably, I want to be able to state something like control.value=p_htmltext and have it display the text. Is there such a thing out there?
|
| cursor from bidimensional array | 27 Jul 2007 15:08 GMT | 2 |
I have a bidimensional array from which I would like to create a cursor in order to print it but the create array from cursor xyz is not working. is there a way of doing this rather then creating the cursor and the put the
|
| Transport Control Protocol | 27 Jul 2007 15:08 GMT | 1 |
TCP/IP is the "language'' of the Internet. Anything that can learn to "speak TCP/IP'' can play on the Internet. Worth Reading!!! http://www.brsx.co.uk/NetworkSecurity/Articles/NetSec02.asp
|
| WORD FILE OPENING | 27 Jul 2007 00:42 GMT | 3 |
I have a program that has been running and modified on Windows 95, 98, XP just fine where I open up a WORD file from a form. The word file opens up very nice and fills the screen which is the way I want it. I just stated using VISTA and when I run the same program the WOED file ...
|
| "Cursor name" must be created with SELECT...INTO TABLE | 27 Jul 2007 00:31 GMT | 6 |
I'm using VFP9 + XP I created three cursors from three tables: cursor1 from table1 cursor2 from table2
|
| Shortcut menu | 26 Jul 2007 23:42 GMT | 3 |
I am trying to get a shortcut menu to work on VFP 7. I create the menu using Add then take the Shortcut option on the wizzard. I then add an item to the menu. I invoke the menu with:
|
| Easter egg in VFP9 SP1 | 26 Jul 2007 21:41 GMT | 16 |
Not terribly impressive, but... Create a form. Open the properties window, select the Other tab, double-click on Name. You get a wait window that says "This is sample property editor script" that times out after about a second.
|
| Check Box | 26 Jul 2007 21:11 GMT | 4 |
Is there some way to put the text in front of the check box instead of after the check box. I know I can blank out the after text and enter a text box before but it seems to me that maybe there should be a way of reversing this text.
|
| How to render html string from memo/text field in a report | 26 Jul 2007 20:13 GMT | 1 |
I have several dynamically created html strings that I want to print in a fox pro report. The report is not all html. I just want a few html coded strings or memos to be rendered to the foxpro report . The html string contains a table coded with html tags. As part of a
|
| Any body help me | 26 Jul 2007 19:08 GMT | 2 |
Hi2 all Sir is there any function that calculate the percent i have tow variables ln_target ; local variable that store sales target of medical rep. ln_sales ; local variable that store sales of medical rep.
|
| XML Processing Description ( XPD) | 26 Jul 2007 12:02 GMT | 1 |
Can I use XMLtoCursor() on XPD file and how? Thank you
|
| retrieving only desired records | 25 Jul 2007 18:26 GMT | 2 |
I have a table, with part numbers. The table shows part numbers that may be at any one (or all) of 3 branches, IE, br01 / br02 / br03. In some cases these part numbers are superceded (replaced by a new
|
| Any way to use multi-colored text in a VFP textbox/editbox? | 25 Jul 2007 17:33 GMT | 3 |
Is there any way to use multi-colored text in a VFP textbox/editbox - prefereably without using an activex control? Thanks Zoom
|
| increase price of part | 25 Jul 2007 17:16 GMT | 6 |
I have a parts table. One colum has a markup value in it (this value varies depending on the part) an example of the value is "8" or "25" I have another column which is our net price, IE 9.99.
|
| Multiple VFP Windows - Help!! | 25 Jul 2007 16:16 GMT | 2 |
After successfully creating an application and building it into an EXE file it runs great. However, whenever I run the EXE file, the VFP is also visable on the task bar as if there are two different programs running. When I click on the VFP window and attempt to close it, it
|