Results 1 to 3 of 3

Thread: IDC and counting

  1. #1
    Mikkel Olsen Guest

    IDC and counting

    When I have made a query with IDC, how can I make a counter in the .htx-file, which tells me if there was no query-results ?

  2. #2
    Fred Kukuliansky Guest

    IDC and counting (reply)

    Use the following statement:
    <%Begindetail%>
    ...
    <%EndDetail%>
    ...
    <%if CurrentRecord EQ 0%>
    ...
    On 6/26/98 3:20:59 AM, Mikkel Olsen wrote:
    > When I have made a query with IDC, how can I make a counter in the
    > .htx-file, which tells me if there was no query-results ?

  3. #3
    Guest

    IDC and counting (reply)

    On 6/29/98 1:09:01 AM, Fred Kukuliansky wrote:
    > Use the following
    > statement:
    <%Begindetail%>
    ...
    <%EndDetail%>
    ...
    <%if CurrentRecord EQ
    > 0%>
    ...
    Thank you, very much.....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •