Search found 14 matches: conventions

Return to advanced search

Re: How write a right name of a field

... "oDBF." But you can have something like oCustomer and oInvoice open in the same routine since there is no name conflict. Using these conventions makes your code very easy to read and understand, even years after you wrote it. James, I have 57 fields I not know wich field the function ...
by Silvio.Falconi
Fri Apr 29, 2022 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How write a right name of a field
Replies: 6
Views: 481

Re: How write a right name of a field

... "oDBF." But you can have something like oCustomer and oInvoice open in the same routine since there is no name conflict. Using these conventions makes your code very easy to read and understand, even years after you wrote it.
by James Bott
Thu Apr 28, 2022 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How write a right name of a field
Replies: 6
Views: 481

Re: Testing OpenAI GPT3 using AI Dungeon

... dedication! 15. It's way cooler than reading! 16. Its a creative outlet! 17. It's something to do when you're bored! 18. You get to go to away to conventions and meet other people who share your interest! 19. It's a way to make money to afford all the new toys, books, and other neat stuff! 20. ...
by Antonio Linares
Sat Aug 22, 2020 2:13 pm
 
Forum: latest AI news
Topic: Testing OpenAI GPT3 using AI Dungeon
Replies: 1
Views: 285

Re: Retorno de chamada DLL

... The calling convention to use for the DLL function can optionally be specified. Constants are available for this parameter. Calling conventions Constant Value Description DC_CALL_CDECL 0x0010 C calling convention (__cdecl) DC_CALL_STD *) 0x0020 Standard convention for WinAPI (__stdcall) ...
by carlos vargas
Fri Sep 27, 2019 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retorno de chamada DLL
Replies: 4
Views: 975

Re: FWH 18.08: Enhancements to strings.prg

... This function loads a file containing a table and stores it in * an xharbour array. If a filename is given, that won't follow the * i18n() opening conventions: you will have to use a full valid * relative or absolute filename to open the file. * * On success, the returned array has two elements. ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... as "Extended Literal Strings". Syntax: ------- E"..." The literal string may contain Escape Codes following the C language conventions, like: \n -> New Line character. \t -> Tab character. \r -> CR character. \" -> literal <"> character. \' -> ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2281

Re: Save dialog coordinates then redisplay same place

James, from the MSDN, GetWindowRect() function: In conformance with conventions for the RECT structure, the bottom-right coordinates of the returned rectangle are exclusive. In other words, the pixel at (right, bottom) lies immediately outside the rectangle. ...
by Enrico Maria Giordano
Thu Dec 11, 2014 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog coordinates then redisplay same place
Replies: 26
Views: 5218

Re: Sticky Label

... The Class Ribbon was end ? and the other option and features of this class where are ? As you are very new to the forum you can't know the conventions. But you have no right to get an answer in this forum. All the people here help for free. I think you can get paid support from Fivetech. ...
by Otto
Fri Apr 23, 2010 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sticky Label
Replies: 14
Views: 3248

Download link

... substituded by a array from 4 elements : { cHeading , nWidth , cFooting , Field number/name or CodeBlock } 4) 2) and 3) may be mixed. Using these conventions , we can always ( array from dbf) : 1) oCombox := Txcombox():new( , Arrfield , ….) First parameter NIL !!!!! 2) Change column properties ...
by demont frank
Tue Sep 23, 2008 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Any Class for Databse Look up with Multiple Columns
Replies: 18
Views: 3030

... FiveWin classes. I rather gather that we can use namespaces to overcome this but I was thinking that it might be good to sort out some naming conventions before we get too far. Regards Doug
by xProgrammer
Fri Aug 29, 2008 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Wiki
Replies: 44
Views: 10468

calldll vs calldll32

... 99.51 and fwh 2006 using xharbour 99.71 and fwh 7.09, gpf occurs with getproc32() and I never get to the calldll32. If I use the "old" calldll conventions, most calls work in 99.71 but not all - this was not a problem with 99.51. If I use the calldll32 conventions, I get gpf on getproc32() ...
by don lowenstein
Wed Sep 26, 2007 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calldll vs calldll32
Replies: 1
Views: 694

My Thoughts

... itself. I think that any such system would, for many of its features at least, be highly dependant upon the programmer's programming styles and conventions and rely upon them being applied fairly consistently. Any such system is likely to work much more effectively with code that was written ...
by xProgrammer
Sun Sep 02, 2007 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [OT]: Doxygen, source documentor
Replies: 4
Views: 1613

... and S_VOTERS etc. After I dropped the "S_" in the resource names, the problem disappeared. Perhaps there was some conflict with Win API naming conventions. So beware of naming resources with an underscore in this way, especially "S_". -------------------------------- - Roger Roger Unfortunately ...
by Richard Chidiak
Thu Feb 16, 2006 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource bitmaps on button bar missing?
Replies: 13
Views: 4032

... and S_VOTERS etc. After I dropped the "S_" in the resource names, the problem disappeared. Perhaps there was some conflict with Win API naming conventions. So beware of naming resources with an underscore in this way, especially "S_". -------------------------------- - Roger
by Roger Seiler
Thu Feb 16, 2006 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource bitmaps on button bar missing?
Replies: 13
Views: 4032

Return to advanced search