cancel
Showing results for 
Search instead for 
Did you mean: 

How can i make formated search for check box?

Former Member
0 Kudos

Hy, all!

How can i make formated search for check box?

I try to make a formated se. with sandard steps, but i cant handling the check box items.

After then i made a query like this:

SELECT 'Y' , and save them.

And i inserted a row to CSHS table which contain the form, item, query, ect. ID-s.

After then the little loupe icon was appear, but it do nothing...

Have anyone idea what ive taken wrong.

Or it is possible to do this anyway?

Thanks.

Ciao!

Lanchèl.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please let me know in what form the check box is, which one, what for (formatted search to upadate what field) so i can simulate it. Thanks

Former Member
0 Kudos

Hy Dody!

Theres no concrete check box. I think the only clue is that what the return value of SELECT, if check box able to handling the formatted search. I guess, dont. And need to use UI API to do this...

Bye,

Lanchè

Former Member
0 Kudos

Hi Laszlo,

It is possible to asign a formated search to a combobox using the standard way. Just select the combo, close the options, and it will be selected (background color is yellow). Then click Shift+F2 and asign the values or the select.

What is important to know, is that the select or values should return the code of the combo possible values instead of the text is displayed. Use the debugging info in order to know the code of the values.

Hope helps,

Ibai Peñ

Former Member
0 Kudos

Hello Ibai!

Thanks your answer! But id like to create a formatted search to a check box and not to combo box.

The first problem is that you cant select the check box item to do the standard way (ShiftAltF2). (The previous field stay be "background yellowed".)

After i inserted a record to table CSHS (which point to check box) the little loupe icon was appeared but the result of SELECT do nothing. I tried use SELECT 'Y'; SELECT 'N'; SELECT 1; -1; 0... But check box dont get the value true or false...

Thanks

Ciao!

Lanchè

Former Member
0 Kudos

Sorry!

Must open my eyes more before reading.

I havent seen any formatted search for a check box.

Did you try SELECT 'T' or true... ?

I suppose you did it so, you will have to make another aproach.

Regards,

Ibai Peñ