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: *

  1. GKBray

    Capturing the requested URL

    Hi all, Has anyone tried to capture the URL request from Internet explorer (or any other browser for that matter), and refer it to a list of allowed URL,s. I have been asked to write an app that would provide a list of allowed / disallowed URLs. Many thanks G K Bray Programmer
  2. GKBray

    Reading Data from SQL Table

    Hi Mike, I just found this in the Help file, SYS(987,.T.), after looking up Unicode. Thats the bit I didn't understand. As per your other thread on VFP, long may it continue. Thanks again Graham G K Bray Programmer
  3. GKBray

    Reading Data from SQL Table

    Thanks Mike, I'll try that. G K Bray Programmer
  4. GKBray

    Reading Data from SQL Table

    Hi, I am trying to read some data from an SQL table. I have created a connection, and a Remote View. When I Browse the View, some of the Fields are Memo, and when I open them, the data has little Squares in between each letter. I think I need to convert the data, but I have no clue how to...
  5. GKBray

    How to connect to a datasource

    Hi Patrick, I would like to be able to display a filtered list of records, from various tables, and possible use info path to create some dynamic forms to feed data back to VFP. Thanks Graham G K Bray Programmer
  6. GKBray

    How to connect to a datasource

    Hi, Can anyone tell me how to get sharepoint services to read in data from a external database, namely VFP. My Server has all the relevant ODBC entries, but I don't know where to start. Many thanks in advance. G Bray G K Bray Programmer
  7. GKBray

    Variable VPOS is not Found

    Hi, I have not had a chnace to investigate this problem any more yet. I have been running VFP under a different account, with no issues. I will try your suggestion at the week end though. Many thanks Graham G K Bray Programmer
  8. GKBray

    OnComm event will not fire

    I have a Magnetic Card reader connected to my PC. I have a form with mscomm32.ocx on it, and one command button. The code in my command button reads "Messagebox("Thisform.olecontrol1.input") When clicked, after a card swipe, this shows my the contents of the input buffer, no probs. I put...
  9. GKBray

    Variable VPOS is not Found

    If I double lcick on a control on in the Report writer, so that I can for example set the control source, thats when the message appears. How ever, since writing my first post, I have discovered that this only occurs under my logon. If I logon under the Admin account, all is ok. I beleive...
  10. GKBray

    Variable VPOS is not Found

    Every time I try and look at the properties in a VFP 9.0 Report I get the error message "Variable "VPOS" is not found, I have tried un-installing and re-installing, but to no avail. Any ideas ?? Many Thanks Graham G K Bray Programmer
  11. GKBray

    Receiving Data through Com 1

    Thanks for the reply, I've had to put this one on hold for the minute, as my ither work is putting me under pressure. Regards Graham G K Bray Programmer
  12. GKBray

    Problems with MS Internet Transfer control

    Hi, I am trying to use the above Active X control to download a file from an FTP Server. I am using the Following code. lcURL="FTP://mell" lcCommand="GET NewStock.csv c:\NewStock.CSV" Thisform.Inet1.Execute (lcURL,lcCommand) DO WHILE Thisform.Inet1.stillExecuting=.T. WAIT WINDOW "Recieving...
  13. GKBray

    Receiving Data through Com 1

    Hi All, I am attempting to write a small exe in vfp to receive data from my phone system through com 1. I have the correct parametrs for the coms communication, as provided by the engineer that installed the system. I can receive data succesfully using Hyperterm, but I just can't seem to get...
  14. GKBray

    Comm98.chm

    Thanks guys, I would like a copy of the help file, if you could send it. My Address Is "GrahamATcfsystems.biz" The MSDN link is good also, but the actuall file would be better. Thanks for your help. Graham G K Bray MCSE(Win2k) Trainee Programmer
  15. GKBray

    Comm98.chm

    I have 7,8 and 9. Is it permissable to ask for a copy ?? Many Thanks Graham G K Bray MCSE(Win2k) Trainee Programmer
  16. GKBray

    Comm98.chm

    Hi all, Can anyone tell me where I can find the file "Comm98.chm". I have searched my hard drive, but I can find no instances. I thought it was installed with the OCx Control Many Thanks Graham G K Bray MCSE(Win2k) Trainee Programmer
  17. GKBray

    Problem with Reports from local view

    I see all the records if I browse the view, but I don't see them on the printed or previewed report. I must admit that I have spent all my time trying to learn my way around Fox, and its programming language, but I have spent VERY little time with the Report writer. So, I am very lost indeed...
  18. GKBray

    Problem with Reports from local view

    Hi all, I am trying to create a report using a Parameterised Local as a child table replacement. I keep getting a single line in the detail band, as opposed to the group of records I expect to see. Any Ideas G K Bray MCSE(Win2k) Trainee Programmer
  19. GKBray

    Primary Key Property Key is Invalid, please validate the database

    Many many thanks for your help Mike, I have issued the command and all is OK. Kind Regards Graham G K Bray MCSE(Win2k) Trainee Programmer
  20. GKBray

    Primary Key Property Key is Invalid, please validate the database

    Hi all, I have a small database that is displaying this error everytime I try to access it. the database was originally corrupted, so I have used "Advanced DBF repair" to repair the dbf, but now I get this error message. I have looked through the forums, but I cannot found any info on this...

Part and Inventory Search

Back
Top