Search results

  1. J

    Xprint Form Feeds and Open Edge

    the big cross ussualy means your viewer is using the trial version. Check your help (the big ? on the viewer) to check the license info. If you directly print on a certain printer try to run from the appbuilder with preview tag... see which .lic file it finds... (or version doesnt match with...
  2. J

    SYSTEM ERROR: strent request for more than 64K. (9874)

    Hi, We had similar issue about 1 year ago. Same error, big consequences. Issue was not cleaning up handles inside a big loop. Lets say that loop executed 10000 times leaving tons of handles open. In our case it was rather easy to locate since it crashed mostly during night when certain...
  3. J

    check if there is a file available in the filesystem

    Did you have a look at the search() function and os-copy? Grts
  4. J

    Disable triggers for dynamic query

    Methods... apply to Buffer Object handle. Disable-dump-triggers() Disable-load-triggers(allow-replication) Grts, Jan
  5. J

    dynamic(?) buffer compare over table-name

    Hi Casper, (Hope i interprete your reply correct) I agree but the new and old buffers are also for hands at runtime in the general includes aftrigtopw.i , so my question is more or less is there a generic way to get hands on those buffers in the includes... so independant on which table you...
  6. J

    dynamic(?) buffer compare over table-name

    Hi All, Trying to find some general way for next issue. In a trigger u ussually compare the values of the new buffer and the old buffer. Lets use "customer" as a table name. In this case we can compare in customertrigw the fields of customer vs o_customer. BUT i wanna place some of this...
  7. J

    Dynamic Filter properties

    Hi Boys (and girls), Want to add some fields to a dynamic filter... where can i set the fields which appear in dynamic filter? (dynamics 1.1) You know... classic situation sdo --> dynbrowser --> dyntoolbar with filter option where you can specify from to values... where do i set fields that...
  8. J

    Hello

    Welcome Lily, Hope you will enjoy your stay in the wonderfull Progress-world ;-) .
  9. J

    XPRINT Report

    forgive me my copy paste but pay attention to the bottom note... : Insert a picture file at the current point. Syntax 1 : <IMAGE [(left,top,right,bottom)]filename> (Left,top,right,bottom) syntax is intended to select a given area within an image. The four coordinates define an area...
  10. J

    SYSTEM ERROR: strent request for more than 32K. (893)

    Hi. Dont know if it will help you but we also got this strent error in our db-log few weeks ago. Knowledge base entry told us the issue can appear when running an app for longer time. (it had to do something with a counter which is incrementing internally during for-each's or do-while's) Took a...
  11. J

    screen issue using a smartfolder

    Hi, When i maximize my container and change tab on smartfolder the screen "restores down" again to (undoes its max size)... Any suggestions how to fix this? Thx.
  12. J

    resize issue dynobjc with

    Hi All, In Dynamics 1.1ASP3.01: Got a dynobjc, inside a afspfoldrw with 2 tabs having both the same page layout. (containing 3 browsers, 3 sdo's 2 viewers and 4 toolbars(2 on top brows and 1 each for 2 bottom brows's)) When i change tab or i resize i get error . **Error attribute Row must be...
  13. J

    Progress Performance Tuning

    Hi Eduardo, Try using Progress Profiler... usually you can find it under {installdir}\src\samples\profiler Its kinda powerfull thing in my opinion, pitty Progress didnt continue tuning it so you will not be able to get support for it if things go wrong, but you are free to update the sources...
  14. J

    barcode printing and picture

    Xprint give you possibility of mixing text, barcodes, images... It also give you the possibility to export to PDF, Excel, JPG, GIF... Supported by all laserjets/inkjets all in Full color. this using simple tags like <BARCODE...> <PDF> <IMG> ... etc etc You can preview the output or directly send...
  15. J

    OpenEdge seminar

    Hi Joey, Thx for your reply. The pwt 2006 turned out too expensive for my company (because when we wanted to book it was too close to end of fiscal year, i'm sure you know what i mean ;-) ) I know my description is a bit vague but it may be anything going from predatasets over appservers...
  16. J

    OpenEdge seminar

    Hi Everybody, I am searching for an OpenEdge 10.x seminar in West/Central/East-Europe taking place before October 2007. (Preferrably 3-5 days for technical audiance) Can anybody advise me one or post some interesting links where i can check what are my options? Thx a lot cause nor...
  17. J

    Hello from AU - looking for Printing Solution

    Xprint. http://www.4gl.fr/ Fairly easy to use and ok features like pdf export, email, graphs, barcodes, sensitive fields... Minimum on installation, we just ship the dll via webclient to client-side (in case preview is requested), also possible to make Admin service use it (in our case sonic...
  18. J

    Progress (Great) Code Snippets

    Hi everybody, As we all know Progress is not the most popular or famous programming language. Proof http://www.google.com/codesearch doesn't even list it... Another codesearch site DOES list Progress but the amount of posts speaks for itself. http://www.bigbold.com/snippets/tag/progress...
  19. J

    Admin service Xprint

    Hi all, Case : from webclient app sonic is triggering some prints, xprints. Since the processing is done on server-side the admin service is generating the files and tries to print. The prints should directly end up at on the production floor, no preview is desired. Problem : When running the...
  20. J

    Barcode Width

    Hello, When i am generating barcodes using xprint i need to know start and end position for displaying, point is i dont know how many characters the value off the barcode will be... is there some function which will give me the width of the resulting barcode? (approximatly) Because now when i...
Top