Recent content by GOLDMEMBER

  1. G

    Automatically Run Procedures?

    here is a discussion link - http://www.experts-exchange.com/Operating_Systems/Win2000/Q_20335072.html You can set up a cron job in UNIX and NT. fire a batch mode progress session with your procedure as a startup procedure and get the thing done periodically without any human interaction...
  2. G

    how to call proc and var between SDB or SDO

    One of the many ways to do it - 1) On the double click trigger of the SDB2 run a procedure procA in SDO2 which gets the desired colvalues(). 2) Pass these values to a procedure procB in the SDO1 using the handle of SDO1. 3) in this procedure procB of sdo1 use updaterow() to update the current...
  3. G

    Junior Programmers

    Hey man ... I want to visit Australia! Can you get me a project there? :D .... seriously!! What is a good season to see your beautiful country?
  4. G

    Junior Programmers

    Software market in general is slow! I hope to see some action next year.
  5. G

    Adding new instance property to all SmartObjects

    Extending Smart Objects First, I do agree that the way you are trying to extend the smartObjects ie by creating your own master or template IS the way to do it! For product development stand point - this is the way to go provided the role of the object as a component is quite well defined! :)...
  6. G

    Help - SubmitRow is not consistent!

    I am trying to code something like this sample code from knowledge base - sometimes submitrow works sometimes it does not! any suggestions or work arounds? ________________________________________________ /* code block starts */ ON CHOOSE OF btnAddRec DO: DEFINE VARIABLE newRec AS...
  7. G

    Smart Data Browser problem

    "oh!" I am using my custom panels - some added buttons like "Print" on it! so STB did not make any sense to me in the first look. Is it possible to get column sort functionality of the Dyna Browser? we don't get the start-search trigger on it - any function or proc. avail for it??
  8. G

    Smart Data Browser problem

    Why are you not using the smart panel for updation? Where are the links to/from it!.. any specific reason?
  9. G

    Deploying 8.3c code with the latest v9

    Dude! He is talking about running the existing .r code against the new db without recompiling ... :D ... That's why I said NO! A lot of code in SmartObjects is reusable if done right! ... in long term, for a growing application - its the best bet!
  10. G

    Deploying 8.3c code with the latest v9

    2)Depends on how neat code you want - you can slap things together or follow the proper design standards! Not a big problem for the smartObject based screens the code is already ADM style - some rework would be needed. on the procedural style code - yes - you'll have to atleast redo the screens...
  11. G

    Where to start for Progress GUI Development?

    warba, I am glad somebody asked this question! developers have been coding applications using ADM2 and smartObjects. The concept of smartObjects started with Progress 8.0 and current ver. is 9.1D. I can assure you - whatever your design and development requirements are you'll find...
  12. G

    Printing Different FONT on Windows Server 2000

    Hi, You have not provided any info about your existing reporting tool you are using... if you have non yet and want to know about available solutions - There is a utility called X-Print which is quite economic and easy to learn/use. I'd consider this tool for all its power for price. I...
Top