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 SkipVought 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. coolphilboy

    Code to create desktop shortcut. Need help.

    Please help on how i can make a desktop shortcut particularly an internet shortcut link where i can also change the icon instead of the usaul internet shortcut icon. tia.
  2. coolphilboy

    Changing other application's object values. Pls. help.

    I would like to change a textbox values and properties of another application, is it possible? I have an existing application i don't have the source code and i would like to change the value of one of its textboxes, is it possible? thanks for any help extended.
  3. coolphilboy

    Edit Text File, Pls. HELP !!!

    I have a text file named FILE1.TXT which contains ascii characters like below: AAABBBCCC**DD GTDF**NfDg*VC ERvC*VcfD***T I want to edit this file and replace the "*" characters to white space " " and save and close the file. How will i do this in VB. Please help!!! TIA John
  4. coolphilboy

    Long Running Stored Proc in VB - HELP

    Thanks for the suggestion Mark, but the "SET NOCOUNT ON" has already been set. Do you have other suggestions? TIA
  5. coolphilboy

    Long Running Stored Proc in VB - HELP

    I'm calling an SQL Server SP in VB. The procedure runs for about 30 mins. in the Query Analyzer. But when I call the procedure in VB it seems that the Procedure is terminated abnormally without any warning from VB. I've set the ConnectionTimeout=0 and the CommandTimeout=0, but it doesn't seem...
  6. coolphilboy

    Help

    I'm using "Sendkeys" to issue command to a Unix System via Telnet. Is it possible to track down the messages in the unix screen terminal? I want to check if the program i issued using sendkey function has finished by tracking the Unix prompt. Pls. help !!! TIA
  7. coolphilboy

    Full Text Search... Pls. HELP !!!

    i was doing the query in the query analyzer connected to the database where the table with fulltext is created. This is the actual statement: select * from mytable where contains (*, ' "Systems" ') i'm searching for the string "System" in the column included in the fulltext...
  8. coolphilboy

    Full Text Search... Pls. HELP !!!

    Could someone help me on this error. I've made a full text index on a table thru SQL 7.0. The wizard seem to have work fine and created a fulltext catalog. I fully populated the catalog. But when i made a query on the said table, it gives me this error message. What have i donw wrong. this is...
  9. coolphilboy

    Text File to SQL Table

    How do i Bulk Insert a text file of Fixed Field length, no delimeters, to an sql table? need it very badly. TIA.
  10. coolphilboy

    Calling an XP from Stored Procedure. Is this possible?

    I presume an XP is registering a COM DLL file to be used within SQL Server. Am i correct? I add an xp_myproc.dll with function xp_myfunction. can i call these function from within a stored proc? lets say... use mydb go declare @varName char(10) @varName = exec xp_myfunction go :: are the...
  11. coolphilboy

    Stored Procedure Inquiry... Pls. Help...

    Thanks a lot chip! just for clarification.
  12. coolphilboy

    Calling VFP DLL

    Could someone pls. help me on how to call com dll files made in vfp thru VB App.? I've referenced the .tlb file created by vfp, but message in VB says "can't create object". Here is my code: Dim objGetID as olegetid.getrefid Set objGetID = CreateObject("olegetid") ---...
  13. coolphilboy

    Calling VFP DLL

    How do i call com dll files made in VFP 6.0 thru VB App.? tia.
  14. coolphilboy

    bcp utility... help pls.

    I'm using SQL Server 7.0, what other solutions seems to be a better one than using bcp in a stored procedure to export sql table to plain text file? thanks for the help.
  15. coolphilboy

    Stored Procedure Inquiry... Pls. Help...

    Would like to rephrase my question. I would like my VB App to call an sql server stored procedure then wait until the stored procedure is done before my application continue... is it possible, pls tell me how? TIA again.
  16. coolphilboy

    bcp utility... help pls.

    Is it possible to invoke bcp utility in s stored procedure? If it is, can somebody help me how? TIA 8-)
  17. coolphilboy

    Stored Procedure Inquiry... Pls. Help...

    How will i know if an SQL Server stored procedure w/c is called via VB App is finished or still running? TIA... 8-)
  18. coolphilboy

    8-) How can i connect to SQL Server DB on VB App via ADO or OLEDB

    Im a newbie in SQL Server, could someone help me on how to open a connection to SQL Server Database using VB App via OLEDB or ADO? TIA...
  19. coolphilboy

    How Can I Hide Desktop Icons & Windows Taskbar?

    Could someone please help me how to hide the desktop icons & windows taskbar while the my program is still running? TIA

Part and Inventory Search

Back
Top