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: ninjaman01
  • Content: Threads
  • Order by date
  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 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...
  3. 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...
  4. 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...
  5. 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?
  6. 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...
  7. 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...
  8. 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