Search found 37 matches: elaborate

Return to advanced search

Re: Testing Harbour -gc3 flag

... been using PECOMPACT.exe for a long time. We have no reports of problems, my version is old, but it generates a signature in the .EXE. Can you elaborate about this "signature", please? It is interesting. Solo hacer esto: C:\PECOMPACT\PEC2 /NB /EMP:Y /TM:Y /CR:Y /MC /Cl:9 NAMEEXE.EXE  ...
by karinha
Mon Nov 20, 2023 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4323

Re: Testing Harbour -gc3 flag

karinha wrote:Master Enrico, we have been using PECOMPACT.exe for a long time. We have no reports of problems, my version is old, but it generates a signature in the .EXE.


Can you elaborate about this "signature", please? It is interesting.
by Enrico Maria Giordano
Mon Nov 20, 2023 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4323

Re: Graphics, icons, bmp's for program layout

Hello Antonio. I will elaborate a simple example. To have these visual aspects some fivewin classes were changed. tDialog, TButtonBmp and imgxtio.prg. Few changes. It doesn't need to be applied to controls and components 1 by 1. I've ...
by Giovany Vecchi
Sun Dec 11, 2022 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Graphics, icons, bmp's for program layout
Replies: 12
Views: 1069

Re: What should be maximum size .EXE ideally ?

Hi Vilian ,

Could you please elaborate as I did not understand. Thanks in advance...!

As we know/remember in Clipper we used to create .OVL file (overlay) from multiple .PRG files. I am assuming the same with HRB. Please correct me if am wrong.

Thanks
Shridhar
by shri_fwh
Wed May 22, 2019 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 837

Re: FWH 18.08: Enhancements to strings.prg

... ) ) Right? Then how do I create translations of "Hello" in other languages and inform the program to use that language? Please elaborate the steps in detail.
by nageswaragunupudi
Tue Nov 13, 2018 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425

Re: Resource leak in menus

... increase font resources Is this the fix for this particular problem? If so, do I need to purchase the latest upgrade to get the fix? Can you elaborate about what the problem/fix was and in what version of FWH the problem was introduced? Thanks, Randal
by Randal
Tue Aug 15, 2017 11:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 4814

Re: Printing in GDI+

... that printing graphics made from GDI+ are ugly when using transparent modes. GDI+ has a own EMF-format. Maybe we should use it for this!? Can you elaborate more please?
by nageswaragunupudi
Thu Feb 09, 2017 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing in GDI+
Replies: 11
Views: 2257

Re: pagers for xBrowse

Let us discuss.
What kind of support you like from xbrowse? Can you please elaborate what do you have in mind?
by nageswaragunupudi
Thu May 19, 2016 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: pagers for xBrowse
Replies: 14
Views: 3867

Re: Problem with past into xbrowse numeric editable cell

Marco Turco wrote:Hi Rao,
I think it isn't just a get problem, if I try to past 11,123456 the acquired value in the xbrowse cell is 11,234560

I am not clear. Can you elaborate please?
by nageswaragunupudi
Sat Feb 20, 2016 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with past into xbrowse numeric editable cell
Replies: 11
Views: 2297

Re: PellesC RC-file compile with BCC?

... to comment regards 5.02 compatibility as google brought me here regards RWDESIGN.DLL, and it's hard to find resources about it so I figure I will elaborate for others in this situation. I've had a few problems getting BCW 5.02 working in retail Windows 10 Pro x64, but it *does* work. Part of the ...
by periander
Sat Sep 05, 2015 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PellesC RC-file compile with BCC?
Replies: 26
Views: 5795

Re: Programming with ADO, recordsets

... time part. From my experiences, I advise not to use this type, but to depend on DateTime field or SmallDateTime field type If required I can elaborate the reasons.
by nageswaragunupudi
Sun Jun 21, 2015 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programming with ADO, recordsets
Replies: 6
Views: 1049

Re: Ms Access (ADO) in a network with multiple users?

Manfred There are Pros and Cons both ways .. I like Ms Access because it is easy to market, sell and there are NO elaborate setups that need an IT staff to get involved... Ms Access does have limitations in a Large Enterprise setting specifically security, meaning one person could ...
by Rick Lipkin
Fri Jun 12, 2015 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ms Access (ADO) in a network with multiple users?
Replies: 2
Views: 748

Re: 2012 server

... back end and all the locking and performance problems just go away. Was a 'no brainer' for me :idea: Rick Lipkin ps .. no connection client or elaborate setup is needed .. Windows has it all built in if you use Access or Sql Server
by Rick Lipkin
Thu Jun 11, 2015 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2012 server
Replies: 24
Views: 5974

Re: Oracle via ADO/ODBC

Field type BIT works with MSSQL, MSACCESS ( same as YESNO) also, just like MYSQL and SQLITE3 Please see the more elaborate functions in FWH 13.07. Let me address your earlier post. We are now supporting MSACCESS, MSSQL, MYSQL, SQLITE3 and ORACLE. Except Oracle, all others support ...
by nageswaragunupudi
Tue Jul 30, 2013 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Oracle via ADO/ODBC
Replies: 19
Views: 6031

Re: Change on Vertical show with xbrowse

I suggest you first compile and test the code above. Here I am posting a more elaborate function. This function provides (1) editing the field (2) buttons to navigate the dbf (3) resizes the dialog to fit the contents of the browse. /***  XBRVERT.PRG*  Apr 29-2013 ...
by nageswaragunupudi
Mon Apr 29, 2013 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change on Vertical show with xbrowse
Replies: 5
Views: 1630
Next

Return to advanced search