MI-L EditText help

2004-07-30 Thread JCrouse
I have been unsuccessful in my attempt to develop code to import values from a dbf file to my dialog box. I have 67 different text boxes that I would like to population with a decimal value. Currently, I am entering it manually but would like to be able to have these boxes be filled from another

MI-L Fetch Issues

2004-06-15 Thread JCrouse
Can anybody explain how to select one row from a table so that I can create a buffer around that record to do a within calculation with another file. I have tried to use the fetch statement but think I am doing it wrong. Ultimately, I will be taking all records and calculating a distance from one p

MI-L Radio Group help

2004-05-21 Thread JCrouse
I am trying to use the radiogroup control. I have 4 choices to choose from. If the answer is wrong, I have it note that it is incorrect. I then want it to preserve the dialog with the question and choices so you can make another selection.. Below is the code I have now, minus my attempt at pres

MI-L RadioGroup

2004-05-20 Thread JCrouse
I am creating an educational app in MapBasic. I have a dialog that appears with several buttons. When you push the button a radiogroup with four choices appears. What I want it to do is create a Note statement "Incorrect" if the choice is wrong and preserve the dialog with the radiogroup for the

MI-L Using MultiListBox

2004-05-13 Thread JCrouse
I am trying to use a multilistbox to show all open tables so I can select several of the tables to close. I am having trouble understanding how it will go through the open tables to see which ones are selected to then close them. Any help would be appreciated. Can anyone help? TIA John -

MI-L Using edittext control

2004-05-05 Thread JCrouse
I am trying to use the EditText control to enter in values to use later in the program to update a column. Each value will be a decimal value somewhere between .000 and 1.000. Each value will be multiplied by an Integer column in an existing table. When I try to update the column, it tells me th