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 TouchToneTommy 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: prustie
  • Content: Threads
  • Order by date
  1. prustie

    Active X Buttons

    Hi I am trying to use an Active X button in my system that is written in Visual Foxpro 6.0. The one that I have had a little success with is 3D Magic. It works fine in my first screen but then initially caused subsequent called screens to act in a very odd manner. They in fact seemed to pass...
  2. prustie

    Running Invisible

    Hi I have an a bookings application written in VFP 6 under which I want to run a procedure that will be activated every hour and will automatically create and send emails. I would like this procedure to be completely transparent to the user. I have created a main prog but as my email...
  3. prustie

    £ signs in subject line with MSMAPI32.OCX

    Hi I have a system written in VFP6 which sends text messages by sending emails to a web site using MSMAPI32.OCX. I am having problems when a £ sign is included in the subject line. Under default settings Outlook Express converts the subject line into the format =?iso-8859-1?Q? etc. If 'allow...
  4. prustie

    Capturing and Storing Photos

    Hi I have an appointments system written in VFP 6. There is now a requirement to capture and store photos for each of the clients from within the system. What is required is that the user chooses the Client Details in the system and enters a name for the photo about to be taken. They then...
  5. prustie

    PCAnywhere 10.5 TCP/IP

    Hi I have used PCAnywhere through modem connection for several years to provide remote support but am a complete novice at using IP addresses and the Internet. Have set up connections on my private network using IP addressing but now want to be able to connect into the network from a remote...
  6. prustie

    Cannot access the selectec table

    Hi I have a VFP6.0 application running which has an initial program which then calls a Top Level form from where others forms are called. Thus when running you can see two items on the taskbar one for VFP and one for the application. In general the application is running well but I am getting...
  7. prustie

    Fatal error

    Hi I have an application written in VFP 6.0 which is causing a problem on one site where it is running on a pier to pier network with a mixture of XP and ME. The system is actually on an ME machine. Everything runs fine except that one index keeps being corrupted. The Table BOOKDETS has three...
  8. prustie

    Text Messaging

    Hi Can anyone recommend any 3rd party software that can be added to a VFP 6.0 application to enable text messages to be sent to mobile phones? Best Regards Malcolm
  9. prustie

    Invalid Class error with MSGRAPH

    Hi I have just added graphs to an application developed in VFP 6 by using MSGRAPH in a general field with an associated OLEBOUNDCONTROL. Everything works fine on my computer which has Office 2000 installed. I have used the SETUP wizard to create an installation disk which only contains...
  10. prustie

    Autoformat

    Hi I am trying to use MSGRAPH to produce graphs in an application developed in VFP 6.0. Having looked at SOLUTIONS I have been able to get Pie and Bar charts going. However the type of chart is set by using AUTOFORMAT and I cannot find any mention of this in the various MSGRAPH Help...
  11. prustie

    Use of General Field

    Hi I am using MSCHART to produce graphs in an application developed in VFP 6.0. However I need to be able to print these graphs and the only way seems to be by holding the graph in a General Field in a temporary file and placing an OLEBOUNDcontrol into the report. I cannot work out how to get...
  12. prustie

    MS Graph vs MS Chart

    I am trying to add the ability to display and print graphs to an application developed in VFP 6.0. I have been looking on various sites and find info about using MS Graph and MS Chart. Have downloaded an example of MS Graph using a cursor containing a General field and a OLEBOUNDCONTROL. This...
  13. prustie

    Graphs

    Help! I need to add the ability to display and print graphs to an application written in VFP 6.0. Have no budget to purchase 3rd Party software. Have become totally confused after reading about MS Chart and MS Graph. Can anyone tell me which I should be using and whether any sample coding is...
  14. prustie

    MSCAL/OFFICE XP

    I have developed a system which includes a calendar, using the _olecalendar from _datetime library. The setup has been amended to include the MSCAL.OCX and has worked fine up to the point where it was loaded onto a machine running XP with Office XP loaded. The system starts producing OLE...
  15. prustie

    DLL Parameters

    Hi I am trying to use a Post Code look up application using a DLL. I have managed to get the functions declared correctly and the data file opened. However when I try to match a Post Code the function is returning an internal error and so unfortunately is the error function. I think that it...
  16. prustie

    Encrypting Data Strings

    HI Does anyone have experience of using XceedEncryption Library in VFP? If so can you tell me what I have to do to encrypt/decrypt a string. Thanks. Malcolm P.
  17. prustie

    Form Displays

    Hi The system I am developing needs to run full screen and always be on top. Ideally I would like the Windows key deactivated so that nothing else can be displayed. However we can live with the situation where if the Windows key is pressed and the toolbar displayed etc once focus is returned to...
  18. prustie

    Using Data Encryption DLL

    Hi I am trying to find an ACTIVEX component which will provide me with the means of Encrypting and Decrypting text strings. I have downloaded a Demo which gives me the file CryptoCompress.DLL. I can declare the DLL using DECLARE STRING Encrypt IN CryptoCompress.DLL but when I try to use the...
  19. prustie

    ACTIVEX 3D BUTTONS

    Hi I am trying to use an ACTIVEX component to get 3D round and oval buttons on my system. One supplier has been trying hard to get their product to work in Visual Fox and they now have a version which allows for a transparent container. However there are still 2 major problems and as I am still...
  20. prustie

    MSCOMM INPUT STRING

    Hi I am trying to access the status of a receipt printer through MSCOMM using the following code: mscomm.portopen=true mscomm.output=chr(29)+chr(114)+chr(1) do while mscomm.buffercount=0 enddo lstatus=mscomm.input mscomm.portopen=false This returns one character into...

Part and Inventory Search

Back
Top