hi, i have a cash drawer connect to a Epson TM U220 printer using RJ-11. The printer is connected to the PC using parallel port. I want to have control over when the drawer can be opened. I ...
when I try to use this code in a app that I am trying to distribute
oWS = CREATEOBJECT ("MSWinsock.Winsock")
m.from_ip= oWS.LocalIP
RELEASE oWS
I get a error Class is Not Licensed for use
...
Hello. My organisation runs numerous legacy Foxpro 2.6a applications. Recently we upgraded to Windows XP from Windows NT (skipping Windows 2000) on our clients and Windows 2003 for our serve...
I try to send a keystroke to a VFP application. This should be intercepted by the menu.
Example from a C#application :
WMdll.SetForegroundWindow(vfpappl._screen);
System.Threading.Threa...
Hello Experts:
I support (with very limited VFP experience) a VFP application that writes log information to VFP tables (records things such as login id, last login date/time, changed records...
I am attempting to capture images via a Foxpro form and save those images to a Foxpro field. I have a blob field defined in my table. Once I have those images captured I want to be able to d...
I have a tabel which contains one memo field of up to about 400 characters so cannot simply copy contents to a character field. How do I get the table to an excel file (including the memo fie...
I have been working over the last several days on two separate projects. Both involve alllowing a long string of text to be entered into a textarea (one via a WYSIG editor that helps the user ...
I am trying to replace fields in a foxpro table with a program. I am new to foxpro and am having trouble.
I have a set list of criteria that I want to update the table, the noun has to be ...
Using Windows XP Pro, Server 2003 and a Domain.
I have made a share to store my data and have created a special user that is the only one who has access to the share. I have put the attached...
Hi,
I've got a foxpro table that I access trough ODBC.
In a foxpro table, you can mark records for deletion. You can recall them until you don't "pack" a table. After a pack, records are g...
I am looking for a collection of sample FoxPro database files. I need to check how a non-native software tool processes them. Do you know where I could find such a collection? I am interested ...
Greetings;
We have written code to generate Dynamic forms at runtime in VFP.
How can we save the dynamically generated VFP form at runtime? This is to improve the performance of the applicat...
I am creating a form that during the init event checks for parameter and based on that information is to continue of simply close.
The code works - however the form will NOT close without int...
I need to be able to remove carrage returns from a memo field. I have over 600,000 records so the manual method is not an option. When I copy the contents of a memo field to a character fiel...
I'm filling a combo box with names and PKs via SQL SELECT. When the user selects a specific name, the Add button becomes active so the user can add a record for that user. All of the other fi...
Hi, I am trying to develop a small module for a eating house. It involves having a screen displaying all table status such as available, occupied etc on 3 to 4 PCs. I intend to create severa...
I have a old form that I recently added a dropdown combo box to. Everything seems to work fine with the pre-added values list but when you try to enter a value in that not list it dissappears...
I need to generate .CDX index for the existing .DBF (FoxPro free DBF table) from a C++ application using VFPOLEDB provider.
Hi experts,
We are on the path to replace usage of ADO+VFPODB...
I'm creating a query that should pull information for only next week. I'd like to create a date range of next Monday through Friday, without using week(date()) or year(date()). I need to gen...
I want to grab the text from a Word document
I use:
oWord = createobject("Word.Application")
oDocument=oword.Documents.open('c:\test.doc')
select all text in document
assign selecte...
I have been able to move a file from a local directory to a FTP site using the FtpPutFile(). However, when I try to retrieve a file from a FTP site using FtpGetFile(), I get an error: Too m...
A maintenance program periodically deletes (sub) directories that were used for word documents. The problem is that after we have issued commands to delete the contents of the directory, the R...
I have a command button which takes information from two combo boxes and inserts the data into a 2 column listbox:
LOCAL cMasterField as Character, cRefrenceField as Character
With Thisfor...
VFP Connecting to an MSSQL database. Running queries via SQL Passthrough. I have a query longer than 255 characters, which is the maximum length of a foxpro string. How can I send a query t...