Recent content by Charter

  1. C

    Calling a Function in a Procedure

    End. End. End procedure.
  2. C

    Calling a Function in a Procedure

    True Text of Error Msg "**Unknown Field or Variable name -
  3. C

    Calling a Function in a Procedure

    oooops sorry! here is my function that I would like to be called by a procedure: VIEW-AS ALERT-BOX INFO BUTTONS OK.
  4. C

    Calling a Function in a Procedure

    201 is just the error message number and currPeriod is : RETURNS INTEGER (INPUT currperiod AS INTEGER, INPUT invPeriod AS INTEGER): in the function itself. Thanks
  5. C

    Calling a Function in a Procedure

    hmmmm.....this is what I have... Both have been defined as input integers in the function.. whats going on?!?! :)
  6. C

    Calling a Function in a Procedure

    awesome! thanks :) what would I define lv-MyVar as ? integer or param etc?
  7. C

    Calling a Function in a Procedure

    Hi guys, I'm new to progress.... I've created a function and I was wondering what the syntax to call this function in a procedure would be? the function is just doing a calculation... thanks!
  8. C

    *NEWBIE* Just saying "Hello World"

    Hi JmAC13! Yeah I was annoyed to realise that there is very little progress support on the net - however a colleague of mine recomended this site...So far thing look promising on here however I wish the response time was sooner rather than later :) How long have you been working with progress for?
  9. C

    HELP!!! Calculating the last 6 Financial Periods from TODAY :(

    Re: Financial Period -1 to get nxt periods Month 201112 -1 March 201111 -1 Feb 201110 -1 Jan 201109 -1 Dec 201108 -1 Nov 201107 -1 Oct 201106 -1 Sept 201105 -1 Aug 201104 -1 Jul 201103 -1 Jun 201102 -1 May 201101 -89 Apr
  10. C

    HELP!!! Calculating the last 6 Financial Periods from TODAY :(

    Help!!! Can someone please help and point me in the right direction!?!?
  11. C

    Calculating 6 months backwards from todays date

    Thanks rzr - Thats great ! ;)
  12. C

    Calculating 6 months backwards from todays date

    Thanks Stefan! I didn't think of using minus iLoop! However my only concern is that I want the output to be placed inside a temp table tt-report in the turnover field. so i get the output something like: Apr 11 May 11 June 11 Jul 11 Aug 11 Sept 11 £13923 £15463...
  13. C

    Calculating 6 months backwards from todays date

    Hi, A report needs to run every 6 months in the past from todays date. So were in Month 09 (sept) so If I ran the report today i should get the output for the last 6 months 02 04 05 06 07 08. and then i would like it to be displayed in my temp-table The code I am is caclulating the future -...
  14. C

    *NEWBIE* Just saying "Hello World"

    Thanks! :)
  15. C

    *NEWBIE* Just saying "Hello World"

    Error 91 has been driving me ccraazzzyy all afternoon.... **No srnames record is available. (91) can you spot my error??? :confused: /*------------------------------------------------------------------------------ Purpose: Checks the values of tt-lognumber, sets cErrorMsg if there's a problem...
Top