Search found 301 matches

by shri_fwh
Mon Mar 16, 2020 7:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: Does FWH Support Scrollable Graph and Charts ?
Replies: 0
Views: 1443

Does FWH Support Scrollable Graph and Charts ?

Dear All ,

Looking feature Scroll able Graphs and Charts, Currently It does NOT supports. Please correct me if I am wrong.

Thanks
Shridhar
by shri_fwh
Sun Jan 26, 2020 8:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 5142

Re: Mobile App Development

Hi Otto ,

Very Interesting to see the examples on this.

Thanks
Shridhar
by shri_fwh
Mon Jan 20, 2020 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Master / Detail Example
Replies: 3
Views: 700

Re: XBROWSE Master / Detail Example

Hi Silvio, Yes , There are example using SeTree() method which needs to Expand and Shrink manual operation. The user requirement is that Master Record should appear with different font/color/columns from details records within the same XBROWSE and no need to expand/shrink manual operation. I am tryi...
by shri_fwh
Sun Jan 19, 2020 2:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SAY Control does NOT display "&" Char
Replies: 2
Views: 498

Re: SAY Control does NOT display "&" Char

Hi EMG ,

The solution is working..! Thanks ...!

The same problem was also with Window Title , there also it is working fine.
by shri_fwh
Fri Jan 17, 2020 9:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 5142

Re: Mobile App Development

Hi Otto ,

Could you please send some examples having INSERT,UPDATE,DELETE function. Thanks in advance...!
by shri_fwh
Wed Jan 15, 2020 5:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: SAY Control does NOT display "&" Char
Replies: 2
Views: 498

SAY Control does NOT display "&" Char

Dear All , The SAY control does not display "&" Char as given below @ 40 , 020  SAY aoSAY[1]  PROMPT "Profit & Loss A/c" SIZE 500 , C_SAYH PIXEL COLOR C_SAYFCLR, C_SAYBCLR FONT oApp:oFontHTitle TRANSPARENT UPDATE   Please guide me for the same. Thanks in advance...!
by shri_fwh
Wed Jan 15, 2020 3:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Master / Detail Example
Replies: 3
Views: 700

XBROWSE Master / Detail Example

Dear Rao Sir , Looking for XBROWSE Master / Detail example which display data master record and detail records in same the XBROWSE control. Have seen oBrw:SetTree() Method but it has collapse / folding functions which is not required to the end user. Could you please suggest an example on this. Than...
by shri_fwh
Tue Jan 14, 2020 12:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 5142

Mobile App Development

Dear All , I am using FiveWin and Maridb for main application development. Client also asking to develop small Mobile App to perform certain function in the Mobile App. Could you please guide what would be best and quickest way to develop Mobile App. Thanks in advance...! Shall I go for mod_harbour ...
by shri_fwh
Sat Jan 11, 2020 5:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB Table DateTime Column NULL Value its show "00"
Replies: 2
Views: 742

Re: MariaDB Table DateTime Column NULL Value its show "00"

Dear Rao Sir , Thanks a lot ...! So I will make it "NIL" before displaying on the screen. The application displaying the values of creation / update date time as given below    @260,  020  SAY  "Cr."           SIZE 040, C_SAYH PIXEL COLOR C_SAYFCLR, C_SAYBCLR FONT oApp:oFontSmall...
by shri_fwh
Wed Jan 08, 2020 5:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB Table DateTime Column NULL Value its show "00"
Replies: 2
Views: 742

MariaDB Table DateTime Column NULL Value its show "00"

Dear Rao Sir ,

A MariaDB Table has DATETIME column and in the table there are null values for the column but in FiveWin Application its showing "00:00:000.000".

Please guide me for the same.
by shri_fwh
Tue Dec 31, 2019 12:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: wrong ICON display on Windows Explorer Status Bar
Replies: 1
Views: 391

wrong ICON display on Windows Explorer Status Bar

Dear All ,

The Application ICON which display on Windows Task Bar its correct but its NOT displayed same ICON on Windows Explorer Status Bar as attached snapshot.



https://ibb.co/jwtN9nz
by shri_fwh
Tue Dec 31, 2019 11:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: MariaRowSet Field ERROR in TGET READONLY Control
Replies: 6
Views: 692

Re: MariaRowSet Field ERROR in TGET READONLY Control

Dear Rao Sir ,

Changed as per your suggestion now its working..! Thanks a lot...!
by shri_fwh
Tue Dec 31, 2019 11:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: GETCURDIR() FUNC IS NOT WORKING ON D DRVIE
Replies: 2
Views: 448

Re: GETCURDIR() FUNC IS NOT WORKING ON D DRVIE

Dear Rao Sir ,

Thanks a lot...! Now Its working...!
by shri_fwh
Tue Dec 31, 2019 7:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: GETCURDIR() FUNC IS NOT WORKING ON D DRVIE
Replies: 2
Views: 448

GETCURDIR() FUNC IS NOT WORKING ON D DRVIE

Dear All , The GETCURDIR() function is NOT working on D: Drive but is working C: perfectly. I have tried below two option both are NOT working on D: Drive. Could you please help me for the same. Thanks in advance...! Opt A    cAppDir := GETCURDIR()   Opt B   cAppDir := CurDrive() + ":\" + ...
by shri_fwh
Mon Dec 30, 2019 11:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: MariaRowSet Field ERROR in TGET READONLY Control
Replies: 6
Views: 692

Re: MariaRowSet Field ERROR in TGET READONLY Control

Dear Rao Sir , Both TGET control and RowSet are in READONLY mode but, still it has error. ROWSET    oPrdInfoRs:lReadOnly := .T.   TGET  @070, 870  GET aoGET[ 8 ] VAR oPrdInfoRs:OP_BAL_QTY SIZE 120, C_GETH PIXEL PICTURE "@Z 99,99,99,99,999" RIGHT OF oWnd READONLY FONT oApp:oFontGet UPDATE