Search results

  1. P

    how can i tab off to another textbox?

    Suppose i have one form in which i have one more form pasted. when i tab off the textboxes of first form, i want the tab to go to the textboxes of another form. At present, it goes back to the first textbox in a form instead of going to the first textbox in subform. How can i do this ? help urgent
  2. P

    combobox in continuous forms

    I created one form with property Default View=COntinuous forms There is one combobox in this form which takes values from one table. Whenever i select the value in this combobox,it goes into another table with 3 fields:playerid,casinoid,playernumber (playerid and casinoid are composite primary...
  3. P

    duplicate values in dropdown:MOST URGENT

    I am getting the error in a grid which has combobox. This combobox allows only to select unique values from the list. Whenever i selects the same value in another combo which is already selected in the grid, its shows the popup with the below message and makes us not to click anywhere else in...
  4. P

    error while selecting duplicate value from combo

    I am getting the error in a grid which has combobox. This combobox allows only to select unique values from the list. Whenever i selects the same value in another combo which is already selected in the grid, its shows the popup with the below message and makes us not to click anywhere else in...
  5. P

    how to clear values in dropdownbox

    How can i clear the values in the combobox when some event occurs ? i searched this everywhere but no solution found.
  6. P

    not-editable combo

    how can i make the combo like the user cannot enter the vales into that? i want the user to only select the values from combo.He should not be able to enter values into it.
  7. P

    how to get values in combobox after selection

    I have 2 comboboxes. i select the value from one combobox. i want the second combobox to be filled with the values corresponding to the selected value in first combo. first combo is bound with some other table and second combo takes vales from some other table. How can i do this?
  8. P

    how can i limit text in textbox?

    How can i limit the user to enter the text in a textbox on a form? suppose i want the user to enter only upto 20 chars in a textfield.
  9. P

    display text on report from form

    Can anybody tell me this: i want one textbox on form to be entered by user.When this form is submitted, enteredf text on form must be displayed in report. How can i do this ?
Back
Top Bottom