Recent content by tekstylez

  1. T

    Appserver to Database connection

    great thanks again
  2. T

    Appserver to Database connection

    oh, I was looking in the wrong spot then, just tried it and it worked fine. Thanks gordon for all the help. One final question though, can I connect to multiple databases?
  3. T

    Appserver to Database connection

    Just to make sure, in the Progress explorer, I went into the properties of my AppServer broker and entered the parameters under the Advanced Features part of the Server. Correct so far? If so, it says "for startup procedure". does this mean I need something in the Startup Procedure to run these...
  4. 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...
  5. T

    Beginner Output To Question

    Try using.. OUTPUT TO VALUE(tmpFileName). . . . OUTPUT CLOSE.
  6. T

    New to WebClient

    Re: Thanks for the help guys. One quick question, about the communication between the GUI and the AppServer, I'm assuming I'll be using shared temp-tables between the two applications being that the application on the AppServer will be gathering the information and GUI app will display it?
  7. T

    New to WebClient

    Re: Thanks Gordon, I'll def look into the documentation. I just wanted to get a quick understanding of how it would work, which you helped me on. Now I'll look into more detail as to what needs to be done. Thanks again. Brian
  8. 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...
  9. 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...
  10. T

    IP Address

    I'm giving that a try, but its saying that REMOTE_ADDR is an unknown field blah blah blah, I'm not sure because I wasn't the one who installed the system, but I can't seem to locate the .i file you mentioned before. actually, i can't seem to even find the path. This is probably why this variable...
  11. T

    IP Address

    thanks for the help, now how do I export that to a variable?
  12. 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...
  13. T

    Passing user input values

    scratch that, figured it out.
  14. T

    Passing user input values

    I'm trying to do the same thing with my page. I'll be using a link to open a new window with javascript, but I need to call a page in the new window. Am I right to assume I'll have to make a separate webspeed file for the new window? and also, that link suggestion would be how I would pass in...
  15. T

    got problem with Web Speed

    Thanks for the input guys. 1) I'm using AppBuilder. 2) It might possibly be the limitations. This is a program I'm editing/recreating and there are extra procedures that are no longer being used. Then again, my company had this problem once before when the program was smaller. I'm not exactly...
Back
Top