Recent content by SrPuma

  1. S

    Challenge - Search function!!!

    Well the function is to scan the path of the directory u want and turns it into a tree like explorer thingy xD....this was made so i could load the record corresponding to the highlighted tree node filling the form with the record data from a billing company
  2. S

    Challenge - Search function!!!

    well what ur asking basicy sounds like a treeview control (windows explorer folder tree) i didnt find any awnsers on this forum since i asked the same thing but i made it in Access 2003 heres the solution i found to my problem (u might as well see somethigns there that u wont need so just...
  3. S

    Outlook tasks

    thx i was there but i couldnt find the correct section for that :S
  4. S

    Outlook tasks

    My help file doesnt help since it doesnt have the Microsoft outlook library reference on it
  5. S

    Outlook tasks

    ok hi again and sorry for makig so many threads but this might be my last..(i hope so) can someone tell me what is : Task.Owner Task.Ownership What are the diferences (which one is the one that has the name of the person who made and sent the task to someone else)????
  6. S

    Outlook

    Hi i would like to know how can i see in the inbox mails which ones are mails and which ones are tasks
  7. S

    Outlook question

    Is there a way to see in the inbox items (new mails) which is a new task or new mail? I needed to know as i require to do a if item= task do something if item= mail does something else can some tell me? I have a guess....If Inbox.DefaultItemType = (olTaskItem or olMailItem) Then *i cant see if...
  8. S

    icon+text buttons

    hmmm thanks i could create a button then a little picture box(or label) and a label with the variable...then with another button above these all making it transparent...hmmm thx a lot xD
  9. S

    Creating a log using text boxes.

    i would recomend u to add a new collum to the "tickets table" (or whatever is the table where u put the tickets) with whatever name u want...next put a new textbox and make it not visible....and in teh code do Me.*textbox name here*.value= Format(NOW(), "HH:MM","DD-MM-YYYY") H->Hour M->Minutes...
  10. S

    icon+text buttons

    Hello community.... i need to know, is there a way to put in the command's button text and image at the same time? i wanted to put a mail icon and in front of it a number that would change depending on a variable..is there a way to achieve this? (VBA Access 2003)
  11. S

    Pausing vba until click

    i know and i thank ur time in trying to help me even if it wwouldnt work so well :)
  12. S

    Pausing vba until click

    Well thats all good...but the tree is already on the form and making it load once more onto another form would turn it too slow since its loading a network directory :S
  13. S

    Pausing vba until click

    i tried with a msgbox but i cant click aything else when it appears and about the popup dialog i have no ideia how it works....(this is what happens when a boss wants a *how should i put this* phone builder to build a plane)
  14. S

    Pausing vba until click

    maybe i didnt made myself clear..what i want is the program to wait till i click on a tree node in order to obtain a value that is displayed after the click on a text box
  15. S

    Pausing vba until click

    hi, ive been posting for some time now questions that no1 doesnt even say(i dont know xD) lately...since i think there might be someone around there that might know what i ask this time... I would like to know if there i s a way to pause the vba from moving foward untill something is...
Back
Top Bottom