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. ninjaman01

    OLE IDispatch exception code 4096 from Microsoft Outlook

    Hi Guys, Good day, Anyone encountered this error "OLE IDispatch exception code 4096 from Microsoft Outlook: You dont have appropriate permission to perform this operation.", "OLE IDispatch exception code 4096 from Microsoft Outlook: Array index out of bounds." This occurs in my program...
  2. ninjaman01

    displaying the updated record from table file in outlook email

    Hi All, I already resolved my concern, as for your questions yes the other codes are in the other procedures, thanks a lot to your help and tips. Have a nice day, Ninjaman01
  3. ninjaman01

    displaying the updated record from table file in outlook email

    Hi Everyone, I have updated this application to include the emprole and rollevel fields in the dbf file, I can now update and send the file thru the email, however I want to include the updated record from the file to the email body, anyone knows how? I tried multiple methods but it won't fix...
  4. ninjaman01

    Combo box and textbox update

    Hi Sir thanks for your help, I already did what you said and it works however my tables have duplicate records for example freshman = 1, freshman = 2, sophomore = 2, sophomore = 3 something like this. when i choose a record for example freshman = 1 then i change freshman = 2 the combo box value...
  5. ninjaman01

    Combo box and textbox update

    Hi All, Good day, Can someone help on my problem?, My problem is i have a combo box and a textbox wherein when you change the value in the combo box it will change the value in the textbox too. for example the combo box value is "Freshman" then the value of textbox should be "1" then if you...
  6. ninjaman01

    Clear Grid record

    Hi, I have a textbox in my form wherein a user can choose a zip folder on the directory and click the extract button to extract the file and display the record to the grid of the form. however when a user once again extract a different zipped folder it only add more records to the grid. what i...
  7. ninjaman01

    Grid not updating correctly

    I already solved the issue apparently my grid properties recordsourcetype is set 0 = table so i change it to 1= alias so that it wont make a another table file.
  8. ninjaman01

    Grid not updating correctly

    Hi Guys, Anyone knows what are the causes of when updating your table it updates correctly when you add,edit,delete record from it however when it display in the grid it duplicates the new record and overwrite it? any suggestions to fix this error?
  9. ninjaman01

    Function argument,value,type,count is invalid and record duplicate in the grid.

    I already resolved the editing button function of my program however i encounter a problem regarding to my add button, the problem is whenever i add a new record it duplicates and overwrite the record in my grid however when i check my table the record that i added is already added without any...
  10. ninjaman01

    Function argument,value,type,count is invalid and record duplicate in the grid.

    Yep its a numeric value for both the mxrlvl and rollevel, im currently working on it i will update if this solves the problem or not... thank you
  11. ninjaman01

    Function argument,value,type,count is invalid and record duplicate in the grid.

    Hi Guys, anyone can help me on my problem. I'm currently working on a employee role data entry form. My problem is when i tried to save the added record. the save button duplicates and overwrite the record in the grid even thought if i check the table it is completely fine and when i try to edit...
  12. ninjaman01

    Data Type Mismatch

    Hi Guys Please help! whenever I try to run my program I always get a "Data Type Mismatch Error" when im adding records to my table. this is my code: if thisform.cmdAdd.caption = "ADD" thisform.txtBrcode.enabled = .T. thisform.txtDistrict.enabled = .T. thisform.txtSeqcu.enabled = .T...
  13. ninjaman01

    adding a file to another folder using checkbox logical condition and buttons

    Hi Sir sorry for my late reply, I already solve the issue, your answer is very useful. Thank you
  14. ninjaman01

    adding a file to another folder using checkbox logical condition and buttons

    Hi everyone can someone help me with my problem on how to add a file from another folder wherein when the checkbox is true it will add the file to a folder when the command button is click and it will check the folder if it has existing file. I'm sorry if this is very confusing I'm new on using...

Part and Inventory Search

Back
Top