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
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.
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...
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...
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.
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.
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.
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...
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.
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.
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?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.