Search found 275 matches: commented

Return to advanced search

Error xbrowse --> excel

... => TMDIFRAME:ACTIVATE( 1097 ) Called from: prog\Main.prg => MAIN( 6025 ) To solve the problem I have eliminated the commented part of the program. I did not understand why to do a 'paste' operation during the read cycle of the DBF file when the length of the copy ...
by mauri.menabue
Fri Oct 02, 2020 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error xbrowse --> excel
Replies: 2
Views: 539

Re: XBROWSE COLOR ROWS

WIKI Postby Otto » Fri Sep 18, 2020 12:01 pm Dear Cristobal, I inserted the code into yunus.prg. static function Invoices() and commented // BrwColors( oBrw ). This is not working. If BrwColors( oBrw ) is uncommented, then I get black background but not the rows. Maybe it is different ...
by Otto
Fri Sep 18, 2020 12:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE COLOR ROWS
Replies: 7
Views: 869

Re: Tomando fotos con la webcam

Found! The problem is here:

Code: Select all  Expand view
SetWindowPos(::hWnd,HWND_BOTTOM,0,0,oStatus:nWidth,oStatus:nHeight,;
             nOr(SWP_NOMOVE,SWP_NOZORDER ) )


Once this is commented out, we can change width and height of the capture window.

EMG
by Enrico Maria Giordano
Sun Jul 12, 2020 7:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tomando fotos con la webcam
Replies: 77
Views: 15725

Re: Clipper Code under FiveWin ?

Now, let us try the code posted first: With minor modifications: 1) Added translate for DISPBOX 2) Changed CLEAR SCREEN as CLEAR //SCREEN .. commented out SCREEN 3) Text of say is made a long text #include "fivewin.ch"#xtranslate DISPBOX( <t>,<l>,<b>,<r> ...
by nageswaragunupudi
Wed Dec 11, 2019 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper Code under FiveWin ?
Replies: 14
Views: 1783

Re: Using C# (and .NET) from FWH not working(?)

...           return 0;        }    }}  Now we execute the following command en un fichero .bat ( buildcs0.bat ). I have commented on the first line because I use the link to the compiler console that you install when you install any version of Visual Studio This way we ...
by cnavarro
Fri Nov 08, 2019 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4383

Re: XBROW BORDER getting wipe out when uses UP/DOWN keys

Dear Sir , When the below code line is commented then its working fine. The Line was copied by mistake from the other source file. //************** IF THE BELOW LINE COMMENTED THEN IT OUTLINE BOX SHOWS CORRECTLY WHILE NAVIGATING THE UP/DOWN ...
by shri_fwh
Tue Oct 22, 2019 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROW BORDER getting wipe out when uses UP/DOWN keys
Replies: 2
Views: 518

Re: Multiple Dimension Array in Combobox

... desired value, and it's done. All works fine, as usual. If someone does have a thought on what I've presented, the code is still in place ( though commented out so it's inactive ) and I can test their input. Have a wonderful weekend ...
by TimStone
Thu Aug 29, 2019 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4056

Re: A question for Mr. Rao

What is the value of the entry
bind-address
in my.cnf (in case your OS is linux) or my.ini

Is that uncommented or commented?

The users in the DB ?
Image
by anserkk
Wed Aug 21, 2019 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A question for Mr. Rao
Replies: 8
Views: 946

Re: Ribbon Theme

I found out. You are fixing button's height in the function SetRibbonBarTheme. I commented and it Works!
by vilian
Fri Jun 28, 2019 12:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28355

Re: Adssetnull external error

I don't know why this is commented out... It could be an error from mine, sorry. Ok, let's try to uncomment it...

EMG
by Enrico Maria Giordano
Fri Jun 14, 2019 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adssetnull external error
Replies: 13
Views: 1721

Re: Adssetnull external error

EMG, in adsfunc.c adssetnull is commented, /*HB_FUNC( ADSSETNULL ) { UNSIGNED32 ulRetVal; ADSAREAP pArea = hb_adsGetWorkAreaPointer(); ulRetVal = AdsSetNull( (hb_parnl(1)==0) ? pArea->hOrdCurrent : hb_parnl(1),(char*) hb_parc(2)); hb_retl( ...
by Admpss
Fri Jun 14, 2019 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adssetnull external error
Replies: 13
Views: 1721

Re: Rpreview issues - PDF

... 0, "open", "newtest.pdf" )return nil  I added emf2pdf.prg to the link list, after making these minor modifications: 1) Commented out the function Main() 2) Added call to function GetFonts() at the beginning of the function CreatePDF(...) 3) The function CreatePDF() expects ...
by nageswaragunupudi
Thu May 09, 2019 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7457

errorsysw.prg

... that is actually opened ). I would like to include the actual file name, but can't seem to find a way to pull it out in this situation. Note the commented line in the code. That forces the error program to quit without displaying anything. Any suggestions will be greatly appreciated.
by TimStone
Tue Jan 29, 2019 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: errorsysw.prg
Replies: 2
Views: 797

Re: FW_GetMonitor() doesn't work

Good afternoon Mr. Rao, thank you very much for your answer. The app compiles now with the commented lines, but it errors with <i> greater than 1: Application===========   Path and name: C:\xharbour\my_source\tmonitor.exe (32 bits)   Size: 3,363,840 bytes  ...
by frose
Tue Jan 29, 2019 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 3011

Re: Ribbonbar getting black

Vilian, I accidentally made a black ribbonbar today. I was working with the ribbonbar class trying to make a solid color ribbonbar. I commented out the gradient BMP brush that is made in the class to see the effect, and the ribbonbar is all black. So, it seems the black you are seeing is ...
by James Bott
Wed Sep 19, 2018 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar getting black
Replies: 32
Views: 6090
PreviousNext

Return to advanced search