Search results

  1. T

    Appserver to Database connection

    Question(s)... I have the webclient connecting to the appserver correct, now I'm just having problems trying to figure out the connection from the appserver to the database. The database is setup on another server. Is this a connection I have to setup in the Progress Explorer? Or will I have...
  2. T

    New to WebClient

    Hi everyone, been reading random posts on this forum to understand more about webclient. I've been working with Progress on a character based system, but now we're trying to move over to the GUI end and using webclient. After reading the posts, I just wanted to make sure I'm understanding...
  3. T

    Table Size

    Hey, I'm looking for a way to check the size of tables within our database without having to dump the tables into files to get the file size. Does anyone know of any utilities I can use to get this information? I've tried using promon and tried to find utilities within the Data Dictionary, no...
  4. T

    IP Address

    I'm trying to find a good way to grab ip addresses from users. I've found many javascripts to put into the header of my pages, however, they all give me errors in webspeed. for example: <SCRIPT language = javascript>var ip = new java.net.InetAddress.getLocalHost();var ipStr = new...
  5. T

    got problem with Web Speed

    I'm creating a tracking system with webspeed. I don't want to have to re-type a huge section of the program that needs to be doubled, so I'm trying to copy and paste. Problem is, I can't. I can seem to copy a few parts here and there, but there are portions that I can't. And when I try to retype...
Back
Top