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: ojosVerdes
  • Content: Threads
  • Order by date
  1. 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
  2. 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
  3. 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
  4. ojosVerdes

    Determining how many dimensions an array has???

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

    advantages and disadvantages of PHP vs ASP

    What are advantages and disadvantages of PHP compared to ASP (Active Server Pages)? Ed
  6. 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
  7. 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...
  8. 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...
  9. ojosVerdes

    Convert VB Code to C/C++ code

    Hi all, I program using vb and I would like to convert the followig code to C or C++. I need to develop a small program that can run from the command line; I am having trouble converting the following code to C/C++ Can someone please help me. Thanks //bToCheck is a boolean. //strReadIn is a...
  10. ojosVerdes

    Access crystal report from vb.net

    How do I access crystal reports from vb.net? I created the report using crystal reports 8, now I want to access it from VB.NET. Thanks in advance
  11. ojosVerdes

    Adding Signed numbers

    How do you add signed number. for example when I do this I get an error; expr +5 + +5 or expr 5 + +5 but I don't get an error when I do this: expr -5 - -5 why? Thanks
  12. ojosVerdes

    Problem with grep and regular expresions

    I have the following function that should work if you enter any of the follwing paterns: +8 -9 -9 8 9 9 -9 -8 +9 +8 0 0 I have tested it successfully with -9 8 9 9 -9 -9 0 0 The only thing that does not accept is the + sing infront of the number. Can anybody please help. checkinput() {...
  13. ojosVerdes

    Check for Intigers

    How do I check if the argument passed to a script is an interger? I am using bourne shell. Thanks in advance
  14. ojosVerdes

    Update query

    I have a table [tMembers] that in the NewCollector field it has either null[blank] or 1. What I want to do is run an update querry to change all the blanks to No and the 1's to yes. how do I do this? Thanks in advance
  15. ojosVerdes

    Run script 3 times and then stop it.

    I have a script that I want to run 3 times (every 20 minutes) then stop it. I understand how the sleep command works; but I am not sure what looping contruct to use. I dont want to use a crontab job cause don't have specific times to run it. TIA.
  16. ojosVerdes

    Deleting a line from a file

    How do I delete a line from a file. let say that I want to delete a line that starts with 'foreign' how do I do that? Thanks in advance.

Part and Inventory Search

Back
Top