Search:

Type: Posts; User: compmanu

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    499

    I've tried that doesn't work with absolute...

    I've tried that doesn't work with absolute positioning. any other suggestions.
  2. Replies
    3
    Views
    499

    Align webpage to center of screen

    I am using absolute positioning for most of my page and I think that might be what is thowing this off, but I need to know how to Align my pages to the center of the screen. I know it's got to be...
  3. Replies
    5
    Views
    667

    Any New Suggestions

    Any New Suggestions
  4. Replies
    5
    Views
    667

    Well I am developing a browser that the admin...

    Well I am developing a browser that the admin needs to be able to search through the websites that have been viewed for certain words that are located in a database. so displaying them would be...
  5. Replies
    5
    Views
    667

    Any body have any other ideas. I have looked all...

    Any body have any other ideas. I have looked all over and still cant find anything
  6. Replies
    2
    Views
    542

    The way that I do it after adding a new item to...

    The way that I do it after adding a new item to the datagrid is reset the datasource to the datagrid and then refresh it again. Let me know if that doesn't work.
  7. Replies
    5
    Views
    667

    Metatag Search With VB

    I am developing an application with VB and need to search the Keywords (Metatags) for a given site. Does anybody know how this is done via VB?

    I have multiple web addresses and I need to search...
  8. Replies
    2
    Views
    514

    Like I said I can move through the actual...

    Like I said I can move through the actual recordset in the database but not highlight the next record in the datagrid. Hope you can still help.

    Thanks
  9. Replies
    1
    Views
    654

    Anybody know if this will work or what will have...

    Anybody know if this will work or what will have to be done.
  10. Replies
    2
    Views
    514

    Move through a recordset in DataGrid

    I need to know how to move through a recordset and have the record that the recordset is pointing to to be selected in the datagrid. In other words I just want to move through the datagrid with...
  11. Replies
    28
    Views
    1,380

    O.K. the problem is that the value is percent...

    O.K. the problem is that the value is percent that you are at you have to add each increment to the previous value. For instance

    Let's just say each form has a value of 10


    With this you dont...
  12. Replies
    28
    Views
    1,380

    Simplest Way Load frmAbout...

    Simplest Way

    Load frmAbout
    ProgressBar.Value=10
    Load frmAdvancedSearch
    ProgreessBar.Value=20

    And So On....

    Think of the value as a percentage and it goes to 100%.
  13. Replies
    1
    Views
    654

    Print on Tractor feed

    I am developing a Program for a customer that has to use track feed printer. Does anybody know if the default settings for Data Reports will print on this type of printer or do I have to use...
  14. Thread: pagin records

    by compmanu
    Replies
    7
    Views
    395

    Is the Request.Form("cat") a autonumber in the...

    Is the Request.Form("cat") a autonumber in the database?

    If so then do put it in parenthises, just kick out of the select statement and put in varc

    If not I dont't know
    Hope it helps
  15. Replies
    4
    Views
    1,634

    Are you paying?

    Are you paying?
  16. Replies
    4
    Views
    587

    Do you have a database that your going to use...

    Do you have a database that your going to use built already?

    If not I'll set one up for you and give you instructions.

    Let me know
  17. Replies
    4
    Views
    587

    Have you used the calendar control in vb. I have...

    Have you used the calendar control in vb. I have made a few applications with a scheduler using this. Let me know. I can help
  18. Replies
    7
    Views
    2,200

    Wish it were that easy but it says that it has to...

    Wish it were that easy but it says that it has to be in .ico format. Any other suggestions?
  19. Replies
    7
    Views
    2,200

    Mouse Pointer to an animated gif

    Any body know how to make the mouse pointer an animated gif?
  20. Replies
    9
    Views
    595

    Ha You So Funny- Any coding ideas to make this...

    Ha You So Funny-

    Any coding ideas to make this happen automatically
  21. Replies
    2
    Views
    430

    Well I can't say much about this but two things...

    Well I can't say much about this but two things for ya

    1. We (MatrixxOne.com) do project management and development for VB apps. We have done many in the past and are currently working on 12...
  22. Replies
    9
    Views
    595

    Any ideas on how to do that

    Any ideas on how to do that
  23. Replies
    0
    Views
    369

    Page Breaks in Data Reports

    Does anybody know how to set up a report so that it doesnt cut off the middle of the section headers to go to the next page. For instance I am displaying Order Details in the Group Header Section...
  24. Replies
    9
    Views
    595

    Well honestly I'm not sure that's kind of why I'm...

    Well honestly I'm not sure that's kind of why I'm posting this question. I' really not sure what is doing it. I have not had a prograqm do it yet. But this is the first program that I have used...
  25. Replies
    9
    Views
    595

    It's an Access 2000 Database

    It's an Access 2000 Database
  26. Replies
    9
    Views
    595

    Database Backup Question

    I know that this might sound stupid but I can't figure this out. In the location where the database is, I think every time I run the program it creates a .tmp file like VB87E8.tmp. does anybody...
  27. Replies
    4
    Views
    1,122

    I bet I know the error your getting. I am going...

    I bet I know the error your getting. I am going to assume you are trying to use the sum function. If so make sure that you have the data type in the database as a number instead of a string. If it...
  28. The best way to print the forms whole contents is...

    The best way to print the forms whole contents is to use an mdi form then make your form that you want to print a childmdi and borderless and set the background color to white. If you need more...
  29. Replies
    5
    Views
    661

    The way that I have always done it is put the...

    The way that I have always done it is put the connection object stuff in a module then on load of each form that you use open the connection. When you close the form or unload it then set the Conn =...
  30. Replies
    2
    Views
    501

    right but I think that to use your own sql...

    right but I think that to use your own sql statements in the code window on the report you have to bind everything in code. Do you know how to do that?
  31. Replies
    2
    Views
    501

    SQL Statement For Reporting

    How can I use my own sql statement in data report while using variables past into it. Like in the coding page instead of in the properties.

    Any Suggestions

    Thanks in Advance
  32. Replies
    1
    Views
    498

    SQL Statement in Data Report

    How can I use my own sql statement in data report while using variables past into it. Like in the coding page instead of in the properties.

    Any Suggestions

    Thanks in Advance
  33. Replies
    3
    Views
    391

    Simple Component Question

    Does anybody know what component this is. I attached a picture

    Help Please

    Thanks
  34. Replies
    2
    Views
    427

    You can also use this GoTo drain '...

    You can also use this

    GoTo drain
    ' =================
    '
    ' Here on error trap of [Cancel], pass falsity back
    '
    trapped:
    ArmPrinter = False
    Resume drain
  35. Replies
    8
    Views
    872

    I guess I mean preload Acrobat Reader at startup

    I guess I mean preload Acrobat Reader at startup
  36. Replies
    2
    Views
    819

    The only thing that I can suggest is that you...

    The only thing that I can suggest is that you make sure that you have it selected in your Components list. In VB6 the file should be DBGRID32.OCX for the Databound Grid Control.
  37. Replies
    8
    Views
    872

    Preload pdf.ocx in vb application

    Does anybody know how to preload the pdf.ocx in a vb application. I developed some software and there are many different times that you have to open a pdf file and I dont want it to have to load...
  38. Replies
    0
    Views
    407

    Data Grid Control Look

    Does anybody know how to get a datagrid to look like the lists in Quick Books or other programs like that

    Theres no column dividers or row dividers and sometimes they use changing colored lines. ...
  39. First you need to delete the information from...

    First you need to delete the information from your recordset
    Dim intID as integer
    intID=DataGrid1.text

    'Will work as long as the ID number is the first column. If not then use
    ...
Results 1 to 39 of 40



Click Here to Expand Forum to Full Width