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 TouchToneTommy 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: ryupb
  • Content: Threads
  • Order by date
  1. ryupb

    Replicating tables

    Hi! has anybody tried replicating tables of a database from one server to another server?? dont know where and how to start......
  2. ryupb

    Checking for Table usage

    Hi everyone, another question here.... though i think this is simple enough, how can I check if a table is in use by another user???
  3. ryupb

    Remote View and CHeck state

    Hi, I am trying to create an sql remote view from an sql server... this part is ok, but is there a way for me to check the state of the fetch?? You see, when I create a remote view programmatically the code runs smooth, but I need to know if all records has already been gathered or if the code...
  4. ryupb

    Delete and Pack

    Hi, I have a program that uses tables which is shared with other users, the dilemma is this, whenever I delete some records, using the SQL Delete From which also uses Transaction, and Tableupdate, the records are successfully deleted.... that's what I thought... But if I check the actual...
  5. ryupb

    How to manipulate color in Status Bar

    I have used the Microsoft Status Bar as part of my form, i can easily manipulate the panels... However, when it comes to manipulating the text properties such as the colors or font, i cant find the properties to manipulate.... has anybody tried using the status bar activex???
  6. ryupb

    Reading Excel file like a table

    Sorry about this one, I am a bit ignorant with regards to manipulating Excel objects and its automation... what I am trying to achieve is read from the excel file and then terminate read after reading the first blank row... assuming that I have test.xls as the text file, the excel file will...
  7. ryupb

    How to invoke the dial up

    I have been pondering on this service for quite some time now, not really giving it too much attention since I dont really need it back then, but now I have to figure out how to invoke or run the dial up from a certain part of my program. Is there a way that i can call the dial up from my...
  8. ryupb

    How to run stored procedure

    ok, here is another dumb question.... how can I execute a SQL stored procedure with a parameter?? the stored procedure is in the SQL server database and not the ones in the .DBC
  9. ryupb

    USB - COMM 1 access

    has anybody tried to access the USB ports?? Is there a way to gain access on this port the way a serial port can be accessed?
  10. ryupb

    How to check if query is finish

    Hi, I am currently stuck in this situation where I am running a remote view to one of the SQL servers in our workplace... because of its proximity there are times that the query takes some time and at other times its quite fast maybe because of the number of records being extracted at a given...
  11. ryupb

    Dbase 3 File type

    Hi, is there a way that I can convert or copy a vfp6.0 dbf into a dbase 3 .dbf format?? the "copy to filename type fox2x" works but is this a .dbf dbase 3 format???
  12. ryupb

    How to Open and Save in Excel

    I have this question answered before in Word, however, I dint thought I will encounter this in excel... How do I open an Excel file and later on saving it as a HTM file??

Part and Inventory Search

Back
Top