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 Wanet Telecoms Ltd 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 renato1970

  1. renato1970

    Suppress Date/Time Field

    Thanks I changed the formula like this and that's it: if {VBasicDocInd.Status} = "Accepted" then formula = CStr(CDateTime({VBasicDocInd.StatusChanged}),"dd. MMMM yyyy HH:mm") else formula = "" end if
  2. renato1970

    Suppress Date/Time Field

    Hello I've made the following function: if {VBasicDocInd.Status} = "Accepted" then formula = CDateTime({VBasicDocInd.StatusChanged}) else formula = CDateTime(0,0,0,0,0,0) end if If the statement is not true, I get '00:00:00' in the field but I want an empty field. Only the...
  3. renato1970

    Epolicy 2.5 -> Update Domain

    No, that doesn't work. I just put a new machine into the domain. In Epolicy 2.5 I only can see it if I click on 'Update Domain'. There is nothing in the Lost&Found folder (already refreshed). The IP ranges (which the new machine is in) for the domain is also specified. Renato
  4. renato1970

    Epolicy 2.5 -> Update Domain

    Hi again In Epolicy 2.5 I've built my NT-Domain. Under this domain I made some groups where all my clients are (sorted by IP-Address). If I want to update my domain to see if there are new clients I see all the clients on the left side (like not yet managed) also the ones that are already...

Part and Inventory Search

Back
Top