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 gkittelson 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. petrosky

    Office 365/Exchange POP/IMAP access

    I forgot to mention that to setup the shared as POP3 or IMAP you need to use the main paid account credentials. EG...
  2. petrosky

    Office 365/Exchange POP/IMAP access

    Hi there, Once you change the DNS MX records to point to 365 all email for yourdomain.com will go there. You could probably buy 1 x license and then create shared (no charge) mailboxes for the other accounts. People often do that if they have for example info@ or sales@ etc. Remember- It's...
  3. petrosky

    Displaying Public Folders (Outlook 2016)

    Hi Greg, This may help you https://docs.microsoft.com/en-us/exchange/collaboration-exo/public-folders/use-favorite-public-folders Regards, Peter. Remember- It's nice to be important, but it's important to be nice :)
  4. petrosky

    App to run powershell scripts against 365 admin portal.

    As a follow up I have found this which is really promising. https://code.msdn.microsoft.com/office/Office-365-Manage-users-by-cfc96d5e Remember- It's nice to be important, but it's important to be nice :)
  5. petrosky

    App to run powershell scripts against 365 admin portal.

    Hi There, I'm looking to write something like this https://www.reddit.com/r/sysadmin/comments/4east7/office_365_administration_center/?limit=500&st=jaun2a6u&sh=64086d5e for my own use as a 365 admin. Unfortunately I missed the boat when the app was in development. I assume it is a WPF...
  6. petrosky

    Bookmark Listbox

    Hi humptydumpy2000, I haven't tested but perhaps in your main form refresh action you could try something like this. Me.YourListBox.Selected(Me.YourListBox.ListCount - 1) = True Remember- It's nice to be important, but it's important to be nice :)
  7. petrosky

    Send webform as PDF attachment

    Hi Skippie1, Unfortunately I don't have access to this project after all. Hopefully you manage to get the site to do what you need. Regards, petrosky Remember- It's nice to be important, but it's important to be nice :)
  8. petrosky

    Send webform as PDF attachment

    Hi Skippie1, I have code that does this but it is on my home dev box. For now maybe have a look at this site to see if you can get some ideas. http://phptopdf.com/ I think the library I used originally was tcpdf but it was a while ago now. I'll find the code samples and update this thread...
  9. petrosky

    There was a problem connecting to the server "server"

    Hi there, I am very new to the Mac OS. I submitted an adobe form that was misconfigured to submit to a companies internal server. Now every hour or so I get a pop up stating There was a problem connection to the server "TheirInternalServerName". The server may not exist or it is unavailable...
  10. petrosky

    search with two queries showing one result

    You've got to love Tek-Tips. Remember- It's nice to be important, but it's important to be nice :)
  11. petrosky

    search with two queries showing one result

    Not to jump in on jpadie's thread...but I think the code is missing an "endif;" towards the end of the script. Remember- It's nice to be important, but it's important to be nice :)
  12. petrosky

    Help with MVC example.

    Hi jpadie, Thanks (again) for your insightful and detailed reply. Another reason why Tek-tips is a great site. I've found threads of mine on google searches. Regards, Petrosky Remember- It's nice to be important, but it's important to be nice :)
  13. petrosky

    Help with MVC example.

    ...orders and loads up the view file. public function index() { try { $registry->db = db::getInstance(); $qry = $registry->db->prepare('select * from employees'); $qry->execute(); $rst = $qry->fetchAll(); $this->registry->template->rst = $rst...
  14. petrosky

    Help with MVC example.

    Hi there, I am following this tutorial in an effort to have a better understanding of MVC frameworks. http://www.phpro.org/tutorials/Model-View-Controller-MVC.html Alas I have downloaded the files but I can find no way to call data from a model. The example merely shows hard-coded vars in...
  15. petrosky

    How to count records in one column, for each value in other column?

    Hi Jon, The easiest way is to add another column with the number 1 beside each and sum on this column in the pivot table. Hope this helps. petrosky Remember- It's nice to be important, but it's important to be nice :)
  16. petrosky

    Help with cakephp handling multiple related records.

    Hi jpadie, Re-reading my OP I didn't make myself very clear. I thank you for your good advice as usual. I have been programming PHP for about 5 years but it is not my primary job function (Sys Admin/Support) so I have always been a "hacker". My DB design is ok (I think) I have tables for...
  17. petrosky

    Help with cakephp handling multiple related records.

    Hi there, I am a relatively new user of the cakephp framework. I am creating an internal application for employees to be able to enter orders. I currently use jquery to add rows to the "many" side of the order. Eg. One order can have many products and notes. So jquery is currently appending...
  18. petrosky

    Python sendmail reports time sent incorrectly.

    Hi Bob, Thanks for your reply. I tried setting the time in the header by importing datetime but it still shows the incorrect time. As it is only 6 mins and the script is working, I will leave it as it is. Regards, Peter. Remember- It's nice to be important, but it's important to be nice :)
  19. petrosky

    Python sendmail reports time sent incorrectly.

    Hi There, We have some processes that execute python scripts overnight. At the end of the process and automated email is sent. We recently had to move to our ISP's SMTP server. Now, emails seem to appear before the scheduled task runs! I just ran the following as a test at exactly 3PM and it...
  20. petrosky

    Help with VLAN between 2 Netgear switches

    Hi there, Apologies if this is an inappropriate forum for my query. I have 2 Netgear FSM726S switches connected via a port trunk on ports 25/26. I have created a VLAN with PVID of 5 on both switches. Assume I have added ports 1 and 2 on both switches to VLAN 5. and removed ports 1 and 2 from...

Part and Inventory Search

Back
Top