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: TonyScarpelli
  • Order by date
  1. TonyScarpelli

    How to programmatically turn text into hyperlink

    I am using FP9 and developing a web application. If I have a text field, how can I turn the data in that text field into a hyperlink progammatically using FP code? Thanks. Tony Scarpelli Clinical Engineering Dept. Maine Medical Center Portland, Maine 04102
  2. TonyScarpelli

    How to programmatically turn text into hyperlink

    I am using VS2008 VB.Net and developing a web application. If I have a text field, how can I turn the data in that text field into a hyperlink progammatically using Visual Basic? Thanks. Tony Scarpelli Clinical Engineering Dept. Maine Medical Center Portland, Maine 04102
  3. TonyScarpelli

    How to open a word .doc from web page?

    I am using Visual Basic 2008 and SQL Server 2005. In a web page, my users are going to enter an equipment ID number. The program will search a table and come up with the name of a Word document from the table. For example: Tag #: 12345 | Pm123.doc The program will then display the document...
  4. TonyScarpelli

    IE 6 or 7 won't play music in .PDF file

    I found the problem. It was like a duh moment. Does anyone else have these? <g> I was thinking about the question that JonathanMortimer presented and that I responded to. I opened my Web Designer program and opened the page in FireFox. I clicked on the button link to my .pdf. file and FireFox...
  5. TonyScarpelli

    IE 6 or 7 won't play music in .PDF file

    Thanks for the answers. Sorry for taking so long to respond, my ISP, Roadrunner, wanted us to move our web sites, and I had to figure out why my son's web site wasn't working, what a poor support system they have for this. Anyway, linney, I looked at the multimedia section of IE 8 and...
  6. TonyScarpelli

    IE 6 or 7 won't play music in .PDF file

    I am in the process of creating and testing a web site. One of my links is to a .PDF file that contains music and sounds embedded in it. If I use FireFox the music plays fine, but if I use IE 6 or 7 the music doesn't play. Is there a setting in IE that prevents music from playing? Any ideas...
  7. TonyScarpelli

    FoxPro 9 application generator not working

    I have yet, in all my time as a programmer, found an application generator that works. Some come close, even the ones that cost $700, but every time you generate a project there is always tweaks to be made, and you could never understand it. Very frustrating. Of course I can go back and do the...
  8. TonyScarpelli

    FoxPro 9 application generator not working

    I added the /libs directory path to the search path and it found the class. My question is, shouldn't the application generator have taken care of things like this? Or, at least, the instructions in the walkthrough should have. Oh, well, on to the next bug. Thanks. CU Tony Scarpelli...
  9. TonyScarpelli

    FoxPro 9 application generator not working

    I was going through the Walkthrough: Creating Applications with Visual FoxPro. When I got to the build part and built the myapplication.app and tried to run it I get two error messages: File 'e:\myApp\myapplication_app.vcx' does not exist and File not found, or unavailable. It may be in...
  10. TonyScarpelli

    Where to put _REPORTBUILDER?

    I was just reading yesterday, in the paper "Visual FoxPro 9.0 Report Writer In Action" that "_REPORTBUILDER" can be set in Config.fpw. Also, I think you're right about the error message. The message is wrong. It could be finding the _REPORTBUILDER system variable, but not the...
  11. TonyScarpelli

    Where to put _REPORTBUILDER?

    As I mention in my main question, in my Main.prg I set '_REPORTBUILDER = ""', and when I run the report I am getting an error that it can't find "_REPORTBUILDER". I then moved '_REPORTBUILDER = ""' to the form that calls the report and still got the same error. I've been noticing that the...
  12. TonyScarpelli

    VFP 9 .exe and runtime files in one directory?

    <<"There may be many ways to skin a cat, but there are very few right ways to do it." ;) >> Well, you start with a dead cat... <g> Actually I'm one of four FoxPro Programmers in this 600 bed hospital. One is a doctor for the Outpatient department, one is the manager of our Emergency...
  13. TonyScarpelli

    Where to put _REPORTBUILDER?

    Right. This is a mixed report application and on some of my reports, I'm getting an error, when I run the report, asking where _REPORTBUILDER is at. Why would it be asking that question on the new reports and not on the older reports? Thanks. Tony Scarpelli Clinical Engineering Dept. Maine...
  14. TonyScarpelli

    Need help on choosing the least date

    I have two tables, one with equipment information with an ID, and one with dated procedures in it related to the ID of the other table. There are multiple rows (2 to 4) for an ID, and with a date field. I need to choose one of the rows based on the earliest date. I.E. ID Date 1234...
  15. TonyScarpelli

    Where to put _REPORTBUILDER?

    Some of my reports are using old FoxPro 2.6 reports that I don't want to change and I want to use the old report builder for other reports. By setting it to nothing, the app uses the old builder. Tony Scarpelli Clinical Engineering Dept. Maine Medical Center Portland, Maine 04102
  16. TonyScarpelli

    Where to put _REPORTBUILDER?

    I have a VFP 9 report. I have "SET REPORTBEHAVIOR 90", in my setup .prg, and in my Tools "Report Options" I set "Report Engine Behavior" to "90 (Object Assisted)" In my Main.prg I set _REPORTBUILDER = "", and when I ran the report I was getting an error that it couldn't find "_REPORTBUILDER". I...
  17. TonyScarpelli

    VFP 9 .exe and runtime files in one directory?

    No matter what you people are saying is the correct method and what is recommended by the manuals, I have placed the .exe and runtime in the same network directory. I'm having no problems so far, I'm only creating reports on SQL Server, and it is _fast_. It may not be a few seconds faster than...
  18. TonyScarpelli

    Need FP9 Combobox, to show only one field

    In FoxPro9 I have a combobox on a form. The data comes from a table with two columns, one a description and one a code. The second column is the value I want to use. When I open the list it shows the two columns. However I only want the user to see just the first column, the description, not...
  19. TonyScarpelli

    VFP 9 .exe and runtime files in one directory?

    Here's an update on what I did to put my application on our company's network. Along with my .EXE there are the two runtime files, VFP9R.DLL and VFP9RENU.DLL. I also have a FOXUSER.DBF resource file, an error catcher FPWERROR.DBF, an Icon file in case I need it, a RESET.FXP for me, the...
  20. TonyScarpelli

    How to check if a datetime is a datetime?

    Borislav, the table came over from a conversion, the field was a text field, people started entering dates as they saw fit, even though they were told how to enter the correct date format, the application isn't mine, the table isn't mine, and so I just have to deal with such things. I can't...

Part and Inventory Search

Back
Top