Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: saramaia
  • Order by date
  1. saramaia

    Controls.Add OCX ??????

    What about add a form that it´s on a different dll? Is this possible? Basically, what i wanted was independency between different modules. Thanks in advance. Sara
  2. saramaia

    Controls.Add OCX ??????

    Hi I want to add a User Control to my form. If i have the userControl in my form i simply do this Controls.Add "Main.usrControl", "MyControl" Controls.Item("MyControl").Visible = True So far so good. The problem is there are other user controls in other projects I wanted to add to my form...
  3. saramaia

    Import OCX or DLL

    Can´t open the projects in my computer... :( Ocx/versions problems... Any extra help you can give me? Sara
  4. saramaia

    Import OCX or DLL

    Hello... To build an application where there is a toolbar in the left side of the form with buttons and depending on the button clicked open a diferent "thing" on the right side of the form... what is the best thing to do? Import a dll or a ocx?? Can i import in a form one ocx that is inside...
  5. saramaia

    MDIForm receive focus when MDIChild closes

    Thanks a lot Bob... You really got my point... I know what to do now. :) Thanks again Sara
  6. saramaia

    Hide maximize button in MDIForm

    Great. It worked. Thanks ;)
  7. saramaia

    MDIForm receive focus when MDIChild closes

    Pick the example I gave in the first thread... When the user clicks "OK" in the MDIChild i want to do somwthing in the MDIForm.... My question is? How does the MDIForm knows that the "OK" button in MDIChild was pressed? THe way it is right know, i press OK and then i don´t know where the...
  8. saramaia

    MDIForm receive focus when MDIChild closes

    But is there any work around for this?
  9. saramaia

    Hide maximize button in MDIForm

    Hi! Can anyone tell me how I disable the maximize button from a MDIForm? Thanks in advance Sara
  10. saramaia

    MDIForm receive focus when MDIChild closes

    Thanks Harleyquinn and vladk ... but what i really wanted to know was what event is fired in MDIForm when i close MDIChild.. Hope i made myself clear.. :) Thanks in advance.. Sara
  11. saramaia

    MDIForm receive focus when MDIChild closes

    Hi! I am doing a simple application where I have a MDIForm and a MDIChild (Which is a login/password window). When I press "OK" in the MDIChild i unload the MDIChild but i can´t find any event on MDIForm that allows me to go get the login/password introduced... Any idea how i do this? Thanks...
  12. saramaia

    Cannot open SQL Server

    Hi! I have a VB form that calls a Crystal Report. When i try to view the report, the folowing error occurs: "Cannot open SQL server". Does anyone know why this happens?
  13. saramaia

    Set focus on Excel file when visualizing it

    Hi! In my report i have a button to generate an excel file and another one to visualize it. When i visualize it, Excel (application) opens and shows the file. But the thing is the focus does not stay on Excel and goes to another application. Is there a workaround for this?? Thanks in advance Sara
  14. saramaia

    Format Excel File generated

    Hi! In my crystal report i have an option to generate a excel file. My question is: can i format the excel file generated. Example: place the title in the middle and use a different font size, use a smaller font for the rest of the file... Is this possible?? Thanks in advance Sara
  15. saramaia

    Draw images and control each part

    Hi! I wanted to draw an image.. (say a person) and then be able to click on certain parts (leg, arm, etc) and change it´s color... Right now i have no idea how to do this. Can anyone give me an idea?? Thanks in advance Sara
  16. saramaia

    INclude form form dll onto another form

    Hi! I have a form that has two distinct parts. The left part are icons that represent actions (add, remove, etc). In the right side i want to call a form from a dll i´ve developed depending on the action chosen. Can anyone help me with this? Is it a dll i have to develop? The one that contains...
  17. saramaia

    Execute procedures

    Hi everyone! I´m trying to execute a procedure in Business Objects. For that, in the main window, instead of choosing "Universe" i choose "Others" and them, from the combo box, i choose stored procedures. The thing is, when i click the Next Button, no connection appear for...
  18. saramaia

    Executing procedures

    What do you mean: connection in my repository??
  19. saramaia

    Executing procedures

    Hi everyone! I´m trying to execute a procedure in Business Objects. For that, in the main window, instead of choosing "Universe" i choose "Others" and them, from the combo box, i choose stored procedures. The thing is, when i click the Next Button, no connection appear for...
  20. saramaia

    Obtain name of weekday through a date in string format

    Hello!! I´m trying to obtain the day of the week (eg. Monday, Tuesday.. ) giving an argument that is a date but in the string format. Any idea how I can do this? I´m trying something like ToDate=("15-11-2002" ,"dd-mm-yyyy"). But when i use the dimension i get the...

Part and Inventory Search

Back
Top