Search results

  1. L

    Need replacement for OCX to display image in PROGRESS 64-bit

    Hello. We are migrating our software to use PROGRESS 12+, fully 64-bit. We're currently using an Imageman OCX to display an image. This third-party software is 32-bit and will not work in 64-bit environment. Does anyone know or have recommendation for a good replacement? Thanks, Liza
  2. L

    Chilkat

    Hello. I am wondering if anyone here has sample code or know how the latest "ChilkatDotNet48.dll" work in PROGRESS. We have existing code using previous version, ChilkatMail2 and I am a bit lost as to how this new Chilkat version works so I can upgrade our existing programs. I appreciate your...
  3. L

    Progress 12.2 Databases in Explorer

    Hi there. Back again with another PROGRESS 12 question. I would appreciate any tip or solution for me to consider. My databases are NOT showing up in Explorer Resource list automatically. They are in conmgr.properties file. Progress OE AdminServer and Management Service are both running in...
  4. L

    Progress 12.2 Services and Explorer

    Hello. I am using Progress 12.2. If someone can share knowledge and answers about the following, I would really appreciate it. I am struggling to get going with Progress 12.2 from 11.3. 1. In Services, "Progress OpenEdge AdminServer Service 12.2 (64-bit)" is running but "Progress OpenEdge...
  5. L

    Backup database from client

    Hi there. Wondering if anyone has an idea of how I can create a backup file from the client of a database that is in the server. Currently, we run this process from the server. Thanks in advance for your help. Liza
  6. L

    Question Ways to merge PDF and text to print as one job

    Hello. Looking for ideas. I currently have a text file that I am importing and sending to the printer. However, I want to insert a PDF in the middle of the text file and be able to print them both as one print job. The PDF can have image so I can't just extract text from PDF to merge. I have...
  7. L

    Converting PROGRESS 10 DB to 11 - How to bypass backup question

    Hello. I have a batch file that I am running from my program. I do all the steps necessary before running PROUTIL dbname -C conv1011. However, it prompts this message and requires user input. You must have your database backed up before running the conversion (1024) Have you done this (y/n)...
  8. L

    Show Acrobat Toolbar by default

    Hello. Using Microsoft's WebBrowser OCX, how can I automatically full show Acrobat toolbar. Currently, there is an icon in the floating toolbar that allows user to display full toolbar on top. Thanks in advance for your help. Goal: Display PDF using WebBrowser OCX with READ MODE = OFF so full...
  9. L

    Window Title Is Centered

    Hello. Does anyone know how I can left-align a window's title? It seems in Windows 8 and Windows Server 2012, the default is for window title to be centered. Thanks in advance for your help. Liza
  10. L

    Scroll-notify

    Hello. Has anyone used SCROLL-NOTIFY to determine if the scroll bar is used in a BROWSE widget? If so, would you please post a sample code? Thank you in advance for your help. Kindly, Liza Update: Please disregard. The trigger is working. Just have to figure out why it's not working for this...
  11. L

    Question TIFF Image

    Hello. I have a TIFF image with multiple value on its stripoffset and stripbytecount tags. I read this image into memory and write it to a PNG file. Then I add the PNG file to a PDF file. The problem is that the image look too compressed in the PDF file. Should I convert the TIFF image's...
  12. L

    Question Progress 11 Editing Tools

    I am using Progress 11.3 and when using AppBuilder or Editor, Progress doesn't automatically convert key words to uppercase and doesn't do the alignment anymore. Any tips on how to put this feature back? Thanks, Liza
  13. L

    Different Progress Database Structure

    Hello. I am hoping to learn different ways I can structure PROGRESS databases, its advantages and disadvantages. If anyone knows a good resource that I can look up, I would appreciate if you could share it with me. I posted this in Database Administration forum as well. Thank you in advance. Liza
  14. L

    Different Progress Database Structures

    Hello. I am hoping to learn different ways I can structure PROGRESS databases, its advantages and disadvantages. If anyone knows a good resource that I can look up, I would appreciate if you could share it with me. Thank you in advance. Liza
  15. L

    Use EnumDisplaySettings API to obtain screen resolution

    Hello. Can anyone please provide a sample code using EnumDisplaySettings API to get current screen resolution? Or if anyone knows of other way to get the same information, I'd be glad to know. Thanks, Liza
  16. L

    Activating and rebuilding index file

    Hello, I need to add a new field and index to an existing table Database is multi-user. Table: Image Field List: ImageID, Name Index: Image_Idx (Primary, active, unique) Field: ImageID I need to add: New Field: NewImageID New Index: NewImage_Idx (Active, Unique) Field: NewImageID I created...
  17. L

    COMBO-BOX label not moving when I change COMBO-BOX:ROW

    Hello, I appreciate everyone's help in advance. I have a combo-box that I change :ROW based on user setting. The combo-box moves to the correct :ROW but the label is left in its original position. Thanks, Liza
  18. L

    PROGRESS moves the selected item to ROW 1

    Can anyone help please? I have a browse that can display 10 rows at a time. Say I have 100 records, primary field is a seq number 1 to 100. Records in the browse is sorted by seq number ascending. Say my current selected record is seq number 5, after OPEN QUERY and REPOSITION to seq number...
  19. L

    When password is copy/pasted...

    Hello. I need some help. I have a password field that I mask by replacing any printable character with "*". However, I need to change the program to allow user to copy the password from somewhere else then paste it in the fill-in using the mouse. I can still validate the password on leave but...
  20. L

    SetFilePointerEx

    Hello. I'm creating a stack image file that has the tendency to get big in size. Before I add an image to it, I use the "SetFilePointer" in kernel32 to move the file pointer to the end of file. The problem is that SetFilePointer has limitation in size. I looked at MSDN for solutions and found...
Top