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 Chriss Miller 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: jonscott8
  • Content: Threads
  • Order by date
  1. jonscott8

    Oracle threads not apparent in OAA for NT

    Running Oracle 8.1.7 on Win2k SP3. When using Oracle Admin. Assist. for Win NT, after selecting the Process Information option for the database in question, no threads are listed, nor do any threads ever become apparent and we have several concurrent users accessing this database. I can also...
  2. jonscott8

    An Irish Friendship Wish

    Has anyone heard of a new virus that propogates an old chain letter titled "An Irish Friendship Wish" thru email. It doesn't appear to propogate the virus itself thru email, just the chain letter. We have a few remote sites that are on their own exchange servers that have employees...
  3. jonscott8

    Microsoft Details New Developer Certifications

    http://www.mcpmag.com/news/article.asp?EditorialsID=461 Jon Hawkins
  4. jonscott8

    VFP7 Docs Online

    In case you havent heard, VFP7 documentation has been posted online. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fox7help/html/vfp7startpage.asp Jon Hawkins
  5. jonscott8

    Cloned Menu Items

    While in the VB debugger, if you hold the ALT key down and click a menu item, VB allows the menu item to be moved right/left amongst the other menu items. The problem I am having is that while doing this, some of my menu items (Query,Help) have been duplicated, or cloned. So now the items Query...
  6. jonscott8

    Keyboard '{Pause} nSeconds'

    I'm curious if anyone has done any testing with this command? (In my very brief testing), It appears that it only pauses user interaction, not code execution. Anyone already done the testing and care to share your findings? In my testing, if you: KEYBOARD '{pause 10}' MESSAGEBOX('Can't click...
  7. jonscott8

    Congratulations FoxDev!

    Congratulations Robert on your achieving "TipMaster of the Week" honors. It's good to see a fellow VFPer recognized for their effort. Good luck in the drawing for the leather jacket. Jon Hawkins jonscott8@yahoo.com The World Is Headed For Mutiny, When All We Want Is Unity. - Creed
  8. jonscott8

    Inquiry on the Printer Object

    Our print server is down. Is there any way I can change the destination of the printer object to print to file instead of spooling to the printer? I've referenced the help and it appears this isnt do-able. Thanks In Advance. Jon Hawkins jonscott8@yahoo.com The World Is Headed For Mutiny...
  9. jonscott8

    Return autonumber value of newly inserted record?

    I'm INSERTing a record into an Access database that uses the AutoNumber datatype for its primary key field. Table definition is as follows: Table: RefHdr Fields: RefHdrKey AutoNumber AuthNo Char(13) Comment Char(30) I do a: INSERT INTO RefHdr (AuthNo,Comment) VALUES ('3001','Referred to Dr...
  10. jonscott8

    Return autonumber value of newly inserted record?

    I'm INSERTing a record into an Access database that uses the AutoNumber datatype for its primary key field. Table definition is as follows: Table: RefHdr Fields: RefHdrKey AutoNumber AuthNo Char(13) Comment Char(30) I do a: INSERT INTO RefHdr (AuthNo,Comment) VALUES ('3001','Referred to Dr...
  11. jonscott8

    Return autonumber value of newly inserted value??

    I'm INSERTing a record into an Access database that uses the AutoNumber datatype for its primary key field. Table definition is as follows: Table: RefHdr Fields: RefHdrKey AutoNumber AuthNo Char(13) Comment Char(30) I do a: INSERT INTO RefHdr (AuthNo,Comment) VALUES ('3001','Referred to Dr...
  12. jonscott8

    Page number on Report?

    I have a serious case of brain-lock this morning. How can I place the page number on a VFP report WITHOUT using the _PageNo system variable?? How can I do it only using report variables?? Thanks in advance. Jon Hawkins jonscott8@yahoo.com The World Is Headed For Mutiny, When All We Want Is...
  13. jonscott8

    COM Server prevents application window from coming to front!

    Here's what's happening: I instantiate a COM object from an Out-of-Process COM Server in the start-up(main .prg) of my application while SCREEN=OFF. Immediately before issuing READ EVENTS, I set _Screen.Visible = .T.. My application becomes visible(to the taskbar); however, remains behind any...
  14. jonscott8

    Future Migration To VB???

    IMHO, (As far as front-end development, not data access) VFP has been seperated from VB primarily because of one distinct feature: Inheritance. With the introduction of inheritance anticipated in VB7, I'm curious as to everyone's OWN perception of their future in VFP? Do you see yourself in 2...
  15. jonscott8

    Congratulations John Durbin!!!

    Congratulations John on becoming a MCP in Visual Foxpro! Did you find the test difficult? How many attempts did it take before you got a passing score? Did you take 155 or 156? What areas did the test cover? Care to enlighten us on any of the questions you remember? Congrats Again. <p>Jon...
  16. jonscott8

    Antonymous function of Alines()

    Alines() is used to copy each line of a character/memo expression into an array. Anyone know of a function to do exactly the opposite: copy each element of an array into a character/memo expression?? I know I could do it programmatically by looping through the array, but I was hoping I had...
  17. jonscott8

    Hacking Your .SCX,.FRX,.PJX,.VCX,.DBC files

    This is for those of you who enjoy hacking your table files (.dbc, .frx, .lbx, .mnx, .pjx, .scx, .vcx). Have you ever been browsing one and said to yourself, &quot;Gee, I wonder what that code stands for?&quot; or &quot;I want to change this to that, but I don't know what the code for that...
  18. jonscott8

    Win32Api Functions Documentation

    Where can I locate documentation on the functions in Win32Api? I was told it was supplied in the books that comes with the Windows Software Development Kit and the Windows SDK comes with Visual C++. I am using Visual Studio 2000, but have been unsuccessful finding this documentation.<br>Any...
  19. jonscott8

    Icons in Windows Systray

    How do you place/remove icons from the windows systray? I am attempting to develop a program that runs in the background. I am using the ShowWindow function in Win32API to hide the application from the user and the same function to make it re-visible again when the user clicks the desktop icon...

Part and Inventory Search

Back
Top