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

    Access97 hot to turn off Tables/Queries/Forms/Reports scrolling transition animation effects

    Years ago when I first installed Access97 I managed to turn off the transitions-animation-trailMaking effect when scrolling through the lists of Tables/Queries/Forms/Reports. I recently did a new install and I can not figure out how to disable that feature and I don't know what it is called...
  2. rjmccorkle

    SSTab with a frame showing in more than 1 tab

    In 2 different projects I have experienced the following: a form with an SSTab control with multiple tabs and a Frame placed in one of the tabs has the frame showing in 2 of the tabs. I discovered this morning in one of them that if I set the focus to the tab with the frame in design mode then...
  3. rjmccorkle

    "You can not SHELL to BASIC" in new XP computer

    I am trying to get GWBasic to run on a new Dell Dimension C521 (AMD processor) desktop with XP Home Edition. It generates "You can not SHELL to BASIC" when at the DOS prompt. A shortcut to it flashes a window up then closes it. It works all right on my new Dell notebook computer (I forget if it...
  4. rjmccorkle

    Netware 5.1 Some clients 1 hour slow after old DST

    We have 2 Netware 5.1 servers. I thought I had remarked out the DST setup lines in AUTOEXEC.NCF months ago and had relatively few problems 3 weeks ago at the new start of DST. Monday (4/2/07; the day after the "old" Dailight Savings Time start) some of our clients were an hour fast, others had...
  5. rjmccorkle

    SAV 8.1 AMS email using Netware 5.1 Server

    We have SAV Enterprise edition on our Netware 5.1 server, with AMS checked before the installation. When trying to configure the AMS at a workstation where SSC is installed, the Netware server appears in the Action Computer list if setting up Broadcast but it does not show up in the Action...
  6. rjmccorkle

    Edit NDPS printer IP address

    Is it possible to view and/or edit the IP address assigned to a controlled access NDPS printer in NWADMN in Netware 5.1? Thanks, Bob
  7. rjmccorkle

    Copy Multiline TextBox Array to a Container

    At runtime I am trying to copy a frame with its arrayed controls to a new frame. I got it working, but if one of the TextBoxes has its Multiline property set to True, VB crashes when I unload the form. If I don't use the SET txtBox.Container = fraP(1) line (to place the newly LOADed control in...
  8. rjmccorkle

    Dynamically adding indexed controls in a frame

    I am trying to write code to duplicate a frame and it's controls at runtime. I can do it using the LOAD command and the individual control names. I would like to use a loop through the template frame's controls so I don't have to remember to add new code if I add a new control to the frame. To...
  9. rjmccorkle

    XP keyboard Ctrl-Arrow and Del jump to Properties window

    I just started using my new Dell 8400 with WinXP Home Edition. When trying to edit a Control on a Form in VB6, the Ctrl-Arrow combinations and the Delete key jump the cursor from the Form over to the Properties window instead of moving or deleting the Control. The Shift-Arrow key combinations...
  10. rjmccorkle

    XP clients cause Access ldb file to bloat

    We have a Netware 5.1 sp6 file server with an Access 97 database on it. New XP machines with the NW Client 4.90 are causing the .ldb file associated with the db to "bloat" showing multiple instances of the user. I found references to the problem from a year ago (Novell TID 10016657...
  11. rjmccorkle

    2 server backup

    We now have 2 identical hardware servers. The orginal server, B001 (context UNIV), has all of our data. We would like to use the second server, B002, as an extreme emergency use only server; it would be unplugged from the electrical supply and network except for a brief weekly connection to...
  12. rjmccorkle

    DOS workstation in Pure IP

    I am trying to change some DOS workstations over from using IPX to using just IP. I have the test machine up to the point where the drivers seem to load Ok and I can PING the servers. But it does not automatically find any servers, no "F:" drive appears. I tried copying the LOGIN.EXE...
  13. rjmccorkle

    DUN keeps popping up at startup & while running

    I don't remember what I did before this started but my Win98 SE notebook keeps loading my DUN at startup (apparently multiple times the way it seems to flash) and after the computer is running it keeps popping up while I'm programming. Any help would be appreciated. Bob
  14. rjmccorkle

    Multipe TREE login script using CN variable

    I am trying to write a generic Login Script in Netware 5.1 so that users in a certain group will login to a second tree. I have tried using the %CN variable with the TREE command but can't get it to work. Example: TREE TREE_NAME/.%CN.SERVER.CONTEXT My goal is to make it so they don't have to...
  15. rjmccorkle

    Serial msComm1 does not see EOF

    I am writing a VB6 program to allow file transfers between a CNC machine and a computer. The From CNC To Commputer part doesn't work. The code I used in GWBasic that I can't replicate in VB is the subroutine at line 350: 270 PRINT:PRINT" HIT INPUT KEY ON CNC NOW..." 280 OPEN BC$ AS...
  16. rjmccorkle

    Shortcut key does not trigger lost focus

    It appears that hitting a shortcut key for a command control does not trigger the LostFocus event for the previously focused control the way Clicking on the command control does. Is there a way to force it to, hopefully without a ton of code? Thanks for any help. Bob 104122.315@compuserve.com
  17. rjmccorkle

    How much memory does a Control Index use

    Does anyone know if a control index with a high number uses more resources than one with a low number when there are the same number of items in the array? I'm using VB6. I have an array of 20 text boxes. The first 10 I set the indices to 0-9 and the next 10 to 101-110. I use an If/Then to test...
  18. rjmccorkle

    Shortcut key does not act like Mouse Click

    I'm using VB6. In some of the code I wrote, the shortcut key for a command control does not cause all of the code in the Click_event to be executed; some does and some doesn't. If I throw in a msgbox the all code executes. If I step thru the code in debug mode it all executes. Clicking with the...
  19. rjmccorkle

    Access report dates do not show intermittantly

    I am using VB6 to control an Access97 database. I wrote a report in Access that is based on a query. The report is in a temporary database since part of the process is filling a table with current info, printing the report, then deleting all the rows and compacting the database. I don't want to...
  20. rjmccorkle

    Command Variable type?

    In R:Base there is a concept of an AMPERSAND VARIABLE. If there is an "&" at the start of the variable name it can be used as part or all of a command. An SQL command example would be: SET VAR VWHERE = 'WHERE NAME IS NOT NULL' SELECT ALL FROM table &VWHERE Or the whole SELECT...

Part and Inventory Search

Back
Top