Antonio:
On a plain text conversion program, built with build prog, when the program reaches DBGOTO(nRecNo), being nRecNo a valid record number it crashes with the following error:
When it executes a DBUNLOCK(), it crashes with the following error:
Thank you very much.
On a plain text conversion program, built with build prog, when the program reaches DBGOTO(nRecNo), being nRecNo a valid record number it crashes with the following error:
000000 00000000 00000000 0000004D
  004012D8 0012FF68  0012FF7C 0042231C 00000001 004B2034 00142341
  0042231C 0012FF7C  0012FF88 0044FFE6 00000001
  0044FFE6 0012FF88  0012FFB8 004AFF2B 00400000 00000000 00142341 0000000A 00
000018 00000000 7FFD8000 7FFD8000
  004AFF2B 0012FFB8  0012FFF0 00000000 004B2034 7C81776F 00000018 00000000 7F
FD8000 8054B6ED 0012FFC8 868EF020
Modules:
0x00400000 0x000D2000 C:\HBS\RECOVOBS.EXE
0x7C900000 0x000B2000 C:\WINDOWS\system32\ntdll.dll
0x7C800000 0x000F6000 C:\WINDOWS\system32\kernel32.dll
0x7E410000 0x00091000 C:\WINDOWS\system32\USER32.DLL
0x77F10000 0x00049000 C:\WINDOWS\system32\GDI32.dll
0x76390000 0x0001D000 C:\WINDOWS\system32\IMM32.DLL
0x77DD0000 0x0009B000 C:\WINDOWS\system32\ADVAPI32.dll
0x77E70000 0x00093000 C:\WINDOWS\system32\RPCRT4.dll
0x77FE0000 0x00011000 C:\WINDOWS\system32\Secur32.dll
Called from DBGOTO(0)
Called from IMPOBS(404) in recovobs.prg
Called from MAIN(77) in recovobs.prgWhen it executes a DBUNLOCK(), it crashes with the following error:
000000 00000000 00000000 0000004D
  004012D8 0012FF68  0012FF7C 0042231C 00000001 004B2034 00142341
  0042231C 0012FF7C  0012FF88 0044FFE6 00000001
  0044FFE6 0012FF88  0012FFB8 004AFF2B 00400000 00000000 00142341 0000000A 00
000018 00000000 7FFD5000 7FFD5000
  004AFF2B 0012FFB8  0012FFF0 00000000 004B2034 7C81776F 00000018 00000000 7F
FD5000 8054B6ED 0012FFC8 8621E020
Modules:
0x00400000 0x000D2000 C:\HBS\RECOVOBS.EXE
0x7C900000 0x000B2000 C:\WINDOWS\system32\ntdll.dll
0x7C800000 0x000F6000 C:\WINDOWS\system32\kernel32.dll
0x7E410000 0x00091000 C:\WINDOWS\system32\USER32.DLL
0x77F10000 0x00049000 C:\WINDOWS\system32\GDI32.dll
0x76390000 0x0001D000 C:\WINDOWS\system32\IMM32.DLL
0x77DD0000 0x0009B000 C:\WINDOWS\system32\ADVAPI32.dll
0x77E70000 0x00093000 C:\WINDOWS\system32\RPCRT4.dll
0x77FE0000 0x00011000 C:\WINDOWS\system32\Secur32.dll
Called from DBUNLOCK(0)
Called from IMPOBS(395) in recovobs.prg
Called from MAIN(77) in recovobs.prgThank you very much.