Skip to main content

Uniface 10.4.03 find in proc editor

  • February 23, 2026
  • 2 replies
  • 18 views

Larry Adkins
Forum|alt.badge.img+1

If anyone finds themselves in the same situation as I was after applying patch 26 to 10.4.03 and the Ctrl+F no longer brings up the find box in the proc editor, then just add this to your usys.ini and it will get you going again. My guess is that when they added the feature “Go to line number in code” they broke whatever the defaults that were baked into the proc editor because the search and the search and replace worked just fine without having to be defined in the usys.ini file(s). I opened a support ticket on this and eventually solved it myself. Hopefully, they address it or at a minimum, add it automatically to the usys.ini in future patches as they are applied.

[userkeys]

code.search=Ctrl+F

code.searchandreplace=Ctrl+H

code.gotoline=Ctrl+G

2 replies

Iain Sharp
Forum|alt.badge.img+5
  • Inspiring
  • February 23, 2026

Yeah, I found this a while ago. 

I patched from 004 to 023, and the accelerators went away. 

This discussion states that they think the patch (the .exe not the unzip) is supposed to change the ini file appropriately. 


Larry Adkins
Forum|alt.badge.img+1
  • Author
  • Participating Frequently
  • February 23, 2026

Interesting, I remember you posting that about the accelerators but I’m not sure why I didn’t connect it to what I was dealing with, but it is exactly as I suspected. I always use the installer when applying patches. In my search for a solution for this, I installed patches 29, 31 and 35 and all of them failed to update the usys.ini file for the userkeys section. I read just re-read your original post and a Rocket support guy said he tested it and it worked for him…..they must have access to a different version than we do :)