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 bkrike 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 sdmi

  1. sdmi

    MailService in FoxPro

    In my program, i need to be able to send email message and attach file. I am able to send email massage throu, but attachment is not going. My code: thisform.MailService.Message.AttachmentPathName = &strOutputFile Any suggestion are welcome. Sincerely, Alex
  2. sdmi

    Desktop Icon In Setup Wizard

    I use setup wizard to make distributed project to user. Is it possible for setup wizard to create shortcut application icon automatically on desktop when user install application in his/her PC? If so, please let me know how to do it.
  3. sdmi

    Setup Wizard Problem

    I build project for client. Now I using Setup Wizard to create distribute application to client. After I finished, I try to test installation. Unfortunately, installation gives me error “Setup was not completed successfully”. I think I include all files need to support my project. If anybody...
  4. sdmi

    Disabled selected item in listbox

    In my program client client select item from list box. I use command button to move this item in textbox for further use. I tried to disable this porticular item, therefore client will not be able to select again. Code under command Move.click() look like this: if...
  5. sdmi

    Disable item(s) in list box

    I need help with disable item(s) in list box. In program user select item from list box. After selection I’d like to disable that selection, therefore use will not able to select same item. However, I still want this item to be visible for user. If you have suggestion, please respond.
  6. sdmi

    Create automatically shortcut to desktop after running Setup?

    I finished project and try distributing to client. I created setup folder. It’s working properly. However, if it possible I’d like for setup create shortcut to desktop automatically. If anyone knows, I will be really appreciative.
  7. sdmi

    send attachment via mailserver

    My program automatically should send email with attachment. However, program doesn't send attachment. My code for attachment is: thisform.MailService1.Message.AttachmentPathName = &outputFile Any one can help? Thanks.
  8. sdmi

    Converting Excel files to DBF

    Expand the cells in Excel, copy to new Excel file and save. Than convert new file to DBF
  9. sdmi

    Populate drop down Combo Box

    In my data entry screen key entry person has to type name. I already have table with all names in. Can I have procedure in key_press event in combo box, which automatically will show names from table after user will press letters? Example: User press 'al' and in combo box appear 'Allan'? If...
  10. sdmi

    Barcode and FoxPro

    I need to create program for tracking incoming merchandise. Project will capture data from keyboard. I need help, how transfer this data to barcode, print barcode, and scan barcode back to table. If anyone knows where to start, I will be really appreciative.
  11. sdmi

    Create exe file with multi-forms

    I have project with 9 forms. When I build .exe file, my forms didn’t show. All forms are modeless. If I change forms to modal, my exit command stop working. (Thisform.unload, thisform.release). If anyone has some suggestions, I will be really appreciative.
  12. sdmi

    Pass parameters to report

    I create a report from single table to display data from it. However, I will have other tables using same report layout. Is it possible to pass table's names in command line to generate same report, display on screen, and send to printer?
  13. sdmi

    Populate combo box from table?

    I have table with two fields in it. I need to populate combo box with data from one of those fields. Can be done through properties window or command line? Tnank you.
  14. sdmi

    Rename fields in command line?

    I try to rename fields inside my program. Is there any code can be used inside a program to change name of the field(s)
  15. sdmi

    Inport Text File to VFP6 DBF in command line?

    If it possible, can I import text file to FoxPro table using command line?

Part and Inventory Search

Back
Top