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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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
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...
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...
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
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.