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 Mike Lewis 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. tennessee

    outlook mapi

    when I program to send email in outlook 2000 a message pops up and says another program is trying to send email on your behalf, would you like to allow this? I need to know a way around this for automated programs. Any help would be appreciated.
  2. tennessee

    SELECT INTO *.XLS

    I need to know if there is a way to select * from sometable into (excel spreadsheet) without using dts wizard. Thanks for any help!
  3. tennessee

    Creating a calculated field

    good reply jim roper, if you plan to use a data input form you can use the same code under a command button in the form. If you plan to import records and do sums and seq numbers you can do all that in a report.
  4. tennessee

    Program for sequential numbering

    && these may be helpful in the command window use mydbf replace all seq_no with recno() && if you want some char field to use use mydbf replace all seq_no with alltrim(str(recno())) && if you want to pad with zero's with char use mydbf replace all seq_no with...
  5. tennessee

    vfp7 in .net studio

    Thanks, we have a few vfp guys in our shop and we were not sure if they were going to add in later.
  6. tennessee

    vfp7 in .net studio

    Has anyone heard if Microsoft will add foxpro in .net? I know in the Micosoft has said in the past that they will not but I am hearing rumors that they will include foxpro and others.
  7. tennessee

    mscomm32.ocx

    I am trying to get info on putting this mscomm32 control on my form and sending data out of com1 serial port when i hit thisform.olecontrol1.portopen=.t. I get an error the the value is not the correct datatype. Also does anyone know how to get any return values from the printer in this way...
  8. tennessee

    fputs - how can a text file have lines appended to it

    if file(whatever) fopen(whatever) fseek(fhandle,2,0) && look in help for fseek * then fputs() else fcreate() endif

Part and Inventory Search

Back
Top