Search found 1256 matches: shown

Return to advanced search

Re: passing a value through a for..next loop

... n ] OF oWnd <clauses> next n After this loop the present value of " n " is 21. When the dialog is activated and controls are to be shown, the value of "n" is 21 and naturally we get runtime error as subscript out of range. Correct way: for n := 1 to 20 aGet[ 1 ] := MakeGet( ...
by Antonio Linares
Fri May 10, 2024 2:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 6
Views: 170

Re: Problemas con resolucion y xBrowse

Enrico Maria Giordano wrote:Are you sure there are any datas on that fields? If yes, I can't imagine why they are not shown in the xBrowse, sorry.


Don't worry, is ok.

Thanks my friend.
by JoseAlvarez
Sun May 05, 2024 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con resolucion y xBrowse
Replies: 9
Views: 173

Re: Problemas con resolucion y xBrowse

Are you sure there are any datas on that fields? If yes, I can't imagine why they are not shown in the xBrowse, sorry.
by Enrico Maria Giordano
Sun May 05, 2024 6:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con resolucion y xBrowse
Replies: 9
Views: 173

Re: Filter on Xbrowse

... the program could be modified as well. Instead of loading the data from the server with the fetch method, they would be sent and received as shown here. oWebView := TWebView():New(1 , hWnd )oWebView:bOnBind = { | cJson, cCalls | ;hb_jsondecode( cJson, @hPost ), ...
by Otto
Sat May 04, 2024 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Problema super raro

...        ENDDO//         oRsWrk:ReQuery()         oRsWrk:MoveFirst()      ENDIF  If I remove the oRsWrk:ReQuery() code xBrowse is not shown, please see the images below In the first one, only 2 of 5 records are shown, I'm sure there are 5 records, I've checked it with NaviCat https://i.postimg.cc/7L3tQxSv/Clip90.jpg ...
by Armando
Sat Mar 23, 2024 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2194

Re: TITLE CLASS BUG with oDLg TRansparent

... transparently over the dialog. That means, the background color/gradient/brush of the control are ignored and only the dialog's background is shown behind the controls too. If we want to display the background (color/brush/gradient) of a control to be shown, then we should set oControl:lTransparent ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1705

Re: TITLE CLASS BUG with oDLg TRansparent

... transparently over the dialog. That means, the background color/gradient/brush of the control are ignored and only the dialog's background is shown behind the controls too. If we want to display the background (color/brush/gradient) of a control to be shown, then we should set oControl:lTransparent ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1705

Problem with alignment in SAY command

... 500 OF ParDlg PICTURE "@X" but I want it to be aligned to the right. In my resources this field is defined as right text, but my text is shown aligned to the left. How can I align the text in the SAY command to the right? Thank you.
by driessen
Fri Mar 01, 2024 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 865

Re: GROUPBOX

... group.    | meaning if I put COLOR CLR_MSPURPLE, CLR_ORANGE TRANSPARENT CLR_ORANGE is omitted and the background-color of the parent-container is shown? Again thank you so much for your help. Kind regards and until soon :-) Ruth
by Ruth
Tue Feb 27, 2024 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 191

Re: Controls behave different in Window as in Dialog

... USB on top of the Robotarm. In case of Dialog, I get a error : Error Twebcam, Load driver error, Check webcam connection. In case of Window it is shown. At this moment the webcam is the buildin one from the laptop. I can send you the testing program but it is all cut and past parts from the forum, ...
by Marc Venken
Sat Feb 24, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 172

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... beginning? Or is it changing to .T. during execution? Instead of adding ACTION clause, if you run the test program without changes this status is shown by the SAY  @ 200, 40 SAY { || If( IsWindowUnicode( oGet:hWnd ), "UTF8", "ANSI" ) + ;      " GET" ...
by Horizon
Sun Feb 04, 2024 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55046

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... beginning? Or is it changing to .T. during execution? Instead of adding ACTION clause, if you run the test program without changes this status is shown by the SAY  @ 200, 40 SAY { || If( IsWindowUnicode( oGet:hWnd ), "UTF8", "ANSI" ) + ;    ...
by nageswaragunupudi
Sun Feb 04, 2024 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55046

Lost connection to MySQL server

... button "ok" of the dialog, the program starts and everything works ok. IF i return to my previous version, everything is ok, nothing is shown. Do you know why is it happening ?
by vilian
Mon Jan 29, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server
Replies: 7
Views: 581

Re: WebView2 sample

Detlef,

All that is missing, as shown in your screenshot, is in the CLASS TWebView (c:\fwh2023\source\classes\twebview.prg).
Perhaps you could try manually linking the class for a test.

Best regards,
Otto
by Otto
Sun Jan 28, 2024 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1227

Re: Backups into blu rays

... who knows what devilry but in essence it's always boiled hot water. I do not share my professional and work experiences with those who have never shown me that they are capable of giving a technical speech, I am well aware of ransomware which is a malicious computer program that can infect a digital ...
by Silvio.Falconi
Wed Jan 03, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3434
Next

Return to advanced search