NetTalk Central

Author Topic: Check Box in a Browse  (Read 5047 times)

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Check Box in a Browse
« on: May 01, 2014, 03:31:55 PM »
I have two Browses off the same file and both include a True/False Field which is headed in the Browse as 'Graph' (means include this record in the Graph or not).

The definitions of these fields look identical - see BrowseSettings picture and the 'General Type' of each field is 'String' and Edit - Check Box'.

But when the Browse is displayed they are different - see Browse1 and Browse2 pictures.

Can anyone see what is happening here?

Thanks

Keith

[attachment deleted by admin]
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Check Box in a Browse
« Reply #1 on: May 01, 2014, 11:48:16 PM »
Hi Keith
I'm assuming you don't want the checkbox in browse 2.
Look at the conditional tab for the field. You have probably got a display option with an image to display
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: Check Box in a Browse
« Reply #2 on: May 02, 2014, 02:16:00 AM »
Hi Terry, thanks for looking at this.

I want the checkbox to look the same in both browses.  In Browse2 there is this unexpected double field - you can check both the little tick box and the 'Yes'/'No' and this one is obviously not much use.

I have looked at the Conditional tab and there are not settings there.

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Check Box in a Browse
« Reply #3 on: May 02, 2014, 05:45:34 AM »
perhaps read the generated code to see what's going on. Or post an example.

cheers
Bruce

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: Check Box in a Browse
« Reply #4 on: May 02, 2014, 08:23:55 PM »
Hi Bruce

Here is a test app.  I have left the graphs in it because they show the other problem thread that you are looking at - lining up the graph windows.

This app uses the InMemory driver.

Thanks

Keith

[attachment deleted by admin]
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Check Box in a Browse
« Reply #5 on: May 05, 2014, 12:31:29 AM »
ok, the problem is that you've got 2 browses, on the same data, on the same page - with EIP. so the identifier (which is using the field as a hint) is clashing.
I've extended 8.11 to include the procedure name in the CRC, so it should be ok if you use that.

cheers
Bruce

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: Check Box in a Browse
« Reply #6 on: May 05, 2014, 02:06:08 AM »
Thanks Bruce, I'll wait for 8.11

Another question on that - will 8.11 implement the EIP Checkbox as just the checkbox or the '<tick>Yes/<cross>No' format?  I much prefer the little checkbox (or maybe you can choose?).

And sorry about wasting your time on the positioning of the graph question.  I actually knew that but must have been brain dead at the time.

Cheers

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Check Box in a Browse
« Reply #7 on: May 05, 2014, 09:48:40 PM »
>> will 8.11 implement the EIP Checkbox as just the checkbox

you can already choose which you want. Turn off the option to "Use jQuery Button".

cheers
Bruce


Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: Check Box in a Browse
« Reply #8 on: May 11, 2014, 04:39:33 PM »
Bruce, when I un-ticked  'Use jQuery button' I got beautiful little check boxes only and everything is fine.  So don't have to wait for 8.11.

Cheers

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27