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 TouchToneTommy 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: *

  1. rotomd

    Passing Date variable from VB to crystal

    ok, I figured it out.. you have to pass the date field like this.. .Parameter(0) = "date_parameter;Date(YYYY,MM,DD);True"
  2. rotomd

    Passing Date variable from VB to crystal

    crystal reports 8.5 and I'm using crystl32.ocx
  3. rotomd

    Passing Date variable from VB to crystal

    The error is "invalid parameter" I'm thinking now I might have my parameter field indexes messed up. is there any way to find out the exact index of a parameter (i know it's based on when they parameter was created)...?
  4. rotomd

    Passing Date variable from VB to crystal

    Do I need to do anything special for this? I keep getting parameter errors when I try this code... the two date parameters are set as dates in crystal. Private Sub Command1_Click() Dim sd, ed As Date Dim sp As String Dim cr As CrystalReport If sales_person_combo.Text = "" Then...
  5. rotomd

    VB & Crystal paramater prompt problem

    OK, I have found the solution! DiscardSavedData must be set to false and then it will not prompt you.
  6. rotomd

    VB & Crystal paramater prompt problem

    when I try .EnableParameterPrompting = False there is an error that it can not find the method. Is it possibly that I'm missing a .dll file? when I run depends.exe on the file I recieve this list: CRPE32.DLL OLEPRO32.DLL VERSION.DLL KERNEL32.DLL USER32.DLL OLE32.DLL ADVAPI32.DLL OLEAUT32.DLL...
  7. rotomd

    VB & Crystal paramater prompt problem

    Hmm, moving the .discardsavedData didn't change my program...
  8. rotomd

    VB & Crystal paramater prompt problem

    no subreports. par is a string. it's odd when i use .ParameterFields(0) = "par;" & test & ";true" it doesn't even show my entered text in the crystal parameter box, but when I use .ParameterFields(0) = "par;" & test & ";false" it does show my entered text in the parameter prompt box. I'm not...
  9. rotomd

    VB & Crystal paramater prompt problem

    I tried both true and false as a third argument and the prompt is still displaying.
  10. rotomd

    VB & Crystal paramater prompt problem

    I'm trying to pass variable from visual basic over to a crystal report parameter and that works fine, unfortunetly as soon as the report loads I am prompted to enter the variable again in the "Enter parameter fields" box. Is there anyway I can disable the parameter field box? I am using...
  11. rotomd

    HP StorageWorks / Backup Exec Issue

    I'm having an issue where whenever I insert a tape into the storageworks drive it reads the tape for aprox 30 seconds. Then as soon as it's finished reading the tape, it ejects the tape. I think this is more of a tape issue since i've stopped all the backup exec services and still get the same...

Part and Inventory Search

Back
Top