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 Chriss Miller 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: *

  • Users: SH4F33
  • Content: Threads
  • Order by date
  1. SH4F33

    <Img> - onLoad

    Hello everybody, Im having some issues with the onload event of images. I have some thumbnails, and when I click on any of them, a row displaying "Loading..." will have its 'display' property set to '' from none, at the same time, an image which has a blank gif will load the larger image...
  2. SH4F33

    Recordset+Excel+Graph and array+ASP

    Hello everybody. The question Im going to ask is not purely ASP, but the problem is on an ASP page. Let me resume the situation, I have an Excel spreadsheet. I need to display the values from the Excel document to an ASP page. This part is working. Now from these values, I need to make a line...
  3. SH4F33

    HTTP to HTTPS to HTTP (SSL)

    Helli everybody. Im trying to implement a secure registration for customers using SSL. Im doing my tests using a 14-days trial SSL certificate. The registration page is register.asp, and when submitting the form, the user information goes to registerme.asp which will add the record to the...
  4. SH4F33

    Error: "No transaction is active"

    Hello everybody. Im using ASP to output WML pages. It worked fine so far, but Im trying to use transactions while inserting records to the database since in a single process I have to update a table and INSERT to 2 tables. Here's my code: (only part of the page) <%@ TRANSACTION=Required...
  5. SH4F33

    PictureBox in MDI is hiding MDIChild

    Hello everybody. Im having a little problem with my MDIChild. I Have an MDI form, and Ive put a picturebox(picFull) in it. The height of the picturebox is the same as the MDI form, even when resizing the MDI form. Ive put another picturebox(picMove) in picFull. picMove has a frame, a listbox and...
  6. SH4F33

    Too many tables, getting confused with the relationship diagram

    Hello everybody. Im having a simple problem, I've created a database, it actually has 24 tables, from what I can see, I need to put 2 or 3 additional (stand alone)tables in it later. My problem here is that when creating relationship between tables, the relationship diagram becomes very messy...
  7. SH4F33

    Logging configuration file not working

    Hello everybody, Im trying to log my application start to a file using the -Djava.util.logging.config.file command. Ive created a configuration file called logging.properties. It has the following lines: handlers=java.util.logging.FileHandler .level=INFO java.util.logging.FileHandler.pattern...
  8. SH4F33

    Application start logging using logging configuration file

    Hello everybody, Im trying to log my application start to a file using the -Djava.util.logging.config.file command. Ive created a configuration file called logging.properties. It has the following lines: handlers=java.util.logging.FileHandler .level=INFO java.util.logging.FileHandler.pattern =...
  9. SH4F33

    Jini problem : Error when creating a transaction

    Hello everybody. Im currently learning java and jini. Im using jini version 2.1. Ive been working on simple examples from books and I can read/write to the space. Im using only one computer,meaning that the jini services and the client are on the same computer. I tried creating a transaction but...
  10. SH4F33

    connecting with MS access database using jbuilder 2005

    Hello everybody. I'm new to java and I'm using borland jbuilder 2005. Ive got 3 forms that will connect to a database and the borland help suggests that it will b preferable to use a datamodule. To add a datamodule to my project, I did the following steps File > New > Datamodule. I got the "Data...
  11. SH4F33

    Submit form using hyperlink

    Hello, Im having a little problem for submitting a form. Basically the form has only one <input> element Where the user will put a number. Below the from, I have several links each having specific querystrings generated from the DB. When the user click on any hyperlink, I want to submit the...
  12. SH4F33

    Importing files to project in JBuilder 2005

    Hello again, Im still stuck with simple problems. Its not with java but the IDE itself. When I right-click on a project and select "Add Files / Packages / Classes..." and select a class which is not in the project, I cannot get it when typing import. To import a class, I need to add it to...
  13. SH4F33

    &quot;Dim object as new&quot; And &quot;set object = new&quot;

    Dim objRS as New Recordset Dim objRS as Recordset Set objRs = New Recordset Both of the codes above will create a new recordset,but I still dont know wats the difference between them. Ive always used the first one, but I'd like to know how they differ.
  14. SH4F33

    Beginner's question: How to import a class.

    Hello there.Im very new to java programming and maybe wat Im going to ask is very simple. Anyways. Ive just started with java and im using borland jbuilder 2005 as my ide. Ive created a project "bank" whick is in a folder called bank. And my package name's also bank. Ive got a class called...
  15. SH4F33

    Importing a class (super-newbie question)

    Hello there.Im very new to java programming and maybe wat Im going to ask is very simple. Anyways. Ive just started with java and im using borland jbuilder 2005 as my ide. Ive created a project "bank" whick is in a folder called bank. And my package name's also bank. Ive got a class called...
  16. SH4F33

    Form available &quot;globally&quot;

    Hello there. I'm a bit new to .Net and its very different from vb6. Well, Ive set an mdi container, and created another form which is supposed to be the child. But since u cant call a form like that, u have to create an instance of it everytime. I wanted to create an instance of a form, and use...
  17. SH4F33

    ADO connectionstring builder

    Is there a way to "invoke" the Data Link Properties that shows up on clicking the "Build" command in the ADODC properties? Each time I need to create a connectionstring for VB or ASP, I create a connectionstring with ADODC and copy the connectionstring. (I'm a bit lazy. Need some shortcut)...
  18. SH4F33

    Working with virtual directories

    Hello. I've been having problems locating the path of 2 virtual directories. I have a virtual directory called stock, my asp pages reside in this folder, and in this virtual directory, I have a folder called database and my access database is in there. I have another virtual directory called...
  19. SH4F33

    Using Crystal reports 9 with asp?

    Hello everybody. I'm not too familiar with crystal reports. I have to generate some reports using asp. But I don't know where to start. Any hint will be much appreciated. Thanks.
  20. SH4F33

    Need bigger variable than long

    I'm writing a little program for personal use. Its very small.Its just a timer that shows how many days my computer has been on and writes the result to a text file every 10secs. Well I count seconds and convert them to the following format xdaysxhoursxminutesxseconds.I compiled it and...

Part and Inventory Search

Back
Top