Unsupported Screen Size: The viewport size is too small for the theme to render properly.

How do I?

forums forums SQLyog Using SQLyog How do I?

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #8150
      Scottish
      Member

      I am trying to do a record count on a filtered MySQLTable (DAC for MySQL) within Delphi7. When I look at the record count on the filtered table it comes up with the total amount of records disregarding the filter. What am I doing wrong?

      My code goes like this:

      MySQLTable1.Active := True;

      MySQLTable1.Filter := 'SupplierNo = ''ABC''';

      MySQLTable1.Filtered := True;

      Edit1.Text := IntToStr(MySQLTable.RecordCount);

      In a Delphi DBGrid, the results are good, but the recordCount isn't.

      😮

    • #14846
      Ritesh
      Member

      As I see, it is not the correct forum to post your question 😡

    • #14847
      Scottish
      Member

      Sorry, I'm new at this. (Next you'll be asking me to go and get a left-handed screwdriver or a bucket of steam!).

      Where should I aim this question?

      Thx in advance

      😕

Viewing 2 reply threads
  • You must be logged in to reply to this topic.