Search results

  1. R

    using string as code

    Hi everybody, I have a problem. I need to use a string as code, something like this: strFormName = "MyForm" strControlName = "MyControl" Form_strFormName!strControlName.Visible = False Is it possible? Someone already had to do this?
  2. R

    Using string as code

    Hi everybody, I have a problem. I need to search the name of a form into a table and use them to construct my code. Like this: strFormName = "MyForm" strButtonName = "MyButton" Form_strFormName!strButtonName.Visible = False And it need to make the button "MyButton" on the form "MyForm"...
  3. R

    Loop with SQL result

    hi, I'm new here and my english is not good (I'm sorry). However, I have a doubt that I can't resolve: I wanna make a "Loop" using the lines of a querry, but I don't wanna use a Form to do this because it is too slow. I like something like that: DomCmd.RunSql SQLstring For i...
Back
Top Bottom