Search found 2264 matches: defined

Return to advanced search

Re: oWord:CentimetersToPoints() en xHarbour

... what this error is: ERRO! A ENTRADA DE AUTOTEXTO NÃO FOI DEFINIDA. ¡ERROR! LA ENTRADA DE AUTOTEXTO NO ESTÁ DEFINIDA. ERROR! AUTOTEXT ENTRY IS NOT DEFINED. Image: https://imgur.com/7J46lj6 https://i.imgur.com/7J46lj6.png Gracias. Regards, saludos.
by karinha
Mon Apr 24, 2023 11:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: oWord:CentimetersToPoints() en xHarbour
Replies: 12
Views: 759

Re: Sending HTML using MAIL

... the message type of the email being sent. In the context of MAPISendMail function, the message type is usually specified using one of the predefined message classes that are defined in the Messaging Application Programming Interface (MAPI) specification. Here are some of the common values ...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 734

Re: Error compilacion TXBrowse con hbmk2 y vc2022

... en los avisos, se descartan las segundas difiniciones y se toman las tuyas: FiveH32.lib(XBROWSE.obj) : warning LNK4006: _HB_FUN_TXBROWSE already defined in Dpxbrowse.obj; second definition ignored FiveH32.lib(XBROWSE.obj) : warning LNK4006: _HB_FUN_TXBRWCOLUMN already defined in Dpxbrwcol.obj; ...
by Antonio Linares
Tue Mar 21, 2023 8:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilacion TXBrowse con hbmk2 y vc2022
Replies: 3
Views: 361

Error compilacion TXBrowse con hbmk2 y vc2022

... Dpxbrowse.c Dpxbrwcol.c Generating Code... hbmk2: Enlazando... Adp.exe FiveH32.lib(XBROWSE.obj) : warning LNK4006: _HB_FUN_TXBROWSE already defined in Dpxbrowse.obj; second definition ignored FiveH32.lib(XBROWSE.obj) : warning LNK4006: _HB_FUN_TXBRWCOLUMN already defined in Dpxbrwcol.obj; ...
by Compuin
Tue Mar 21, 2023 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilacion TXBrowse con hbmk2 y vc2022
Replies: 3
Views: 361

Re: HASH vs single variables

... the use of variables to hashes. Here is an example of how I make a switch row with very minimal definition. Only the red framed part is to be defined for each button. Best regards, Otto https://mybergland.com/fwforum/hashvarclip7.jpg https://mybergland.com/fwforum/hashvarclip6.jpg ...
by Otto
Wed Feb 22, 2023 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1146

error al compilar

... Error: Unresolved external '_hb_retclen_buffer' referenced from C:\FWH2212\LIB\FIVEHC.LIB|STR2HEX Warning: Public symbol '_HB_FUN_MUESTRU' defined in both module C:\FWH2212\SAMPLES\MIO_FE\MENU1.OBJ and C:\FWH2212\SAMPLES\MIO_FE\MUESTRU.OBJ Error: Unable to perform link que me está faltando ...
by jpcavagnaro
Sat Jan 21, 2023 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error al compilar
Replies: 4
Views: 440

Re: How to create a PRIVATE variable owned by the caller?

... are separated by commas. Description The PRIVATE statement creates variables and arrays visible within the current and invoked procedures or user-defined functions . This class of variable is said to have dynamic scope. Private variables exist for the duration of the active procedure or until ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 802

Re: COLORMENU vertical MenuItem

... to define the color or aspects of a totally personalized menu. If you use the 2007, 2010 or 2015 styles, it will use the colors that are already defined for that style in Fivewin. You can also use the MENU command with the COLORS clause without defining any styles, which will allow you to modify ...
by cnavarro
Tue Dec 27, 2022 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COLORMENU vertical MenuItem
Replies: 4
Views: 444

Re: WebView window

... in that code ) Change your code and resize dialog  DEFINE DIALOG oDlg FROM 0,0 TO 400,400  PIXEL TRUEPIXEL RESIZABLE  If you want that function defined in ON PAINT to be executed, one of the possible options is to use a TIMER
by cnavarro
Mon Dec 26, 2022 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView window
Replies: 16
Views: 1030

Changing itemlist in a combobox

... it find it anymore, nore do I remember the solution that was given then. This is my question: In a window, I use a combobox. The list that is defined, need to be changed, depending on changing the data in the window. How can I change a itemlist of an active combobox in my window? Thank you ...
by driessen
Sun Dec 04, 2022 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing itemlist in a combobox
Replies: 2
Views: 210

Uncaught ReferenceError - just to remember

Uncaught ReferenceError: $ is not defined? - Stack Overflowhttps://stackoverflow.com › questions › uncaught-refere...
15 Jan 2010 · 40 answers
The most common reason behind the error "Uncaught ReferenceError: $ is not defined" is executing the jQuery code before the jQuery library ...
by Otto
Wed Nov 23, 2022 10:28 am
 
Forum: mod_harbour
Topic: Uncaught ReferenceError - just to remember
Replies: 0
Views: 255

Re: MENUITEM RESOURCE transparency ?

Dear Rao The menus defined without any clause ( COLORS or styles 20?? ), are painted by the Windows API ( S.O. ) with the limitations that this produced for us. To improve them, I introduced the COLORS clause that allows you to use ...
by nageswaragunupudi
Tue Nov 08, 2022 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1309

Re: MENUITEM RESOURCE transparency ?

... like this without any clause like "COLORS" ? You know better but we like to have your clarification. Thanks again. Dear Rao The menus defined without any clause ( COLORS or styles 20?? ), are painted by the Windows API ( S.O. ) with the limitations that this produced for us. To improve ...
by cnavarro
Tue Nov 08, 2022 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1309

Re: MENUITEM RESOURCE transparency ?

... 20?? styles. We have used Bitmaps provided by Mr. Jimmy and also bitmap in \fwh\bitmaps\32x32\cascade.bmp. We used direct file name, resource defined with BITMAP and also resource defined with RCDATA (10). Program function TestMenu()   local oWnd, oMenu, oBar, oImage, oBrw  ...
by nageswaragunupudi
Mon Nov 07, 2022 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1309
PreviousNext

Return to advanced search