Recent content by tonydt1g3r

  1. T

    Need Pros and Cons of SQL vs Progress

    The company I work for is at a crossroads. We have been using progress for over 10 years, but currently due to a recent management change we might be switching over to a different DB and a different query language. I was wondering if anyone could give me the pros and cons of switching. So I...
  2. T

    Need Pros and Cons of SQL vs Progress

    I am currently running Progress 10.0B but we might be switching to SQL Server soon and I am not sure if its a good idea or not. I was hoping with you help I can get a better understanding of which one is better. SQL Server vs Progress DB SQL Query Language vs 4gl
  3. T

    .Net Integration

    Well my way of using .Net DLL's use COM objects. its a huge pain because I didnt create the .NET DLL's we have license to use the DLL's and not see the source code so I had to write a .NET wrapper to use com objects. IE assign GUID's and stuff. compile this then create a com-handle in...
  4. T

    Progress and .Net DLL's using COM Objects

    First off I am using Progress 10.0A, and I am recieving this error message. Error occured while accessing component property/method: density. The type initializer for "QuantifiPINVOKE" threw an exception. Error code: 0x80020009 C:\Quantifi\Progress\p53439_test.ped (5890) Ok let me try to...
  5. T

    How to auto-size browser when changing font

    For the column width I am trying to do something like this but the select-next-row option isnt available for a column browse. I want the columnb width to be the size of the largest value width wise in the column or the label size depending whichever is bigger. DO: DEFINE VARIABLE i AS...
  6. T

    How do I call C# functions from progress

    I was wondering how do I call C# functions from progress?
  7. T

    How to auto-size browser when changing font

    Perfect! Thanks Norman
  8. T

    Need help to write a wrapper

    I have just been assigned to write some code for progress to intereact with some functions in C# I was wondering if antone can possibly tell me where I can find information on how to write a wrapper for C#
  9. T

    To use App Builder or not !!

    So if I am a new progress developer, new meaning I am fresh out of college and have only begun to learn progress and the in's and outs in using App Builder, should I even really try to use app builder or just learn something else that makes the UI look better. I mean I am using app builder now...
  10. T

    How to auto-size browser when changing font

    Hi, I have a newbie question. Currently I am having all my browsers auto resize on the window resize trigger so that my browser is always at the maximum size. What I want to do is add an option that allows the user to select how large or small he wants the font in the browser to be. However I...
  11. T

    Excessive length of offline Probkup - HELP!

    How long does a live backup take, whats the differences.
  12. T

    Excessive length of offline Probkup - HELP!

    did you happen to find a solution to this problem? CUrrently we have a 22 gb DB and it takes about 2hr's to update this also. I wanna know any possible way to make this backup go alot faster. Any suggestions, or combinations, welcomed. We can spend money to buy whatever is needed, it just...
  13. T

    is there anyway to enlarge and shrink a window

    I was wondering when resizing a window is there anyway to make all the contents of that window enlarge or shrink down along with the window. Sort of like magnifying, I am using 10.0 A
  14. T

    Cant Align Labels on Buttons

    I can figure out how to align the labels on the buttons I created in a smart window. All the labels are displayed centered and I want them left-aligned. I am using version 10.0A
  15. T

    Opinion on Smart Windows

    Sorry for being vague. I am going to display the temp table in a browser. I am using progress 10.0A.
Top