Search results

  1. J

    How to check if file is empty?

    Thanks for all your help guys.. Have it working now.. And the pop up window is exactly what I need...
  2. J

    How to check if file is empty?

    Hey Heavy, Thanks for that.. Would I be right in saying that the below will only send a message if the file is empty? IF FILE-INFO:FILE-SIZE = 0 THEN MESSAGE "File Transfered " VIEW-AS ALERT-BOX INFO. END.
  3. J

    How to check if file is empty?

    It's just a txt file and if the file is 0 byte's I would consider that empty.. 1) 10.0A, Service Pack 00 Build 1326 (From what I can gather) 2) Windows Server 2003 Standard Edition 3) Haven't tried anything as I'm not a programmer and have very limited knowledge of progress code. But still...
  4. J

    How to check if file is empty?

    Hi, I'm not all that familiar with progress code but I need to find if its possible to check to see if a file is empty empty and give a window's pop up message if its not. Trying to do some file transfer checking for RoundTable. Thanks, Ja
  5. J

    Way to Automate / schedule Rountable Tasks?

    Hi Jeff, Thanks for the reply.. Have had a look at rtb_api.p but I'm not quite sure I follow what it says.. I'm not that familiar with progress code and can't work out how the api is called to run? Is there any other documentation or examples out there that I can try and look at? Thanks again, Ja
  6. J

    Way to Automate / schedule Rountable Tasks?

    Hi, I'm just wondering if there's anyway to schedule a certain task in RoundTable.. Want to try and schedule an xref compile of all our code during the week end but not sure if it's possible to set up. Can anyone help? Thanks, Ja
  7. J

    Multiple module Object Group assign

    Hi, Maybe its the way our RoundTable is set up. I'll try and give an example of what I mean. A workspace module usually has the following: Group Object Type Product Module Version Status Share However if we want to add a module a Group we have to go to File --> Edit...
  8. J

    Multiple module Object Group assign

    Hi, Is there a way of assigning multiple modules to a specific Object Group using a .csv file to input the list of required modules, or would there be any other way of doing this rather than selecting one module at a time and editing the Object Group? Current version of RoundTable we're using...
  9. J

    Can you launch a unix script inside progress code?

    Hi guys, I'm a complete novice when it comes to progress code so go easy on me.. More of a unix scripter... Is it possible to launch a .ksh script via progress code? If so can anyone give me an idea of how one would write that? Also can someone explain what SKIP does.. I'm reviewing some code...
Top