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

    Does Any RECOGNIZE this XML (version...flavor...etc?)

    Below is a sample of some script from an XML file (file name is something like "filename1.xml" etc.) These script files are used with a predictive dialer. They are not used for all functions...only certian types of campaigns (for those familiar with call centers). I've gotten a basic...
  2. kev100

    Need to Log DATE ONLY....use Datetime() ????

    I've been using: end_date = Datetime() To log the date only (it was returning 3/5/2007 only). After a recent upgrade...the same command is now returning date AND time (as in "3/5/2007 12:34:15 PM") Is there a variation of Datetime() that will return only the date....as in "3/5/2007" ...
  3. kev100

    Save DATE Format Value into a TEXT Field ???

    I'm feeling kinda silly here....this can't be difficult. I've been searching this forum and haven't been able to find a solution. I need to store an existing value which is in the DATE format to a character (text) field. I thought STR was it (e.g. TextValue = STR(DateValue) But that causes...
  4. kev100

    Very BASIC VFP Command Question (Filter / Delete)

    Folks, I've got a really big FoxPro table. I'm only somewhat familiar with FoxPro commands...just enough to get by those times when I need to do some minor editing. I can open the table up and browse the data using VFP 7.0 When opening the table...a command line window pops up. I'm needing...
  5. kev100

    APPEND / REPLACE records in a .dbf table (ez?)

    I've got a VFP app that gets its data from a .dbf file. Well...some of the records in that file (about 20%) have 1 field that is wrong. I've got an updated .dbf that is just like the original, except with the correct data in the fields of those records. For a few odd reasons...I cannot...
  6. kev100

    Something like a $MID or $LEFT function ?

    I'm needing to get a quick total (count) of the number of times a certain value appears in a field. Am using a regular old VFP .dbf table with standard commands. The deal is that I'm need to just count the values whose FIRST 2 Letters match a particular critera. For example..the following is...
  7. kev100

    Set Seconds Off command w/ TTOC ....STILL shows Seconds ??

    Currently using: TTOC(DATETIME(),2) .... (special thanks to craigsboyd) to properly display time in 12hr format with AM/PM. It will corectly return: 12:31:04 PM I'm needing.... 12:31 PM Using: SET SECONDS OFF TTOC(DATETIME(),2) Will still return... 12:31:04 PM Is this the correct usage of...
  8. kev100

    SUPPRESS ERROR messages Command ??

    When running an external program via command line (using a process provided in this great forum!)....some type of error window pops up behind the apps' window. It contains, evidently, a type of dos-like error message. It says something like: '[shows the path of the current main FoxPro app]'...
  9. kev100

    Run a DOS Program with a VARIBABLE Parameter ????

    I'm thinking that is cannot be very complicated...but I can't find a solution anywhwere. I'm running a VFP 7.0 .prg's I need to run an external a non-vfp program using a VFP value as a parameter. Currently, I have tried the RUN command: Run c:\programs\Prog1.exe This causes the program to...

Part and Inventory Search

Back
Top