Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested FoxPro Solutions: 951 - 959 of 959
 
Error num:1130 Error msg:"field"phrase is not found I keep getting this error when I try to do a thisform.refresh() thisform.pageframe1.page1.refresh() I am using a private data se...
My formset is corrputed.  When I try to modify the form I get this message: "Error loading file, record number 7 <or one of its menbers> Parent:  Class name is invalid. I there some way ...
I have got this code: This invariably returns error 632 - Structure size is incorrect.... What am I doing wrong here? [CODEBEGIN] DECLARE INTEGER RasDial IN RASAPI32.DLL ; INTEGER @, I...
we have installed windows 2000 Professional and we cannot get foxpro 2.6 for windows to work. You double click the icon the screen goes white and returns back to the desktop. You don't even...
I want to print html file to different network printers.. the object "internetexplorer.application" does not seem to have a method for printing...though dhtmledit object has one - it prints on...
I have a client using an application that on a random basis (they cannot recreate at will or by folloiwn exactly the sames procedures) produces the following error in a window titled SOAW.EX...
Anyone know of a function \ api call that will return the UNC filename from a mapped share on a window 2000 server. i.e the user select a file or directory via the GETFILE() or GETDIR() fun...
I decided to not access the registry but I have another issue.  I went with the shellexecute method from the _shellexecute() class to run the application.  I noticed there were some errors on ...
I'm writing my first client/server application, and I put AutoYield property to False to avoid execution of Windows' events, but when I close the connection between client and server, the serv...
Hi there, This is two questions really.. I am quite new to API calls from foxpro, but I am in need of some help with using TAPI32 from within foxpro. Firstly I need to know how you ca...
When the REPORT PREVIEW command is issued, it allows the user to preview the report on-screen.  A print ICON allow them to print the report directly to the printer.   The REPORT TO PRINT PROM...
I have a program written in VFP6 but it runs fine unmodified in VFP7.  I am on XP Home and have OL2002.  My software uses code something like #define olMailItem 0 #define olTaskItem 3 s...
I have a VFP 5.0 application running on an NT ona multiuser environment. This application accesses an Informix database table on a unix system. Clients run the application with no problems. Ho...
I have a form which returns a comma, dilimited, quotation mark selected employees. selectform: ("1213","123","324234","2342","234" ...... ) and stores it in emplselected in unload event - ...
I'm trying to create decimal field in DBF file using ODBC. When I put command  create table mytable ( a decimal (10 ) ) I receive message "Syntax error in the field definition". I've t...
Hi,experts:    If anyone has the codes of send email via Lotus Notes from the application of VFP, please show me! Thanks