If the two servers are part of the same domain, I'd remove anonymous account and apply access to a specific domain user with only permissions to the specific folder that the virtual directory points to.
If the 2 boxes are on separate networks, I'd investigate the possibility of adding a trust...
No issues that I've come across - the only thing to be careful of is the limitation of a DOS machine connecting to a share name of no more than 8 characters.
I have no experience of encrypted passwords in this type of environment though.
There is only 1 cd drive in the system and that's the same model that was distributed with the PC. I also tried formatting in addition still with no luck.
I found out through trial and error and searching the net for information about the specific model, that both the motherboard and processor...
That was my next trick. I partitioned the hard drive first using the installation CD and then from a book disk downloaded from the web. Still no luck. I managed to break into the recovery script before the error appears and it seems to do a lot of copying files then sets and references the...
Guys,
I'm currently working on a HP Pavilion PC and trying to restore it back to its original state (Windows ME) - it has been worked on unsuccessfully by a previous IT specialist. The hard drive has been completely wiped of all partition information (via FDISK) and is ready to be recovered...
Hello, I hope someone can help me with a big (!) DNS problem.
I have a Windows NT 4 Server which uses IIS to host many different web sites. On the server, I have DNS setup as a primary with my ISP providing the secondary DNS. The server had a fixed external IP address and everything was...
When this type of thing hasn't worked for me in the past, I've just added the command @SetTargetFrame before my compose statement. If you haven't tried this before, give it a go.
@SetTargetFrame( framename );
@Command([Compose];"";"FormName")
ps. I'm running R5.08.
Leslie,
There are a few different ways to make this happen. This is one way....
Firstly, make the Felony form a response document and ensure that it enherits values from selected document (within the forms properties). You can set your button in the interview for to create it the same as...
The process you identify will certain only gain the next order number from that user's PC. Useless if multiple clients are using it! You could, however, move the formula to the server (ie agent run by the server) utilising the server's .ini file. That way, everyone will pick up a number from...
I have used hiding of tables (& rows) before within forms and not generally encountered too many problems.
What I usually do is create a field (say "field1") on the form and setup the table how I wish it to display as if everything was visible. Set your form to autorefresh and set...
OK. This is how I would approach the task (other may think different though!). Firstly I'd create a dedicated view (possibly a hidden one) showing all documents created with that particular form. In simple terms, I'd then create a lotusscript agent (set to run each morning) looping through...
The only way I know is using the embedded objects property in lotusscript. I have never tried it myself but they say it works. An example has been pasted below - Good Luck!
This script goes through all the file attachments, object links, and embedded objects in the Body item of a document...
I had this problem before, mostly on laptops. For some reason particular companies distribute them with the com ports disabled in the BIOS. This has caused, in my case anyway, a great deal of problemd setting up modems and palm units.
This might be worth a check if all other options have...
Is this a newly created database or is it an old one that this problem has just occurred in?
One of the things I'd take a look at is refreshing the design from your server's template. That may reset the view problems - this is presuming that someone hasn't incorrectly made changes to the template!
I have a form which, at present, has an embedded view inserted witin it. It is set to show a single category only.
When the form is printed, some users do not receive the embedded view on the printout - a blank space where the view contents should be. The only connection I can see here is...
You could try using the command @MailDbName. This returns the actual server and path name for the current users mailbox. From this, you could insert the results into a FileOpenDatabase command.
Hope this helps.
Does the identifier have to be 5 digit only? The reason for asking is that there is a built-in @Unique function that is designed specifically for what you're after.
Hi,
I haven't use this function before but can't see any reason why it wouldn't work. The lotusscript TimeDifference method is supposed to calculate the difference between 2 date/time values and return a value in seconds. This may be worth a look.
Hi.
You could try building some extra coding using the @Weekday function.
Build a loop that checks every day that the person is away for and submit an @Weekday evaluation against that date. If the return value is either a 1 or 7 (Sunday and Saturday respectively), then don't add that day to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.