Search results

  1. G

    Calling Crystal from Progress.. Help..

    Here you go. C:\Program Files\Common Files\Crystal Decisions\2.0\crystalreportviewers\ActiveXViewer
  2. G

    Calling Crystal from Progress.. Help..

    Ok I found the solution. CREATE "CRAXDDRT.Application" hCrysApp. should be CREATE "CrystalDesignRuntime.Application" hCrysApp. I just used Progress COM Object Viewer instead of MS Object Browser.
  3. 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...
  4. G

    Can Webspeed Handle Cache Control?

    Hi Casper, I was wondering why this caching issue doesn't occur in my Windows XP. I might missed something there. But amazingly, your code worked! You really save the century and thank you sooo much! Glad there are webspeed experts here. Regards.:)
  5. 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...
  6. G

    WEBSPEED BROWSER's?

    Hi yoachan, I'm sure Yuval deserves all credit. You might want to read this. or http://www.progresstalk.com/showthread.php?t=111757 Regards.
  7. G

    WEBSPEED BROWSER's?

    Hi, I will prefer Notepad++. Aside from its cool Syntax Highlights, Customizable Code Auto Completion, FTP Sync, Macros, Multiple Views,48 built-in languages and other very powerful tools. It is a FREEWARE and has a bunch of plugins available for download. So no one will ruin your day trying to...
  8. G

    Very Simple question for XHTML-Webspeed

    Hi Casper, Thanks for your replies. You're right! So that's how it is interpreted. In addition, as I have read from W3C site,the rule is also applied to : form, a, and map, which is not included in what I have read earlier. I might consider that the complete thought of the W3C Recommendation...
  9. G

    Very Simple question for XHTML-Webspeed

    Hi, As I understand, XHTML is recomended by the W3C. The webspeed get the value of a form element by using get-value() function. get-value() accepts a string which should specify the name of an element. But then XHTML Standard says: In XHTML the name attribute is deprecated. Use id...
  10. G

    WEBSPEED BROWSER's?

    Ok I got it.. So you mean in Editor in Workshop? if so, I think you are Right. I also encountered that incompatibilities of webspeed tools with Mozilla. Anyways, I use other text editor and Im not really a big fan of webspeed web-based editor(sad to say) because there is no auto-completion...
  11. G

    WEBSPEED BROWSER's?

    My webspeed works even in IE 6.0 i have also tested it in Latest version of IE and same with Firefox with no issues. Any errors, statements or ... Did you really mean "coding" in browser?
  12. G

    Table color in MSWord

    Try Adding this to the end of your code. CurSelect:Tables(1):Shading:BackgroundPatterncolor = 0.
  13. 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...
  14. G

    problem with webspeed

    Cant you be more specific? How did you configure it? what web server are you using?
  15. G

    automated compiling

    If you know how to use the compile statement, then I'm sure you can create your own Procedure to accomplish what you want. You just have to create a recursive reading of a directory in 4gl, usage of OS-commands. If you're done with that you might consider adding that tool in your Protools for...
  16. G

    RCV-AGT error in webspeed

    You can visit Progress Knowledgebase( http://web.progress.com/openedge/support.html ). You can search for error's keyword or error number.
  17. G

    help with webspeed

    You can also encounter this issue when you overwrite a running database brought up by progress explorer tool. To make sure everything goes well, restart the service, databases and agent.
  18. G

    Piew - Free Progress Code Editor

    I find file compare and folder compare very useful in development. You might want to add that feature too.
  19. G

    Getting trouble with uploading binary file using webspeed.

    Re: RESOLVED! Getting trouble with uploading binary file using webspeed. Great! Surprisingly, When I tried to changed the lines: ASSIGN cfile = get-value("browse"). COPY-LOB FROM mFile TO FILE cFile NO-CONVERT. to ASSIGN cfile = get-value('browse')...
  20. 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...
Back
Top