![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
You can find a lot of causes to Genreal Protection Violations error in the document Errors explained on my site - URL below. Search the index file for Unexpected: General Protection Violation. Note , there are two entries in the index. -- Bertil Isberg CTECH Paradox Buglist: http://web.comhem.se/~u82608896/ remove spamfilter (reversed) to reply |
#4
| |||
| |||
|
|
I found the error 216 as "Service Pack #1 needs to be installed before Service Pack #2" How do I correct this? I found a solution on the form by deleting one of two table views on the form and replacing with a field. Don't understand why that would cause a GPF. Dan "Bertil Isberg" <bertil.isberg (AT) retlifmapsSCB (DOT) se> wrote in message news:444e21e8$1 (AT) pnews (DOT) thedbcommunity.com... You can find a lot of causes to Genreal Protection Violations error in the document Errors explained on my site - URL below. Search the index file for Unexpected: General Protection Violation. Note , there are two entries in the index. -- Bertil Isberg CTECH Paradox Buglist: http://web.comhem.se/~u82608896/ remove spamfilter (reversed) to reply |
#5
| |||
| |||
|
|
Bertil, I have attached two tables linked in data model one to many and two forms. You can copy to your work folder in Paradox V10 to execute. The "twotabletest.fsl" shows two table frames linked in data model. If you try to do a ctl-shift-z to search and replace values in the "service desc" field you get a GPF, error 216. If you go to the "twotabletest2.fsl" and try the search and replace it works fine. Any clues to why this doesn't work? Thanks Dan "Bertil Isberg" <bertil.isberg@NOcomhemSPAMdotse> wrote in message news:444e87d8$1 (AT) pnews (DOT) thedbcommunity.com... Dan I found the error 216 as "Service Pack #1 needs to be installed before Service Pack #2" How do I correct this? I'm pretty sure this is not your problem. I found a solution on the form by deleting one of two table views on the form and replacing with a field. Don't understand why that would cause a GPF Can you recreate this problem in a new form, I would be interested in getting a full description of how to create such a form? -- Bertil Isberg - CTECH Paradox buglist: online: http://web.comhem.se/~u82608896/ "Dan" <megaflex (AT) bellsouth (DOT) net> skrev i meddelandet news:444e29b8$1 (AT) pnews (DOT) thedbcommunity.com... I found the error 216 as "Service Pack #1 needs to be installed before Service Pack #2" How do I correct this? I found a solution on the form by deleting one of two table views on the form and replacing with a field. Don't understand why that would cause a GPF. Dan "Bertil Isberg" <bertil.isberg (AT) retlifmapsSCB (DOT) se> wrote in message news:444e21e8$1 (AT) pnews (DOT) thedbcommunity.com... You can find a lot of causes to Genreal Protection Violations error in the document Errors explained on my site - URL below. Search the index file for Unexpected: General Protection Violation. Note , there are two entries in the index. -- Bertil Isberg CTECH Paradox Buglist: http://web.comhem.se/~u82608896/ remove spamfilter (reversed) to reply |
#6
| |||
| |||
|
|
Dan I can verify your GPV in all versions of Paradox since Paradox 7. If you limit the size of the ShdwProj tableframe so only one row is showing, the GPV does not occur. Noone has mentioned this problem earlier, mainly because Locate and Replace is not a common operation, I guess. -- Bertil Isberg - CTECH Paradox buglist: online: http://web.comhem.se/~u82608896/ "Dan" <megaflex (AT) bellsouth (DOT) net> skrev i meddelandet news:44510cb5$1 (AT) pnews (DOT) thedbcommunity.com... Bertil, I have attached two tables linked in data model one to many and two forms. You can copy to your work folder in Paradox V10 to execute. The "twotabletest.fsl" shows two table frames linked in data model. If you try to do a ctl-shift-z to search and replace values in the "service desc" field you get a GPF, error 216. If you go to the "twotabletest2.fsl" and try the search and replace it works fine. Any clues to why this doesn't work? Thanks Dan "Bertil Isberg" <bertil.isberg@NOcomhemSPAMdotse> wrote in message news:444e87d8$1 (AT) pnews (DOT) thedbcommunity.com... Dan I found the error 216 as "Service Pack #1 needs to be installed before Service Pack #2" How do I correct this? I'm pretty sure this is not your problem. I found a solution on the form by deleting one of two table views on the form and replacing with a field. Don't understand why that would cause a GPF Can you recreate this problem in a new form, I would be interested in getting a full description of how to create such a form? -- Bertil Isberg - CTECH Paradox buglist: online: http://web.comhem.se/~u82608896/ "Dan" <megaflex (AT) bellsouth (DOT) net> skrev i meddelandet news:444e29b8$1 (AT) pnews (DOT) thedbcommunity.com... I found the error 216 as "Service Pack #1 needs to be installed before Service Pack #2" How do I correct this? I found a solution on the form by deleting one of two table views on the form and replacing with a field. Don't understand why that would cause a GPF. Dan "Bertil Isberg" <bertil.isberg (AT) retlifmapsSCB (DOT) se> wrote in message news:444e21e8$1 (AT) pnews (DOT) thedbcommunity.com... You can find a lot of causes to Genreal Protection Violations error in the document Errors explained on my site - URL below. Search the index file for Unexpected: General Protection Violation. Note , there are two entries in the index. -- Bertil Isberg CTECH Paradox Buglist: http://web.comhem.se/~u82608896/ remove spamfilter (reversed) to reply |
#7
| |||
| |||
|
#8
| |||
| |||
|
#9
| |||
| |||
|
|
This works Customer and Orders. Both as TableFrames with 5-9 rows showing. Add this code to Orders, the detail table, in the Action event if eventInfo.id()=dataSearchReplace then Customer.nrows=1 doDefault Customer.nrows=5 endif Now it is possible to do a Locate adn Replace in Orders. During the operation Customer is only showing one row. -- Bertil Isberg CTECH Paradox Buglist: http://web.comhem.se/~u82608896/ remove spamfilter (reversed) to reply |
#10
| |||
| |||
|
|
I can only get it to work if the cursor is on the first record of parent table when I select ctrl-shift-z. If the cursor in on second record I get "cannot delete objects that are in use". Dan "Bertil Isberg" <bertil.isberg (AT) retlifmapsSCB (DOT) se> wrote in message news:44521fda (AT) pnews (DOT) thedbcommunity.com... This works Customer and Orders. Both as TableFrames with 5-9 rows showing. Add this code to Orders, the detail table, in the Action event if eventInfo.id()=dataSearchReplace then Customer.nrows=1 doDefault Customer.nrows=5 endif Now it is possible to do a Locate adn Replace in Orders. During the operation Customer is only showing one row. -- Bertil Isberg CTECH Paradox Buglist: http://web.comhem.se/~u82608896/ remove spamfilter (reversed) to reply |
![]() |
| Thread Tools | |
| Display Modes | |
| |