Dear all,
My VFP call a "ShowWindow=2" Top level form when started, and is working fine until I try to put a menu in the form, by calling a menu (DO menu.mpr) in the Init section. Now, the form don't even show up but the EXE is still active and I have to kill the application in the Window...
Dear all,
I have a simple grid (data from a cursor) in a VFP form. I allowed the user to click on the record in the grid and it will generate a report to preview that selected record. So it actually do another SELECT statement to create a new cursor before calling the REPORT statement. Pretty...
Dear all,
I have a DBF that stores all the emails' fields (entryid, sendername...etc.). The VFP app that I build so far can display those fields in a grid and also let the user query the results by certain criteria (e.g. sendername, receivedtime...etc.) Now, I like to add a new feature for...
Dear all,
I cannot append properly a XLS or CSV files into DBF that created from a Oracle 10g database. The problem is one of the field has multi-line information like the following. The field type is Varchar2(160).
1-10-60/3,"SURYODAYA",BEGUMPET,
HYDERABAD-500 016,
A.P.,INDIA
The single...
Dear all,
I like to control the printing of the hardcopy reports. All users are allow to preview the reports but only certain users that have higher security access can actually preview and print the reports.
Is this possible?
Thanks in advance.
Freddie
Dear all,
I like to create a button in a form that will open a Outlook application with a specific outlook .PST file (e.g. c:\test\testoutlook.pst) and also default to a specific folder (e.g. John Doe) that is under the "Personal Folders". Is that possible?
Thanks for your help in advance.
Freddie
Dear all,
If is possible, I try to use the Windows login id and password for my application security.
Is there any sample VFP module out there for this function (application security) so that I don't have to write from scratch?
Thanks in advance.
Regards,
Freddie
Dear all,
With all your helps. I can now store all the emails information in the "Archive" folder into DBF using the outlook.application object.
Those archived emails will be deleted or moved to a remote server. My question is is it possible to write a VFP program automatically move those...
Dear all,
I have a project that use Visual FoxPro application as front-end client and the backend database is FoxPro's DBC and DBF. The requirement is the database will be stored at a remote file server (in other country) that loaded with Window Server 2008. We will have full access of the...
Dear everyone,
I have a memo field that has various length, it could be just one line or as long as 500 lines of information that should print out as a multiple pages report.
Currently, I put the memo field at the "Detail" band and it cannot print all the information for the long memo. How...
In have problem connecting a DBC in a remote server via IP address. Please help.
Thanks in advance!
cConnectString = [Provider=VFPOLEDB.1;Data Source=] + [\\110.6.33.110\fos\data\fostest.dbc;] + ;
[Mode=ReadWrite|Share Deny None;User ID="Administrator";Password="xxx";Collating...
I have a need to use VFP to extract Outlook's email from a specific Inbox, e.g. "Archieve". Then, the extracted data will append into a DBF for storage purpose. Can this be done?
Appreciate your help.
I try to develop a VFP application that uses DBC and DBF in the remove server with IP address. Please let me know how to do that (OLEDB method)? Also, is it possible to open the database using VFP OPEN/USE command.
Thanks in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.