![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hey, I was wondering if anyone had an example of a menu that has an access subroutine based on the account name? Is the subroutine a basic program thats in the BP folder or is it something completely different? |
|
I was also wondering if anyone knew how to make the backspace key delete characters like ^h does. The key seems to work fine in menus created in MED, but in screens or reports done in persay you need to use ^h. I can deal with this, although it is really annoying, but the users of the system will hate it. I've tried switching terminals and playing with the Terminal Params in persay, but nothing has worked. If I can't just add a line to the term files, is there some code I can use in the programs that require entry to make the backspace key work properly?? Didn't Martin Phillips go into this in some depth just recently.... |
|
Thanks |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I was looking through the posts in both the openqm-user/devel list and found Martins posts, but my problem is that the backspace key doesn't work when inputting into programs. It works fine at TCL. I think I will try to post this to one of those lists as well. |
|
The other thing I was looking for was basically an example of how to use what the manual calls the "Access Subroutine" in MED. I couldn't really find any other documentation on it. Thanks |
#5
| |||
| |||
|
|
Seems that the xterm termcap doesn't work very well for most x-term applications. I use gnome-terminal and in linux set the TERM env. var. to 'vt220': $ TERM=vt220;export TERM |
#6
| |||
| |||
|
|
Seems that the xterm termcap doesn't work very well for most x-term applications. I use gnome-terminal and in linux set the TERM env. var. to 'vt220': $ TERM=vt220;export TERM gnome-terminal doesn't really do vt220 either - it's debatable whether it manages to do a passable vt100. For grins, http://invisible-island.net/vttest/ This is something that I keep meaning to look into but found a simple fix and so haven't. |
|
But there's a $TERM for it ("gnome") in ncurses. |
|
-- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Well I sort of got it to work, but I was really looking for a local solution so that every client that connected wouldn't have to configure there system correctly. In kde's konsole, if you go to Settings -> Keyboard and change it to VT420PC or Solaris. When you log into openqm and run the program, the backspace key now works properly. The problem is as Tom deL suggested, the keyboard is sending a 127 char instead of a 8 char or ^H. Anyone have any ideas on how to correct this on the server side or is it completely a client side issue? Btw, I tried different export TERM=??? in the .bashrc, but none of them worked. |
#9
| |||
| |||
|
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |