Re: MI MB: can one control be made dependent on the output of another control in db

1999-08-12 Thread Anssi Joutsiniemi
Rajeev, ListBoxes doesn't have Calling clause so you need user activity (to push button, double click or so) to move selected items from one listbox to the other. Try compiling following code. Regards, Anssi '* Declare Sub Main Declare Sub Main_chk

Re: MI MB: can one control be made dependent on the output of another control in db

1999-08-12 Thread PEM
Hi Rajeev, Listboxes do have a Calling clause that activates a handler, when a change is mad to the Here is the syntax for this control. Control { ListBox | MultiListBox } [ Position x , y ] [ Width w ] [ Height h ] [ ID control_ID ] [ Calling

Re: MI MB: can one control be made dependent on the output of another control in db

1999-08-12 Thread Anssi Joutsiniemi
Rajeev, Peter, others Sorry about my misleading information about Calling clause. Peter is right, I didn't bother to check and mixed up w/ EditText. Here is the code once again. Regards, Anssi '* Declare Sub Main Declare Sub Main_chk Global sValue(10),