... to `HB_FUN__LASTLOLPARAM'
C:/Users/larryh/AppData/Local/Temp/hbmk_siw9ud.dir/SCO0.o:SCO0.c:(.data+0x1108): undefined reference to `HB_FUN_NTXPOS'
C:/Users/larryh/AppData/Local/Temp/hbmk_siw9ud.dir/SCO0.o:SCO0.c:(.data+0x11c8): undefined reference to `HB_FUN_SETWINDOWTEXT'
C:/Users/larryh ...
Search found 15 matches: ntxpos
Searched query: ntxpos
- Mon Dec 05, 2016 11:37 pm
- Forum: FiveWin for CA-Clipper
- Topic: multiple defintions, forst defined here
- Replies: 15
- Views: 24299
- Mon Oct 10, 2011 11:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How can recompile FW libraries?
- Replies: 23
- Views: 6501
Re: How can recompile FW libraries?
... with no prototype in function MSGABOUT
Warning W8065 msgs.c 370: Call to function 'ValToChar' with no prototype in function MSGABOUT
Warning W8017 ntxpos.c 17: Redefinition of 'ERROR' is not identical
Warning W8017 ntxpos.c 17: Redefinition of 'ERROR' is not identical
Warning W8057 ntxpos.c 97 ...
Warning W8065 msgs.c 370: Call to function 'ValToChar' with no prototype in function MSGABOUT
Warning W8017 ntxpos.c 17: Redefinition of 'ERROR' is not identical
Warning W8017 ntxpos.c 17: Redefinition of 'ERROR' is not identical
Warning W8057 ntxpos.c 97 ...
- Mon Jun 07, 2010 11:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Pritpal, HBIDE developer, assists us to use it with FWH
- Replies: 293
- Views: 117991
Re: Pritpal, HBIDE developer, assists us to use it with FWH
... Warning W8075 C:\fwh\source\function\msgtools.c 18: Suspicious pointer conversion in function HB_FUN_MSGPAINT
Warning W8017 C:\fwh\source\function\ntxpos.c 17: Redefinition of 'ERROR' is not identical
Warning W8080 C:\fwh\source\function\ntxpos.c 97: 'hp' is declared but never used in function ...
Warning W8017 C:\fwh\source\function\ntxpos.c 17: Redefinition of 'ERROR' is not identical
Warning W8080 C:\fwh\source\function\ntxpos.c 97: 'hp' is declared but never used in function ...
- Sun Feb 21, 2010 10:35 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Se necesita ayuda en el wiki !
- Replies: 12
- Views: 6090
Re: Se necesita ayuda en el wiki !
... nLoWord()
nMakeLong()
nMciOpen()
nMciPlay()
nMciWindow()
nMidiDevices()
nMsgBox()
nNot()
nOr()
nRandom()
nRGB()
nRGBBlue()
nRGBGreen()
nRGBRed()
nSerialA()
nSerialHD()
nStrCrc()
nStrHash()
nTcwRow()
NtxPos()
nTxtLines()
nWindows()
nWndChrHeight()
nWRow()
nWRows()
nXOr()
Saludos,
Carlos Gallego
nMakeLong()
nMciOpen()
nMciPlay()
nMciWindow()
nMidiDevices()
nMsgBox()
nNot()
nOr()
nRandom()
nRGB()
nRGBBlue()
nRGBGreen()
nRGBRed()
nSerialA()
nSerialHD()
nStrCrc()
nStrHash()
nTcwRow()
NtxPos()
nTxtLines()
nWindows()
nWndChrHeight()
nWRow()
nWRows()
nXOr()
Saludos,
Carlos Gallego
- Fri Nov 20, 2009 7:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: NtxPos( IndexOrd(), RecNo() )
- Replies: 3
- Views: 724
Re: NtxPos( IndexOrd(), RecNo() )
Thanks to you both for your suggestions. I ended up using the OrdKeyNo() call in place of the NTXPOS function and that seems to work perfectly. I'm sure there are advantages to using newer browses, but at this point there are enough other things to work on, I'm taking the quickest path toward ...
- Wed Nov 18, 2009 1:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: NtxPos( IndexOrd(), RecNo() )
- Replies: 3
- Views: 724
Re: NtxPos( IndexOrd(), RecNo() )
In addition to Mr EMG's suggestion, I like to add that if we use XBrowse, it automatically takes care of these issues.
We just tell the XBrowse what columns are to be browsed from what Alias and it does all the rest.
We just tell the XBrowse what columns are to be browsed from what Alias and it does all the rest.
- Wed Nov 18, 2009 12:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: NtxPos( IndexOrd(), RecNo() )
- Replies: 3
- Views: 724
Re: NtxPos( IndexOrd(), RecNo() )
In 32 bit use OrdKeyNo() and OrdKeyCount() instead.
EMG
EMG
- Wed Nov 18, 2009 11:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: NtxPos( IndexOrd(), RecNo() )
- Replies: 3
- Views: 724
NtxPos( IndexOrd(), RecNo() )
The browses of the code I'm converting use the NTXPOS() function to set the scroll bars on a number of browses. In 16 bits this function seemed to work very nicely, but in FWH, it seems to always return 0. Any suggestions?
- Wed Aug 27, 2008 7:39 am
- Forum: Utilities / Utilidades
- Topic: Boris Pekic - NG's archive
- Replies: 27
- Views: 101382
Canal Five Utilities
... yourself
> 3. I use Comix and when C5Grid has to show a filtered database the first
> raws are frozen.
//not only for ntx!!
FUNCTION ntxpos()
RETURN ordkeyno()
many thanks for your answer. Everything works except the Comix filter. I use
FUNCTION NtxPos()
RETURN cmxkeyno ...
> 3. I use Comix and when C5Grid has to show a filtered database the first
> raws are frozen.
//not only for ntx!!
FUNCTION ntxpos()
RETURN ordkeyno()
many thanks for your answer. Everything works except the Comix filter. I use
FUNCTION NtxPos()
RETURN cmxkeyno ...
- Mon Dec 11, 2006 4:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: NtxPos
- Replies: 2
- Views: 727
Re: NtxPos
EnricoMaria wrote:Use OrdKeyNo() instead.
EMG
Thanks
- Mon Dec 11, 2006 4:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: NtxPos
- Replies: 2
- Views: 727
Re: NtxPos
Use OrdKeyNo() instead.
EMG
EMG
- Mon Dec 11, 2006 3:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: NtxPos
- Replies: 2
- Views: 727
NtxPos
NtxPos should return the relativ index position of a recno (NTX-RDD). But it seems, that the return-value is allway 0. Why?
- Mon Dec 11, 2006 3:28 pm
- Forum: FiveWin para CA-Clipper
- Topic: NtxPos
- Replies: 1
- Views: 652
Re: NtxPos
fp wrote:NtxPos should return the relativ index position of a recno (NTX-RDD). But it seems, that the return-value is allway 0. Why?
Sorry, it's the wrong forum ... the problem is in FiveWin-Harbour
- Mon Dec 11, 2006 3:26 pm
- Forum: FiveWin para CA-Clipper
- Topic: NtxPos
- Replies: 1
- Views: 652
NtxPos
NtxPos should return the relativ index position of a recno (NTX-RDD). But it seems, that the return-value is allway 0. Why?
- Wed Nov 02, 2005 3:38 pm
- Forum: FiveWin para CA-Clipper
- Topic: Error de Proteccion General.
- Replies: 5
- Views: 4929
Error de Proteccion General.
... TEXT CODE
000A:9510 00045H WNDUPDAT_TEXT CODE
000A:9555 00319H WNDRUN_TEXT CODE
000A:986E 00078H LONGNAME_TEXT CODE
000A:98E6 00385H NTXPOS_TEXT CODE
000A:9C6B 0006BH DLL_TEXT CODE
000A:9CD6 00443H DLGBOX_TEXT CODE
000A:A119 0067BH FWARRAY_TEXT CODE
000A:A794 003D3H __WNDPRO ...
000A:9510 00045H WNDUPDAT_TEXT CODE
000A:9555 00319H WNDRUN_TEXT CODE
000A:986E 00078H LONGNAME_TEXT CODE
000A:98E6 00385H NTXPOS_TEXT CODE
000A:9C6B 0006BH DLL_TEXT CODE
000A:9CD6 00443H DLGBOX_TEXT CODE
000A:A119 0067BH FWARRAY_TEXT CODE
000A:A794 003D3H __WNDPRO ...