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: vz
  • Order by date
  1. vz

    need help with string functions

    hi, I have a field with test numbers. Test numbers are 6 characters long, but in some cases I have more than one test number in the field so it ends up looking like this 123456123456123456. In that situation I have 3 test numbers and it would be easy for me to do the left, mid and right...
  2. vz

    scrolling

    is there a way to get an ms flexgrid to scroll down using code? thanks in advance
  3. vz

    timer datacontrol

    Is there a way or is it even possible to use the timer control or some other control to get it to refresh the vb abpplication or at least requery the databases every 5 minutes? thanks
  4. vz

    timer datacontrol

    does anyone have an example on how to use the timer data control? thanks in advance
  5. vz

    Paramters

    Is there a way to do this after the report has been brought over into VB 6?
  6. vz

    Parameters

    hi, I have parameters set on my crystal reports that pull from an access database, but evertime I pull the report it doesn't prompt me for the parameters. I sometimes have to click on the yellow lightning bolt to get it to prompt me for parameters. Is there a setting or a way I can get it to...
  7. vz

    Paramters

    hi, I have parameters set on my crystal reports that pull from an access database, but evertime I pull the report it doesn't prompt me for the parameters. I sometimes have to click on the yellow lightning bolt to get it to prompt me for parameters. Is there a setting or a way I can get it to...
  8. vz

    Prompting for parameters

    hi, I have parameters set on my crystal reports that pull from an access database, but evertime I pull the report it doesn't prompt me for the parameters. I sometimes have to click on the yellow lightning bolt to get it to prompt me for parameters. Is there a setting or a way I can get it to...
  9. vz

    text property is read only?

    I keep getting the error message text property is read only, everytime i change my combo box from 0-combo box to 2-dropdown list. I only have one record in my main table and it has the correct option that is listed in the other table that the options are coming from. here is my code: Private Sub...
  10. vz

    datacontrol question

    does anyone know of a data control that I can use for a field that has a memo datatype in access? I am trying to use a text box but it won't let me wrap words. is there another datacontrol that i can display a paragraph in? thanks in advance
  11. vz

    HELP- combo box problem

    No I just want one combo box that will store the information IN table1 but the dropdown list for that box needs to come FROM table2. I am using 2 bound ado controls. does that make sense? I hope I explained it better. Thanks for your help.
  12. vz

    .Find help

    Nevermind i figured it out: adotblaccounts.Recordset.Find "AccountNum='" & tempAcctNum & "'" thanks anyway
  13. vz

    .Find help

    I have a find statement that takes whats in a text box and searches a recordset for it but its not working can anyone tell me why? Dim tempAcctNum As String tempAcctNum = txtAccountNum adotblaccounts.Recordset.Find "AccountNum=tempAcctNum" this blows up and says its out of acceptable...
  14. vz

    HELP- combo box problem

    O.k. i have 2 tables table one has account num and employee in table 2 has employee in it only. i want to connect the account num field on my form to the 1st table using an ado datacontrol, then i want to be able to connect employee from table one to same datacontrol, but i want it to be a drop...
  15. vz

    form question

    is there a way to do a subform in visual basic where the account num in the main form is linked witht the subform? Thanks in advance
  16. vz

    Package and deployment wizard

    I added my package and dep. wizard the other day and it was under my add ins menu. I went back today and its gone and i tried to add it on again and but its not in the list of options and i don't see it on my start up menu. Does anyone know what could have happenend or how i can get it back? thanks
  17. vz

    Date/Time question

    How do I do that? Thanks
  18. vz

    Date/Time question

    Is there any ay to get rid of time when prompting for a date? i am using an access 97 db which had the data type date/time and i used a oledb connection. When i just choose date when i set up my parameters and then click set defaults to go to the next page it won't let me choose my field under...
  19. vz

    looping logins- always having to logon to db using crystal reports

    I have an access 97 DB and its tables are linked to a sybase DB using an odbc connection (system dsn) and i have a vb 6 project that has command buttons on a form and everytime one of those buttons is clicked a cr 8.5 report is supposed to run. the reports run except i have to login to the...
  20. vz

    i have to login every time i run a report from vb

    no its with a system dsn, any other ideas?? thanks

Part and Inventory Search

Back
Top