|
|
| IntelliSense - Unique Key |
|
| Author |
Message |
Spangltk

|
Posted: Visual FoxPro General, IntelliSense - Unique Key |
Top |
I would like to add a new code definition for IntelliSense (I'm using VFP 7) I inserted everything into the FoxCode.dbf except for the uniqu identify key, how do i know which one is next, and is this the right way
...I just want FoxPro to insert: 'ebParm(13)' whenever i type 'ebp '
Visual FoxPro1
|
| |
|
| |
 |
Garrett Fitzgerald

|
Posted: Visual FoxPro General, IntelliSense - Unique Key |
Top |
Spangltk wrote: | I would like to add a new code definition for IntelliSense (I'm using VFP 7) I inserted everything into the FoxCode.dbf except for the uniqu identify key, how do i know which one is next, and is this the right way
...I just want FoxPro to insert: 'ebParm(13)' whenever i type 'ebp '
|
|
You don't really need a UniqueId for custom records: the Intellisense Manager doesn't add one when you use it. Any particular reason you're editing the table directly
|
| |
|
| |
 |
Spangltk

|
Posted: Visual FoxPro General, IntelliSense - Unique Key |
Top |
I thought that I needed to add it to the table if I wanted to add it to Intellisense
|
| |
|
| |
 |
Garrett Fitzgerald

|
Posted: Visual FoxPro General, IntelliSense - Unique Key |
Top |
Yes, but you can add it through Tools: Intellisense Manager: Custom, and worry less about the mechanics involved.
|
| |
|
| |
 |
Docpro777

|
Posted: Visual FoxPro General, IntelliSense - Unique Key |
Top |
In the following fields:
Type: U
Abrev: ebp
Expanded: ebParm(13)
Case: M
Save: T
(The rest of the fields leave blank)
...Hope this helps
|
| |
|
| |
 |
| |
|