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 Wanet Telecoms Ltd 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. saramaia

    Hide maximize button in MDIForm

    Hi! Can anyone tell me how I disable the maximize button from a MDIForm? Thanks in advance Sara
  4. 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...
  5. 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?
  6. 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
  7. 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
  8. 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
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. saramaia

    Combo box property !!

    Hi.. I have a combo box in my form that has a specific size that cannot be changed. The thing is: some of the items of the combo are larger than the combo size... Do I have a way of showing the complete sentence instead of only the one that has the size of the combo?? Hope i made myself...
  14. saramaia

    Change chart legends !!

    Hi! I was wonderind if i can change the chart legends! Thanks Sara
  15. saramaia

    No link between tables!

    Hi! I have a report that includes 2 tables. But they don´t have a natural join between them. We could say they are agregated tables. I wanted to the a report which counted me hoe many records of a certain type i have in each one of those tables. Basically, what i wanted was something like...
  16. saramaia

    Change legends caption in charts!

    Hi! Can anyone tell me how to change the caption of then legends of charts? Thank you Sara
  17. saramaia

    error meaning!

    Hi! I´m trying to create the following formula: Count (ToNumber ({RAID_T_FR_203.C0COUNT}),{RAID_T_FR_203.C7POI} ) where both fields are VARCHAR2. But i obtain the following error when checking syntax: "The summary / running total field could not be created" Can someone tell me...
  18. saramaia

    Hi! I need to make a simple tabl

    Hi! I need to make a simple table and rows are several dates. I have a group for this in the field DATE. For each date i show different values, namely, number of times that date ocurs in the table. I inserted this value as a grand summary. In the end of the table i need to divide a certain...
  19. saramaia

    Calculate the sum of a varchar field containg numbers...

    Hi! I have a field in my database table that is a varchar2 but will always contain numbers. How can i sum this value, considering it´s type is varchar2??? Thank you Sara
  20. saramaia

    Report with two tables!

    Hi! I need to do a report with two tables.. I made a group to the first one and made the table. But when i do the second group, he places it inside group 1 and i wanted it placed after group 1. How can i make this? Thanks Sara

Part and Inventory Search

Back
Top