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

  1. ojosVerdes

    UCase Library

    Thanks that did it, I was missing a reference to MS Access
  2. ojosVerdes

    UCase Library

    When I run the project by pressing [F5] I get the following error. "Compile Error - Can't find project or Library" and the Ucase$ function is highlighted" I thought I was missing the reference to it. Thanks
  3. ojosVerdes

    UCase Library

    What library is the Ucase function part of? What reference do I have to check to be able to use it? Thanks EG
  4. ojosVerdes

    Removing Page Breaks from a RTF Document

    Hi all, How do I remove a page break from a Rich Text Format Document from VB. I get a RTF document that can possible have up to 100 page breaks, and I would like to automate this via code. Is this possible? TIA OjosVerdes
  5. ojosVerdes

    Linking Access Tables to SQL

    I've been using MSACCESS 2K for quite a while as the backend and vb 6 as the front end. Recently the company I work for, merged with an other company, the other company brought MSSQL7. One of the programmer here sugested to move the data from MSAccess to MSSQL, I am all for it. Now I have a...
  6. ojosVerdes

    Linking Access Tables to SQL

    I have an MS Access 2K database that has all its tables linked to SQL 7. I want to be able to refresh the links using a vb App. Has anyone done this before? is it possible? Thanks in advance. ojosVerdes
  7. ojosVerdes

    Determining how many dimensions an array has???

    Is there a way to determine how many dimensions an array has? Thanks in advance. Ed
  8. ojosVerdes

    advantages and disadvantages of PHP vs ASP

    Guys, couple more questions on this. If PHP offers all these great advantages over other commercial programs such as ms ASP and MM Coldfusion, why would the programmers of PHP release the program under Open Source lincense? Is there paid support available for PHP? This is another reason why I...
  9. ojosVerdes

    advantages and disadvantages of PHP vs ASP

    Thanks all. I can no go to my boss and show him proof why we should go the PHP route.
  10. ojosVerdes

    advantages and disadvantages of PHP vs ASP

    What are advantages and disadvantages of PHP compared to ASP (Active Server Pages)? Ed
  11. ojosVerdes

    VB6: Using grid MSHFLEXGRID need to print check mark, Please Help !!!

    Can u use the True DB Grid by Apex. Is easy to use and it has all this functionallity buit in. Very usefull.
  12. ojosVerdes

    Users connected to a server via terminal services?

    Hi all, Is there a way of determining who is connected to a server using terminal services using vb? TIA. Ed
  13. ojosVerdes

    Database locking problem

    Thanks JEL. I would definitely consider your suggestion. Please tell me, have you had similar problems with MS Access? Is this access database problem? Would using SQL solve this problems? Thanks Again.
  14. ojosVerdes

    Database locking problem

    Hi All, I have this application which uses VB 6 as the front-end and MS Access as the back-end. Basically is a order entry App. When I first wrote the application there were only 1 or 2 users working on it at the same time. Now there are anywhere from 5 to 10 at any given time. Ever since the...
  15. ojosVerdes

    Displaying a counter

    Beatiful, you're the man! Thanks.
  16. ojosVerdes

    Displaying a counter

    That did it. Thanks How about this. I have the following program. see the 7th or 8th line, where it opens the &quot;input.txt&quot; file. how can I pass this file as a parameter to the program? The name of the file can be anything? Please help. Thanks. #include <set> #include <iostream>...
  17. ojosVerdes

    Displaying a counter

    I have a program that manipulates records read from a text file. This program has a counter, and I display the counter by using cout << lngCnt; I run this program from the command line is DOS based. However the result I get are 123456789101112... I get the first record, then on the same line a...
  18. ojosVerdes

    Convert VB Code to C/C++ code

    Federal102, Pos 155-179 looks like Since I compare based on the start of the string for DSI, or, SME or, H for example: DSI1057D\94K0001001\ 1) set bToCheck = true DSI1057D\94K0001001\ strBatch = strReadIn.substr(154,19); DSI1057D\94K0001001DSI1057D\42C0018901\ 2) the previous line is...
  19. ojosVerdes

    Convert VB Code to C/C++ code

    Federal102, Here is the entire program The problem seens to be that after the last record is read, the program actually look for an other line, since it does not find one, it trows and exception in chkbth.exe: #include<iostream> #include<fstream> #include<string> using namespace std; int...

Part and Inventory Search

Back
Top