Search:

Type: Posts; User: Roselene

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    1,096

    Thanks

    Hi, folks

    Thanks for taking the time to help me. I could solve my problems by using the info you have told me about.

    Thanks again!
    See you, Roselene
  2. Replies
    4
    Views
    1,096

    Hi, folks! I'm receiving the following error...

    Hi, folks!

    I'm receiving the following error message
    "Run time error '3246' - this action was cancelled by an associated object"
    when clicking a button which runs the line...
  3. Replies
    8
    Views
    835

    Damonous: I've tried you suggestion, but have...

    Damonous:

    I've tried you suggestion, but have received the error message:
    User defined type not defined
    regarding to the expression CrystalReport1 in the line:

    Dim Report1 as New...
  4. Replies
    8
    Views
    835

    bsmith, Yes, I'm running Crystal reports from...

    bsmith,

    Yes, I'm running Crystal reports from the VB program. There are 2 option buttons (Same name, different indexes) in a form in order to allow the user tho choose which report he/she wants to...
  5. Replies
    8
    Views
    835

    Bsmith, Thanks for taking the time to help me....

    Bsmith,

    Thanks for taking the time to help me. Could you please give me any further information? I'm afraid I can't understand your suggestion.

    Thanks again,
    Roselene
  6. Replies
    8
    Views
    835

    Hi, everybody! I'm using 2 text boxes in a...

    Hi, everybody!

    I'm using 2 text boxes in a form as criteria to a SQL which feeds a Crystal reports. It's working nice, the problem is that I'd like the contents of the 2 text boxes (which are the...
  7. Thanks a lot!

    Glen and Serge,

    Thanks a lot for helping me.
    Glen, I was saving data with the report, now I can see the result of my SQL Statment.
    P.s. I'm using CRW32 4.6.1.116
    Is this version very old?
    ...
  8. Hi, everybody! I'm using the command:...

    Hi, everybody!

    I'm using the command:
    MyCrystalReportsControl.PrintReport

    to display my report to the user. The problem is that the report appears too small. How can I get it to appear using...
  9. Replies
    1
    Views
    526

    Hi, everybody! I've just started working with...

    Hi, everybody!

    I've just started working with Crystal Reports. Have made one and been trying to change the SQL which feeds it, but have been unsucessful so far.

    I choose the option -Show SQL...
  10. Replies
    2
    Views
    395

    netSurfer, It works beautifully and you've...

    netSurfer,

    It works beautifully and you've helped to solve another problem. As usual, I must say!

    Thanks very, very much!

    Best wishes, ;)
    Roselene
  11. Replies
    2
    Views
    395

    Hi, everybody! I have a DataGrid which...

    Hi, everybody!

    I have a DataGrid which contains 2 columns. I’d like the user to not be allowed to add or change data in the 1rst. one, since it'll be filled by code.

    The user also would be...
  12. Replies
    121
    Views
    11,922

    Hi, folks! I'm working with my 2 first...

    Hi, folks!

    I'm working with my 2 first projects in VB.
    They are going to deal with:

    A)Data related to calibration of equipment, like sieves, crushers, thermometers, etc ...

    B)Data related...
  13. Replies
    4
    Views
    626

    Hi, folks. To Bigley and Martin Liss:...

    Hi, folks.

    To Bigley and Martin Liss:
    --------------------------

    Thanks very much for taking the time to help me, I really appreciate that.

    To Bigley
    ----------
    I don't know how to use a...
  14. Replies
    4
    Views
    626

    Hi, everybody! I'm trying to use Functions...

    Hi, everybody!

    I'm trying to use Functions like MAX, IIF and DateADD in my SQL statment. is it possible?

    Set MyDb = OpenDatabase("MyFile.mdb")
    MySqlString = "SELECT Calibrations.RealDate,...
  15. Andrew, I've used your suggestion and now it's...

    Andrew,

    I've used your suggestion and now it's working beautifully.

    Thanks very much for taking the time to help me with such an useful answer. :-)


    See you,
    Roselene
  16. Hi, everybody! I'm working with a form which...

    Hi, everybody!

    I'm working with a form which displays a Data Grid like this:
    =============================================
    Expected Calibration Date - Consummated Calibration Date...
  17. Replies
    1
    Views
    471

    Hi, every body! I'm trying to use a dateadd...

    Hi, every body!

    I'm trying to use a dateadd expression in a SQL statment, but I'm having problems cause this function calls for a parameter between double quotes:
    eg.
    dateadd("d", 1, date)

    My...
  18. Replies
    3
    Views
    1,619

    Martin and Mark, Thanks for taking the time to...

    Martin and Mark,

    Thanks for taking the time to help me.
    I was using those properties on the wrong way. Now, I'm using a code like this in my "Add New" button:
    MyDataGrid.Enabled = True
    ...
  19. Replies
    3
    Views
    1,619

    Hi, folks! I've added a Datagrid control to my...

    Hi, folks!

    I've added a Datagrid control to my form and have set its properties like this:
    AllowAddNew = false
    AllowDelete = false
    AllowUpdate = false, on the form load event

    There's a...
  20. Replies
    3
    Views
    511

    Roger, Thanks for taking the time to help me....

    Roger,

    Thanks for taking the time to help me. I really appreciate that.

    I've tried
    Dim MyADORecSet As Recordset
    Set MyADORecSet = New Recordset
    MyADORecSet.OpenRecordset "Select * from...
  21. Replies
    0
    Views
    382

    Hi, everybody! I have an ADO Control which has...

    Hi, everybody!

    I have an ADO Control which has nothing set for its recordsource in the window property.

    I'm trying to set this property using code:

    Private Sub Form_Load()
    Set MyDb =...
  22. Replies
    3
    Views
    511

    Hi, everybody! I have a Table which is the...

    Hi, everybody!

    I have a Table which is the record source of an ADO Data Control. I'd like to refer to a field in this table using the ADO Control.
    So, I've tried:
    MsgBox...
  23. Replies
    5
    Views
    647

    Karun, This way works also. I guess we can use...

    Karun,

    This way works also. I guess we can use this command with other keys:
    SendKeys "{End}"
    SendKeys "{home}"
    SendKeys "{enter}" and so on?

    Thanks for helping,
    Roselene
  24. Replies
    2
    Views
    456

    Hi, people, I have a SQL statment as record...

    Hi, people,

    I have a SQL statment as record source of a DATA Control. I'm trying to insert a space between 2 fields, using this SQL:

    If I use:
    SELECT GroupID, GroupCode & GroupDescri AS Expr1...
  25. Replies
    5
    Views
    647

    Mark, It works beautifully. Thanks for taking...

    Mark,

    It works beautifully. Thanks for taking the time to help me.

    Roselene
  26. Replies
    5
    Views
    647

    Hi, again! Is there anyway to set the focus to...

    Hi, again!

    Is there anyway to set the focus to a text box, at the end of its text?
    Eg.
    Textbox: 95LT
    I'd like the cursor to be after the T, instead of before the 9, in order to avoid having to...
  27. Replies
    0
    Views
    470

    Hi, folks! How are you? I have a form to...

    Hi, folks!

    How are you?

    I have a form to receive equipment data. These data are: EquipmenteGroup, EquipmentTAG and EquipmentDescription.
    I'm using a DataCombo Control to deal with the...
  28. Replies
    5
    Views
    529

    Bsmith, Thanks for helping! It's seems to be...

    Bsmith,

    Thanks for helping! It's seems to be so simple, now that you've already given me the solution :-)

    See you,
    Roselene
  29. Replies
    5
    Views
    529

    Bsmith, Thanks for helping! It's seems to be...

    Bsmith,

    Thanks for helping! It's seems to be so simple, now that you've already given me the solution :-)

    See you,
    Roselene
  30. Replies
    5
    Views
    529

    Bsmith, Thanks for helping! It's seems to be...

    Bsmith,

    Thanks for helping! It's seems to be so simple, now that you've already given me the solution :-)

    See you,
    Roselene
  31. Replies
    5
    Views
    529

    Bsmith, Thanks for helping! It's seems to be...

    Bsmith,

    Thanks for helping! It's seems to be so simple, now that you've already given me the solution :-)

    See you,
    Roselene
  32. Replies
    5
    Views
    529

    Hi, everybody! Is there a way I can simulate a...

    Hi, everybody!

    Is there a way I can simulate a click on a button?

    Inside one button click event, I'd like to call another button click event, but if I use the line
    Private Sub...
  33. Replies
    2
    Views
    1,483

    taLON, Thanks for taking the time and trouble...

    taLON,

    Thanks for taking the time and trouble to help me. I really, really appreciate that.

    yes, I've forgotten that the project will be turned into an .exe and that it's going to change their...
  34. Replies
    2
    Views
    1,483

    Hi, everybody! I have a button called "Save"...

    Hi, everybody!

    I have a button called "Save" which the user clicks on after entering all the data in my form.

    If the user adds a duplicate value, VB displays a message box:
    Run-time error...
  35. Replies
    4
    Views
    574

    Seaweed, Thanks for taking the time for...

    Seaweed,

    Thanks for taking the time for helping me.
    I'll give it a try!

    See you,
    Roselene
  36. Replies
    4
    Views
    574

    Hi, everybody! Is there a way I can use to...

    Hi, everybody!

    Is there a way I can use to find out what of two buttons was the last one to be clicked?

    I've got a button for "Changes" and a button for "New record" and I'd like my button...
  37. Replies
    5
    Views
    726

    Mark and Frederik, Thanks very much for you...

    Mark and Frederik,

    Thanks very much for you attention and for taking the time to help me!

    No error messages, even using the command
    DB.Execute (strSQL), dbFailOnError

    I’d like to bring up a...
  38. Replies
    5
    Views
    726

    Hi, people! I’m trying to cope with an odd...

    Hi, people!

    I’m trying to cope with an odd problem:
    I’m using the following line in order to update a table field:
    DB.Execute ("UPDATE MyTable SET MyField = " & Pesq(0) & " where counter = " &...
  39. Replies
    5
    Views
    600

    Hi, Thanks Buzby! Thanks Mark! I'll give...

    Hi,

    Thanks Buzby!
    Thanks Mark!

    I'll give a try for both ScreenCam (if I can download it, it's been hard so far) and Demoshield, cause I am curious to know how these softwares work. In case I...
  40. Replies
    5
    Views
    600

    Hi, people! I’d like to know if it’s possible...

    Hi, people!

    I’d like to know if it’s possible to create an "animate" demo for my little VB System. I have heard that there’s a software that you can use to "record" the operations you do while...
Results 1 to 40 of 80
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width