Search found 65 matches: partially

Return to advanced search

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

Mr. Jimmy You pointed out that primary keys are not correctly recognized by our libraries. We tested this issue. You are right partially. Primary key is correctly recognized when and ONLY WHEN the primary key field is defined as SERIAL. But our libraries are failing on all other cases. ...
by nageswaragunupudi
Sat Aug 05, 2023 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 705

Re: Mark field as required

INFORMAISVRB wrote:Hello

partially works

But I would have to put an extra control
it would be interesting something in the GET for example.
Here's the tip for the next Fivewin updates


Márcio, great idea. In this case, only Mister Nages can do it. Let's wait for Master Nages' opinion.

Sds.

Regards, saludos.
by karinha
Fri Jul 07, 2023 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1584

Re: Mark field as required

Hello

partially works

But I would have to put an extra control
it would be interesting something in the GET for example.
Here's the tip for the next Fivewin updates
by INFORMAISVRB
Fri Jul 07, 2023 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1584

Re: HASH vs single variables

Hello friends, I have been using a static hash variable for some time now to partially replace local variables. It somehow feels safer to me when making changes to old source code. I don't need to declare the variables. I simply assign a value to the key, and ...
by Otto
Wed Jun 07, 2023 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1060

POPUP window size

... TO 0,0  PIXEL ;           STYLE nOR(WS_POPUP, WS_SIZEBOX)  COLOR CLR_BLACK, CLR_WHITE    ACTIVATE DIALOG oFrg  NOWAIT It turned out, but partially - I can change the size of the window only on the left and top :(
by Natter
Sat Apr 08, 2023 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: POPUP window size
Replies: 3
Views: 210

Re: TGet with rounded corners in Windows 11

My manifest file is already correctly linked. And no, I don't want to paint the rouded corners myself. I hoped that our GETs get the new look automatically, just like the comboboxes and the checkboxes already (although partially) got.

EMG
by Enrico Maria Giordano
Thu Aug 04, 2022 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet with rounded corners in Windows 11
Replies: 12
Views: 614

Re: xBrowse anomoly

There is also a problem with the latest version. When the last numerical column does not fit, it is not painted, even partially:

https://ibb.co/84wDQcT

But if you move the scroll, it is painted as you move:

https://ibb.co/YNgqyF3

Thank you.

I am using FW 20.02-
by MOISES
Thu Apr 16, 2020 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3326

Re: Rpreview issues - PDF

... Also, it may be that I need to refine a bit of spacing. Specifically, the issues I have now are related to the box and shading I do which are only partially showing in the PDF. It may be that I'm overlapping some values. One thing I would note is that sample code always use fixed values, and that ...
by TimStone
Wed Apr 24, 2019 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7276

Re: Rpreview issues - PDF

... What shows perfectly on the screen does not necessarily get accomplished in the PDF. For example I do have shaded rectangles and boxes that partially display in the pdf, but fully display on the view mode. I'll play with that. If you want to give me an email address, I can send you the output ...
by TimStone
Tue Apr 23, 2019 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7276

Re: SayBarCode control

... which require a perfect label balance; it has sufficient redundancy to ensure that the code is read in virtually all cases, even if the surface is partially damaged; as the overflow increases (central area) the need to center the crossing of the beam decreases and therefore it is possible to use ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 5886

AADD not working with GETS

After noticing that a tabbed dialog only updated partially, I finally realize (5 hours later) that if I fill-up the culprit array using: aCalif:={}...AADD(aCalif,{chCta, Others[INT(chCta+.5)+1] ,thCta, Others[int(thCta+.5)+1], ...
by ellano
Sat Feb 02, 2019 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AADD not working with GETS
Replies: 14
Views: 1825

Re: Hunt down my functions in a project

James, I'm so convinced of OOP.. For now I want to get the old 16 bit working in 32 bit. (I have it partially) With 10 % done, I can start using it in dayly situation. The rest will be a complete rewrite with function and viewing from te forum. At this moment i'm into searching ...
by Marc Venken
Sat Dec 29, 2018 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hunt down my functions in a project
Replies: 6
Views: 1335

Re: Ribbon Theme

... the New() method a lot. Actually, there is already a setStyles() method which is called from the New() method and the ribbonbar is already partially painted when the code execution gets to the end of the New() method. I agree it would be nice to be able to call a setStyle() method but it ...
by James Bott
Thu Oct 25, 2018 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28028

Re: FWH 18.03 Dialog Problem (STILL)

Hi Mr. Rao, Partially tested with FHW1804 ... No Crash. But the dialog's Get Objects (Font) became Bold during testing ... :D Is there any difference in behaviour of the same application between 1802 and 1804 (revised libs) ? If ...
by fraxzi
Thu Jun 07, 2018 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 7283

Re: FWH 18.03 Dialog Problem (STILL)

fraxzi wrote:Hi Mr. Rao,

Partially tested with FHW1804 ... No Crash. But the dialog's Get Objects (Font) became Bold during testing ...

:D

Is there any difference in behaviour of the same application between 1802 and 1804 (revised libs) ?
If you have other issues, we shall deal with them separately.
by nageswaragunupudi
Thu Jun 07, 2018 6:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 7283
Next

Return to advanced search