Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: freddiekg
  • Content: Threads
  • Order by date
  1. freddiekg

    How to put a menu in a "ShowWindow=2" Top level form

    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...
  2. freddiekg

    Information in VFP report disappeared after preview

    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...
  3. freddiekg

    How to point to a specific email in Outlook with EntryID

    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...
  4. freddiekg

    Multiple lines field from Oracle 10g

    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...
  5. freddiekg

    Is it possible to disable printing while Preview VFP report?

    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
  6. freddiekg

    How to open Outlook with specific .PST and folder

    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
  7. freddiekg

    How to capture the windows login id and password with VFP

    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
  8. freddiekg

    Need to move emails to a alternate .pst file and etc.

    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...
  9. freddiekg

    Need suggestions on VPN

    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...
  10. freddiekg

    Not enough room to print Long Memo field in a report

    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...
  11. freddiekg

    OLEDB error connect to remote server

    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...
  12. freddiekg

    How to extract Outlook email information from a specific Inbox?

    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.
  13. freddiekg

    How to connect VFP database in remote server with IP address?

    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.

Part and Inventory Search

Back
Top