Can't change network driver (Networking Products)
At 02 MAR 1999 04:06:50PM Warren wrote:
I made a local copy an ARev 3.12 from the NT server to my NT workstation. The NT Service 1.5 and NPP are installed. On the local copy I changed the ServerOnly=True to false in the REVPARAM files and disconnected from the server. When I go into LANPACK on the local copy to change the Network Driver from "All Networks" to "Non Networking" or anything else it tells me the REVBOOT has been changed but when I log out and check the dates on the REVBOOT and existing REVBOOT.OLD files has not changed. When I log back into LANPACK the "All Networks" driver is still installed.
What am I doing wrong? I need to run some tests without danger of hosing the "live" data.
At 03 MAR 1999 11:27AM akaplan@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:
Try changing from the sysprog account main menus.
Ensure that your files are not marked read-only
However, if you're not connected to the network (like pulling the cable out) you can be sure you won't affect the live system.
akaplan@sprezzatura.com
At 03 MAR 1999 02:03PM Warren wrote:
Hi Aaron.
It looks like it was a lack of conventional memory problem. The workstation had a dual boot to DOS so I just did the change there.
BTW: I ran across the problem with a 3.12 screen where the prompt displays one character to the left on redraws as I spoke to you at the Revelation Roadshow in LA. I edited the WINDOWS record but couldn't see anything obviously wrong with the structures (with 93 prompts its rather tedious). Did you dig up the utility program to fix this problem?
At 04 MAR 1999 09:26AM akaplan@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:
Yes and no. I found the disk it should be on, but haven't looked at it to make sure it was really there.
I'll look for it this evening or over the weekend. The stuff's at home.
akaplan@sprezzatura.com
At 16 MAR 1999 10:57AM akaplan@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura Group[/url] wrote:
If you want to get me you're e-mail address, I can mail it.
Oh, what the heck…
Subroutine Update_Hidden_Labels
/*
This program loops through all windows records and removes the codefor the hidden labels*/
$Insert SysInclude, LCPOSITIONS
Open 'WINDOWS' to hWindows Else
Call FSMSG( 'WINDOWS' ) Return
End
Open 'LISTS' to hLists Else
Call FSMSG( 'LISTS' )
Return
End
Perform "SELECT WINDOWS USING SYSWINDOWS WITH LC_HIDDENLABEL"
Done = 0
ChangedWins=
Loop ReadNext WinID Else Done=1 End Until Done Read WinRec from hWindows, WinID Then PromptCount= WinRec oWinRec = WinRec If Num( PromptCount ) Then PromptEndVal = PromptCount + 1 For PromptNbr=2 to PromptEndVal If Len( WinRec ) Then WinRec =
End
Next PromptNbr
If WinRec = oWinRec Else
ChangedWins=WinID
Write WinRec on hWindows, WinID Else
Call FSMSG( WinID )
End
End
End
End Else
Call FSMSG( WinID )
End
Repeat
Write ChangedWins on hLists, 'HIDDEN_LABELS_CHANGED' else
Call FSMSG( WinID )
End
akaplan@sprezzatura.com
At 16 MAR 1999 02:14PM Warren wrote:
Thank you very much! Cut 'n paste works for me.
Now I gotta bug Kurt about the source for MONTH_CONV…
I'll go through ALL.ZIP again and see if it is there, I didn't see it the first time I looked but that doesn't mean anything.