Search found 77 matches
- Thu Feb 18, 2021 3:11 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Imágenes en una DBF
- Replies: 24
- Views: 20546
Re: Imágenes en una DBF
for me personally the main factor is data security and the sustainability of the technology that supports it. especially now it's time to work online or e-commercial. of course the safety factor is the main choice. we are not attacked by hackers not because we are safe, but maybe they don't think ou...
- Thu Feb 18, 2021 7:24 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Imágenes en una DBF
- Replies: 24
- Views: 20546
Re: Imágenes en una DBF
That's right Mr Rao, with RDBMS especially Oracle we are no longer busy with a process in the program, just manage entries and issue a display form on the screen or report only while for other processes we can create advanced process flows which are directly handled by the database server. for examp...
- Thu Feb 18, 2021 1:23 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Imágenes en una DBF
- Replies: 24
- Views: 20546
Re: Imágenes en una DBF
Rick said: To All Just my 2 cents ... I have found that corporate ( most users ) tend to import huge files into databases .. like ( lets say ) 1gb ++ .. .Dbf can get out of hand real fast if you allow that to happen .. that is why I prefer Sql Server using the fieldtype VarBinaryMax ( much more stab...
- Sat Sep 12, 2020 2:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Space Key on FW_SetUnicode(.T.)
- Replies: 13
- Views: 1987
Re: Space Key on FW_SetUnicode(.T.)
Thank you and I've emailed you.
Best regards
Mulyadi.
Best regards
Mulyadi.
- Sat Sep 12, 2020 7:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Space Key on FW_SetUnicode(.T.)
- Replies: 13
- Views: 1987
Re: Space Key on FW_SetUnicode(.T.)
And I don't have the license for 20.08 anymore because the last version is 20.07.
- Thu Sep 03, 2020 1:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Space Key on FW_SetUnicode(.T.)
- Replies: 13
- Views: 1987
Space Key on FW_SetUnicode(.T.)
Good evening Mr Rao, I am using FWH version 20.07. if I use FW_Setunicode (.T.) then the space key does not run normally on variable reading @ x, y get oGet xvar of oDlg picture '@!' ..., but it works fine with the xbrowse EDIT_GET command this is only a small example, actually I use a fairly comple...
- Tue Sep 01, 2020 8:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Help for MDI Frame
- Replies: 4
- Views: 595
Re: Help for MDI Frame
Hi Mauri,
thank you, and problem resolved.
Regards
Mulyadi
thank you, and problem resolved.
Regards
Mulyadi
- Tue Sep 01, 2020 3:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Help for MDI Frame
- Replies: 4
- Views: 595
Re: Help for MDI Frame
thanks for responding. I mean how to get back to normal view after exiting the printer button. normal view like this: https://mega.nz/file/68pHQAgS#IM41IyGwv_qmWD_idaAag_TkXmItiLoiX3rOHFtfZxI but with version 20.07 I got this: https://mega.nz/file/r1gHVSYS#f5cqqfNK_jrC_-9x_P335jzDJ_KmoR5YZdEZ_QBgaTk...
- Tue Sep 01, 2020 12:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Help for MDI Frame
- Replies: 4
- Views: 595
Help for MDI Frame
Please help checking my code. in FWH version 17.09 after calling the print procedure, windows dialog1 is borderless. in version 20.07 the return to windows dialog1 leaves a frame. #include "FiveWin.ch" static oWnd static lWnd1, oWnd1 // ... static lWnd2, oWnd2 Function Main() local oBa...
- Tue Jun 02, 2020 2:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Slack Fivewin
- Replies: 6
- Views: 1375
- Wed May 20, 2020 3:04 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: New Class TGitHub
- Replies: 7
- Views: 1897
Re: New Class TGitHub
Mr Cristobal,
Where can I get this example and class of tgithub ?
Regards
Mulyadi
Where can I get this example and class of tgithub ?
Regards
Mulyadi
- Mon May 18, 2020 4:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 1805: XBrowse New syntax
- Replies: 4
- Views: 1187
Re: FWH 1805: XBrowse New syntax
Mr Rao. where can I get a complete reference to new syntax of xbrowse ? for example, how to write validations and button actions in the new syntax. I try like this but not working: @ 25,210 XBROWSE oBrwPrice SIZE -5,-5 PIXEL OF oFld:aDialogs[1] ; DATASOURCE orsPrice ; COLUMNS ... ... ...
- Sun May 10, 2020 4:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset
- Replies: 3
- Views: 654
Re: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset
Mr Rao, Thank you for the response. 5 bytes of code is the maximum allowed data length. in the realization of code data between 2 and 5 bytes. - I try to recover the data to 5 chars and still can't. "xcode := Trim( ors1:Code )" - try Trim () and Alltrim () as well, the recordset results ca...
- Sat May 09, 2020 3:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset
- Replies: 3
- Views: 654
FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset
Please help for my case like this: if open data with FW_OpenTRecSet(oCon, cSql) then the data in oBrw2 is not refreshed, but if it is open in FW_OpenRecordSet( oCon, cSql ) mode then the data in oBrw2 can be displayed. in TRecSet mode can run if only filter command. while in complex applications, I ...
- Fri May 01, 2020 3:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows 10: Lock Screen Images
- Replies: 11
- Views: 1716
Re: Windows 10: Lock Screen Images
Mr. Rao
Very nice.
but restore image does not work in MDI mode
Very nice.
but restore image does not work in MDI mode