Find or Search Function

2010-08-11 Thread Ted Mills
Does anyone know of a tutorial showing how to create a search function or a find function that can be used to search all cards in a stack for a certain word that may be in all fields and then going to that card as well as have next and previous functionality to find each instance of the search? I

Re: Find or Search Function

2010-08-11 Thread Ted Mills
Thanks for the response's. I will give it a shot and see what happens. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Find-or-Search-Function-tp2321792p2321929.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Estimate/Quotation program, help me please.....

2010-07-24 Thread Ted Mills
Al, Here's some basic screen shots showing what it would look like: Step 1 http://runtime-revolution.278305.n4.nabble.com/file/n2301179/Step1.png Step 2 http://runtime-revolution.278305.n4.nabble.com/file/n2301179/Step2.png Step 3

Setting the contents of a field

2010-07-24 Thread Ted Mills
I am trying to set the contents of a label field based upon a selection from a 2 button radio button group, this is what I have but it doesn't work: if the hilite of btn Radio3 of group 1223 is true then set the contents of Label Field 40 to Yes else set the contents of

Re: Setting the contents of a field

2010-07-24 Thread Ted Mills
Does it matter if the radio group is on one card and the field is on another? For some reason that did not work. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Setting-the-contents-of-a-field-tp2301363p2301365.html Sent from the Revolution - User mailing list

Re: Setting the contents of a field

2010-07-24 Thread Ted Mills
Thanks for the advice on using numeric names with objects. I am extremely new and trying to learn how to use Runrev on my own. Regarding the scripting this is what I have now using your B example: if the hilite of btn Radio3 of group id 1223 is true then put Yes into Field fldCompreq of card

Re: Setting the contents of a field

2010-07-24 Thread Ted Mills
I am not getting a runtime error but the field on card id 1176 is not changing either but is placed on the field on card 1176. I do not have it on a mouseup handler either. Should it be? And should the code be placed on the radio button group instead? -- View this message in context:

Re: Setting the contents of a field

2010-07-24 Thread Ted Mills
Mark- Thank you so much for your help. That worked perfectly. As I am trying to teach myself I am reading all over the web and pdf documents as well as using the sample scripts I come across, but not knowing the terminology is hanging me up. Thanks again for your help, now it's time to move on

Re: Setting the contents of a field

2010-07-24 Thread Ted Mills
I had not seen it, but looks like it will definitely be a good resource in my quest to learn to program. Thanks again for your patience... -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Setting-the-contents-of-a-field-tp2301363p2301389.html Sent from the

Check Boxes in Revolution

2007-05-03 Thread Ted Mills
I purchased revolution months ago and have been unable to work with it much until now. This is probably elementary but I was wandering if it was possible to link a checkbox to a dropdown selection within revolution. In other words, if a selection is made from a drop down box, can a disabled

Re: Check Boxes in Revolution

2007-05-03 Thread Ted Mills
Thanks, That worked perfectly. One question though, In your code: on menuPick pItem if pItem None then enable btn chkLight set hilite of btn chkLight to true put Light pItem into fld txResult else disable btn chkLight set hilite of btn chkLight to false put empty into fld

Re: Check Boxes in Revolution - Issue Resolved

2007-05-03 Thread Ted Mills
I have found my error with the check boxes, I just needed to disable other portions and had forgotten to do that. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Changing Combo Box

2006-11-16 Thread Ted Mills
Is it possible to cause the values within a combo box to change if a check box or option button is selected? I have 2 lists of options like this: Vertical 2 Cylinder Vertical 3 Cylinder Vertical 4 Cylinder Horizontal 2 Cylinder Horizontal 3 Cylinder Horizontal 4 Cylinder And I need an Option

Linking fields

2006-11-15 Thread Ted Mills
Does anyone know if it is possible to use a set or put statement to place a fields text into another field? Also is this possible from another card. I have a combo box that sets the text of a field to a certain value and I need a field on another card to show that same value but I am not having

Re: Linking Fields

2006-11-15 Thread Ted Mills
In the example submitted in my last question about linking fields from card to card: put fld thisField into fld thatField of cd 2 or set the text of fld thatField of cd 2 to fld thisField In this example data is being placed in a field on cd 2, I would like to go the other way (data from card 2