Recent content by HomeDawwg

  1. H

    How to tell which browse rows are in "view"

    Thanks for the reply RealHeavyDude, helped a great deal!
  2. H

    How to tell which browse rows are in "view"

    Hi all, I have a browse in CHUI, and im trying to show a small display at the bottom to let the user know whether they are : - at the bottom of the list - at the top of the list - or if there are more results further down (need to scroll). Is there a way to see whether the last item in the...
  3. H

    Tomorrow's date

    Thanks Paul. For some reason i thought TODAY + 1 wouldnt work...its been a long week :p
  4. H

    Tomorrow's date

    Im hoping there is an easy solution to this, i cant see a way to do it. I basically just want the date of tomorrow (Similar to the TODAY function, but a day in advance). Any ideas? Ta, Darren
  5. H

    Locking Issues

    Yes i do this, not because i think its good practise, but because im working on a very large and mature program. I have been asked by other developers to always use find first, i dont know the reasoning but thats what im told to do. In the example i gave i tried to keep it simple and left out...
  6. H

    Locking Issues

    Thankyou for your reply Tom. You are indeed correct, Table A is scoped to Program B at procedure level. This is the basic structure of program B. Program B: FIND FIRST Table A WHERE RECID(Table A) = p_TableA NO-LOCK NO-ERROR. RUN Program C(updates a value in TABLE A). REPEAT: Do some...
  7. H

    Locking Issues

    Hi Guys, Il try and explain my situation as best i can. I have Program A which calls Program B. Program A is basically a browse widget for Table A. Program B runs in batch mode, independantly of Program A. Program B makes changes to Table A. However within Program A, changes made to Table...
Back
Top