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!

Recent content by Shelly

  1. Shelly

    FLV Files

    For those who work on their own server(Windows 2003 and IIS Server 6.0) - you must add a Mime Type for the flv files. http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19439 Shelly
  2. Shelly

    FLV Files

    I am having the same problem - when you say it was the server, what do you change on the server to allow the .flv files to play? Shelly
  3. Shelly

    Shopping Carts

    I have done quite a bit of research on shopping carts; however, I need some advice. I have a large site that is completely custom written including the shopping cart(cookies and javascript). I would like to update/expand the shopping cart features and find a better functioning product. I need...
  4. Shelly

    Shopping Carts

    I would like to know if it is possible to create a shopping cart that does not use cookies or session variables? I have a cookie based cart on my website and we have lots of customers who say "I could not get it to go into my cart" I want to eliminate this problem if possible. Shelly
  5. Shelly

    Excel to VFP6 - Date Conversion

    That worked perfectly - thanks. Shelly
  6. Shelly

    Excel to VFP6 - Date Conversion

    I have an excel spreadsheet with a date column - when I do the import command everything converts fine except for the date. It appears to be "calculating" the 10/10/2003 into a result. Is there a way to avoid this? Or maybe a formula to reverse the math? Thanks Shelly
  7. Shelly

    Winfax & XP

    Due to a recent computer upgrade, my VFP 6 program that prints to a Winfax printer driver and uses dde functions to send parameters, started duplicating the first report printed to the first 2 fax #'s in the list. In other words, the 2nd person in the list gets the first persons report instead...
  8. Shelly

    Best Live Chat Help System

    I am looking for a chat system for my website to offer live assistance. Any recommendations would be appreciated. Shelly
  9. Shelly

    Change Record--Refresh

    When we move the record pointer to the next record, we need to check a value and then set the option group visible based on the value. This was easily done in Foxpro 2.6 in the refresh code of a screen. We just need to know the equivalent event in Visual Foxpro. Shelly
  10. Shelly

    Change Record--Refresh

    That does not seem to work. Shelly
  11. Shelly

    Change Record--Refresh

    My app has several fields that set visible = .F. or .T. based on a value in an option group. When I change records I want to check the value of a Yes/No option group and set the visible parameter based on the value. Can someone tell me the best place to run my code. Refresh on the option...
  12. Shelly

    SQL Insert - Two Records Added with 1 Submit

    I have an asp page that takes the values from a form and uses an insert into statement to add the record to an SQL database. I open the connection, set up the sqlstmt and then do: conn.execute(sqlstmt). It then writes a statment to the user that the record was added. Now here is the problem...
  13. Shelly

    SmartWare - Old Stuff

    I am working on a project to write a new database solution for a local business that has current software written in a product called SmartWare - The Smart Database Manager. It is copyrighted 1986. Anyway, the manuals do not seem to indicate that there is an export utility and I am trying to...
  14. Shelly

    Internet Connection

    Is there a way to verify that a connection to the internet is present before issuing an insert statement for a remote view? My client may not be able to connect at the moment and wants to skip the upload code. Thanks! Shelly web@interiormall.com http://www.interiormall.com
  15. Shelly

    Using ODBC to create Foxpro 2.6 Files

    I believe that exports create new tables and cannot append to an already existing table. Therefore, I need the ODBC driver to create a 2.6 table. I will probably have to modify my program to read a different file type and export to Excel or something similar. I thought it might be possible to...

Part and Inventory Search

Back
Top