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 wOOdy-Soft 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: jimsterS
  • Content: Threads
  • Order by date
  1. jimsterS

    Where is text stored

    The text written into the command window is stored someplace. Does anyone know the name of the file. Thanks JimsterS
  2. jimsterS

    Connect strings for MySql

    Does anybody have a write-up on how to connect to a MySql server which can be used by various development systems. VB, ColdFusion, VFP, Java Script, VB Script. Is there a FAQ dealing with connecting to mysql. Thanks Jimsters
  3. jimsterS

    Starting to work with coldFusion

    I have installed XPPro with the IIS server on my local machine. I have installed ColdFusionMX server on my local machine. When I installed IIS it created a directory named inetpub and when I installed ColdFusion it created a directory called ColdFusionMX. In each on these directories is a...
  4. jimsterS

    How do you attach to an existing web site

    I want to work on my web site by working on my workstation with IIS installed so I can test. I can't figure how to get a copy of my web site back to my work station. All of the serious content is ASp pages. That is why I need to get a working copy - so I can test the new pages I am writing...
  5. jimsterS

    EveryTime I open the ColdFusion Administrator

    EveryTime I open the ColdFusion Administrator I get a message asking me if I wnat to save the index.cfm and I say yes and it gets saved, but the administrator never comes up. Obviously something is wrong but I have no idea where to start looking for the problem. Also is there anyway can I see...
  6. jimsterS

    New Problem but a different twist

    A few weeks ago I had a problem when executing a URL within an E-Mail an it ended up being settings for the HyperText Transfer Protocol. I just upgraded a system from XPHome Edition to XPPro addition and when it was completed the same problem appeared so I immediately went to make the same...
  7. jimsterS

    Extended strings

    I need to create a sql string that will be longer then 256 characters. I am pretty sure this will cause a problem but how can I get by this. In visual basic i would just cancantenate a bunch of strings will that tecnique work in foxpro as well like this sqlstr="SELECT sum(add96) as add96...
  8. jimsterS

    Having problems with report variables

    I have a report that uses variables to sum fields and other variables to do calculations with them. When I add the variables it works when I divide them it does not work. This report is created in VFP 7.0 Sp1> I must admit I have never seen anything like this before. Any help would be greatly...
  9. jimsterS

    Where do I find IIS in XPPro

    I just upgraded to XpPro but can not find any mention of IIS. How do you install or activate it. Thanks JimsterS
  10. jimsterS

    Which version to choose.

    I am considering using coldfusion as a development process for an application I am going to build. I have read two books on coldfusion and I believe I can probably do a fair job but I am not sure whether to buy the 5.0 version or the 6.0 version. What are the differences between the two versons...
  11. jimsterS

    Using a URL inside of a e-mail.

    I cannot seem to find anything that will allow me to execute a URL which is in an email. The process works fine in the IE and everybody tells me it is just a setting but I cannot find anything which allows this. Thanks JimsterS
  12. jimsterS

    Sending e-mail from VFP

    I need to create an application where I send mail to a person and an address stored in a database - does anybody have an idea where I might get information from on how to do this. Thanks Jim Shepard
  13. jimsterS

    Getting message Not Valid License

    When I install MSOffice97 and try to use access I get the error "No Valid License on this Computer". This is my copy of Office97 bought and paid for by me. I am wondering if the problem is installing MsOffice2002 first. Help Jim Shepard
  14. jimsterS

    Starting an acrobat reader and passing it the name of a pdf

    I want to be able to pass the name of a PDF to open it programmatically. It seems that the shell function will allow me to open PDF reader but I can't figure how to pass it a pdf name. Thanks Jim
  15. jimsterS

    ASP programming

    I am building an ASP page so that when the user presses a button it take him to a different page. I am using the response.redirect(&quot;NewPage.asp&quot;) and am having trouble getting the syntax right. Here is what I have so far <INPUT NAME=&quot;Button1&quot; TYPE=&quot;BUTTON&quot...
  16. jimsterS

    Making Access Application Stand alone.

    Does any body know how to deploy an access2002 appication so that the users don't need a copy of access 2002. Thanks Jim SHepard
  17. jimsterS

    Bad Join

    I have a very complex query and as a query it woks fine but when I try to create a report using the query - I get an error message stating I have a bad join. Where do I start to look for the problem Thanks Jim Shepard
  18. jimsterS

    Printing Properties of controls

    Is there any program that will allow me to print all of the used properties of all the objects on a form. Thanks Jim Shepard
  19. jimsterS

    IIS Help

    I use a local version of IIS and interdev to develop on. I have asp's that do a database lookup and present the return as a table.(That Works) I have added some additional code and that has caused a problem. When I try to put a breakpoint in the script - it never executes. I read someplace...
  20. jimsterS

    Auto Inc fields in tables using VFP 7.0

    I have seen some information but I can't remember where. Does anybody know how to access auto Inc fields in vfp 7.0.

Part and Inventory Search

Back
Top