Search results

  1. D

    Using ChilkatZip to compress in-memory data?

    Hi everyone - I am looking at trying to implement compression on some pdf reports coming out of our system (9.1E, Windows Server 2003). We have implemented text2pdf.p and are working towards PDF Include, but it will be a while until we are there. Some of the reports coming out of text2pdf...
  2. D

    SmartFolder/SmartFilter behavior

    This might be an easy one, but it has me stumped . . . Any help will be greatly appreciated! Using 9.1d08 in a Win2k environment. - I have a SmartWindow with a SmartFolder and a SmartToolBar. - The SmartFolder has 6 tabs, each with a SDO, SDV, SDB, and a SmartFilter. - The SmartFilters...
  3. D

    programmatically restore a minimized window

    I am having a problem trying to restore a minimized window. I am using V9.1c on Win2K, regular GUI programs (not SO's). I have read similar posts on this site regarding this same problem, and have tried to implement the posted solutions, but have been unable to make it happen! Here's the...
  4. D

    hierarchical flex grid activex recommendation???

    I am just curious if there is someone out there who has used any of the flex grid activex components and would be willing to share the mechanics of the control with me. I have spent a little time researching what is available and there are quite a few. However, I have been unsuccessful finding...
  5. D

    window focus unexpectedly changing

    Thanks for your thoughts. I was thinking along the same lines, but after I posted the question, I found that "GO" raises the same unexpected behavior. On "GO" of frame, apply choose to OK button, and all OK button does is apply "close" to this-procedure. It seems inconceivable that a user...
  6. D

    window focus unexpectedly changing

    Hi everyone. Got a problem I am hoping someone out there has seen and already found a solution for. Environment: Win2K Progress V9.1C. We have a main menu program with 3 "widgets": a MS TreeView control, a MS ListView control, and a fill-in. A user can run a child-program from any of...
  7. D

    Procedure .R staying in memory

    Look into "persistent" procedures and see if that will help you. The command would look like: "RUN myproc.r PERSISTENT SET gv_hMyHandle." Persistent procedures are nice, but take a little work to implement. You might also want to look into "structured procedure files" as long as you are...
  8. D

    Stopping calling program from being close when there are other programs open in the c

    Another good way to handle this is through the use of PUBLISH and SUBSCRIBE statements. Have each child program/container subscribe to a "SHUTDOWN" event, write the trigger code for the "SHUTDOWN" event (i.e. APPLY "CLOSE" etc.) and then add a PUBLISH "SHUTDOWN" statement to your shutdown...
  9. D

    ActiveX License problem - VB .NET

    Thanks for the suggestion. I tried this, but to no avail. Same error came up. Can I ask you if you have any of the Microsoft ADE's on your system? (VB,VC,VS, FrontPage, etc.) Seems like everyone has a different experience with this error and it's remedy! Thanks again! Don...
  10. D

    ActiveX License problem - VB .NET

    That will work *IF* the machine that you originally wrote the app on has a development license for the controls. You can then deploy the app, register the OCX file exactly as you have stated, and it works. However, if you do not have a development license for the controls, registering them has...
  11. D

    ActiveX License problem - VB .NET

    I am in the process of creating a new app which utilizes 3 of the controls found in MSCOMCTL.OCX. When I deploy the app, I get the same error that others have received "Unable to create control, etc., etc." Most of the posts instruct developers to install Microsoft Visual Basic and some have...
Back
Top