Search results

  1. G

    Question Implementing Session Timeout In Gui

    Hi All, I was looking for was to implement session timeout in GUI and followed the link and its working but have side effects where all the click events (like buttons) needs to be double clicked before it executes action. Progress KB - How to programmatically timeout an ABL session? Checking...
  2. G

    Question Setting Up Rest Webserver Adapter

    Hi All, Can anybody point me to document where I can find info on setting up Rest WebServer? Currently we are using SOAP in getting data. My OE version is 11.6 Regards, gnome
  3. G

    Changing font on runtime

    Is there a way of changing the font during runtime? I am using Progress 9.1D GUI in Windows.
  4. G

    Using Deskspace with progress

    I dont know where to put this question: Anyone have used deskspace with progress? Progress tends to show to all workspaces.
  5. G

    Creating an Index for Fast Query (Confused)

    Hi, I am confused with my superior how he understands Progress DB Index. How I understand the logic of creating indexes is something like these. Table: Person Field1: FirstName Field2: LastName Index: NameIndex Index Table Name Person Fields Firstname,Lastname,Age Index NameIndex...
  6. G

    threshold for block usage

    Hi, My database is supposed to handle blob with volume of records of about 500,000 rows. Recently, I bumped into these problem when I hit 250+ GB Database File Size: WARNING: Area: 9 extent D:\ImgArchives\db\IMGDB_9.d1 has reached the 90 percent threshold for block usage - current block...
  7. G

    Calling Crystal from Progress.. Help..

    Hi guys, I'm trying to call Crystal Reports 9 from Progress 9.1C and There is an error upon creating the Object. DEF VAR hCrysApp AS COM-HANDLE NO-UNDO. CREATE "CRAXDDRT.Application" hCrysApp. RELEASE OBJECT hCrysApp NO-ERROR. The automation server for CRAXDDRT.Application is not...
  8. G

    Can Webspeed Handle Cache Control?

    Hi, I have a problem of handling cache in IE6. This application will be used in locations where users cannot install softwares in their local PC therefore updating their browser version might not be allowed. <meta http-equiv="pragma" content="no-cache" /> I have put this piece of code...
  9. G

    Very Simple question for XHTML-Webspeed

    Hi, I was browsing for XHTML Syntax and I found this: source document: http://www.w3schools.com/xhtml/xhtml_syntax.asp The id Attribute Replaces The name Attribute HTML 4.01 defines a name attribute for the elements applet, frame, iframe, and img. In XHTML the name attribute is...
  10. G

    Getting trouble with uploading binary file using webspeed.

    Hi, I am giving my webpage the capability of uploading both text & binary files however. My code only works with text files only in which I'm not really sure! That is because, i can upload files of .p, .i , .txt extensions but when I changed the .txt into .ini, It suprisingly didn't worked...
  11. G

    Getting trouble with uploading binary file using webspeed.

    Please Ignore this post: Moved to Webspeed section please ignore.. wrong post
  12. G

    Error 6107 and 6061

    Hi Masters, I'm wondering if someone has encountered error 6107 and 6061. I have my progress version 9.0B installed in c:\program files\progress9.0B having folder name Progress9.0B and can run my application. The next thing is when I installed Openedge 10.1B in c:\progress\openedge10.1B...
  13. G

    Result Paging in Webspeed

    Hi, I want to start with HTML Paging Server-Side but I don't have any idea how to do this. I am thinking of temp-table which will hold the page number and result starting key and ending key. So far this is what I'm thinking. Anyone who worked on this? I really need your help. Thanx
  14. G

    Weird Problem with set-cookie & get cookie. Please help

    I have this code under the head tag of a login page. I wonder why can't the set-cookie function do not recognize the variable? <see in the red font> I also tried to replace it with the "tablename.fieldname" the table seems to be not available while it is available outside the Procedure...
  15. G

    Please help with Javascript and SpeedScript

    Hi everyone, I'm new to this network and hoping many here are active about webspeed development. I am fairly new to webspeed same with javascript and I have this situation. My goal is to pass a parameter to another page(html) so in my first page You'll find something in the code like this...
Top