search for: refereshing

Displaying 6 results from an estimated 6 matches for "refereshing".

Did you mean: referencing
2019 Dec 11
3
Connection dropping every 24 hours from Windows Client.
Hello I have a problem with my Windows 10 drive connections dropping every 24 hours, very briefly. It's enough to cause me to be unable to save my file, or access a geodatabase. I have followed much trouble shooting and I believe that its due to the KDC Service ticket lifetime expiring, I have it set for 24 hours in smb.conf. I have a Samba 4.9 DC and an Ubuntu 18.04 member file
2007 Aug 31
3
Ajax.Updater on a select list not updating correctly in IE7 (fine in FireFox)
...o I am still getting to grips with things. So far I have successfully created 4 ajax based functions, or so I thought until I stupidly showed a client one of them before I had tested it in IE. The function in question works fine in FireFox succesfully inserting any new values into the dbase, then refereshing the select list to include the new value and selecting that value. In IE7 the call to the PHP script works as the new region gets added to the dbase, but the Select List (region container) get''s emptied of all options. Code is as follows, any solutions would be gratefully accepted :o) P...
2007 Aug 10
0
ActionMailer::Base
As part of testing/learning, I''m trying to create a my class based on the ActionMailer::Base object in the script/console and calling methods I added. I can call the receive method but I can not call any of my other methods. If I run this, IncomingMsgHandler.methods at the console I don''t see my new methods listed. I have closed and restarted the console session thinking maybe
2020 Nov 04
3
AD Running - Gui with strange messages like "domain does not exist*
Hello My AD on Samba now are running! Thanks! # samba-tool -V samba-tool: no such subcommand: -V 4.13.2-Debian In the meantime Joining Computers and Servers, creat User Account and was successful to logon, NOce! One question, that confusing, to Manage this Samba AD using the Windows "Active Directory Users and Computers (GUI)" application Here if add a new User or jump to
2006 Aug 04
4
Tabs
I''m new to Ruby/Rails I want to create Tabs similar to these... http://demo.raibledesigns.com/struts-menu/tabbedMenu.jsp;jsessionid=aM2yeUTgLeTbY7WLAZ;jsessionid=aBFrrGHWQim4pwSPAZ?People Can someone outline the best method? Specifically, Is creating a tabs.html in \..apps\views\layouts and using class PhotoController < ApplicationController layout "tabs" ....in my
2006 Apr 12
1
How best to handle non-serializable session data?
I have a piece of data that needs to persist across requests that is not serializable. It''s a Rubyful soup parse tree and it''s very expensive to instantiate and I need it for a while in my app. Therefore, by default, it can''t be stored in the session since the default session storage mechanism is pstore. One option I have to is change the session storage mechanism