How do I:
1) Launch a script in the .gnome-desktop folder when it's double clicked instead of prompting with a dialog box?
2) Add a program to the menu?
I'm trying to sell my boss on using Redhat 7.2 with OpenOffice 1.0 for some workstations, but I need to have the desktop icon and...
We have SQLBase as the backend for a prepackaged app - as such, we don't have all the SQLBase documentation.
I downloaded the dba guide off the Gupta site, but was wondering if anyone had the dba guide for version 6.x (current is 7).
Thanks in advance
I've done a lot of intranet development for IE browsers and am trying to port some of the stuff to work on other browsers. Can someone help me?
Here's an example of something I can do in IE, but don't know how to do in Netscape.
I have the following (simplified) style sheet:
<style...
I'm new to Domino. My background is in relational databases and the terminology used by Domino has been a bit confusing.
Is a document equivilant to a record? In other words, in a domino "database", information about a customer (Name, address, phone) is considered a document. The...
What security settings are you using? If you are using Integrated Windows Authentication, Netscape will not be able to connect. If you are using Digest, most recent versions of Netscape should work. With Basic, everything should work (though it is not secure unless you use SSL).
There's more than one way to skin a . . . website. There are numerous books on building sites - check out your local library.
A great way to figure it out is to find a site on the net that you like and copy it. If you need help with specifics or want to bounce some ideas around, let me know -...
Sounds like a non terminating loop. I agree you need to post the code, or got through it again - potential problem areas are any objects that you are instantiating and any loops (for, do, etc).
If you mean that you're using NT Challenge and Response, you can give up. Netscape will not send the user info to IIS.
Are you using NT challenge only or are you using Basic as well? I believe that you need to enable Basic authentication, after which non-MS users will be prompted for a user...
How do you send the user to a page that displays for a few seconds, then reloads to a different page? These are popular for "This page has moved - update your links" type messages.
Any info (and preferably code examples) are appreciated
Thanks
I would like to pass a comma delimited string to a VB function that opens an Excel Application, adds a workbook, then loads a worksheet using the string as data. I would then save the worksheet in .xls format.
Any ideas on the best way to get the comma delimited fields into the spreadsheet...
Actually, I just figured it out (IE specific):
function UserHome()
{
window.location="about:home"
}
Thanks to http://www.dynamicdrive.com/ for the answer
I figured it out.
In case you're reading this because you are also new to Java, try this:
JButton j = new JButton("Press me");
j.setCursor(Cursor.setPredefinedCursor(Cursor.HAND_CURSOR));
I am brand spankin' new to Java. Trying to set a cursor but having no luck.
import javax.swing.*;
import java.awt.*;
JButton j = new JButton("Press me");
j.setCursor(HAND_CURSOR);
Also tried:
JButton j = new JButton("Hi");
Cursor...
I am pulling a disconnected recordset from a linked server using ADO 2.5. I have the following config:
Cursor Location: client side
Cursor Type: KeySet
LockType: BatchOptimistic
I'm using the oledb provider against a linked SQL7.0 server (wait, on second thought it's an MSDE db). When I...
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.