NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Keith on May 01, 2014, 03:31:55 PM

Title: Check Box in a Browse
Post by: Keith 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]
Title: Re: Check Box in a Browse
Post by: terryd 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
Title: Re: Check Box in a Browse
Post by: Keith 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
Title: Re: Check Box in a Browse
Post by: Bruce 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
Title: Re: Check Box in a Browse
Post by: Keith 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]
Title: Re: Check Box in a Browse
Post by: Bruce 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
Title: Re: Check Box in a Browse
Post by: Keith 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
Title: Re: Check Box in a Browse
Post by: Bruce 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

Title: Re: Check Box in a Browse
Post by: Keith 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