Search found 6232 matches: may

Return to advanced search

Re: Question about performance RowSet

I am thinking of adding method to get a single record from a table ( existing or new ) and then edit and save the data. May be something like this: oRecord := oCn:Record( cSql, [lBlank] ) // returns FW_Record / TDataRow objectoRecord:Edit() This would be very ...
by Eroni
Wed Mar 20, 2024 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4856

Re: Hide/show search system on a dialog - Resolved

nageswaragunupudi wrote:Please see the solution I posted here
viewtopic.php?f=6&t=44333

You may modify and adopt similar logic to your case.

on xbrowser.prg there is not on buttonbar the get and the combobox
by Silvio.Falconi
Tue Mar 19, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1312

Re: Hide/show search system on a dialog - Resolved

Please see the solution I posted here
viewtopic.php?f=6&t=44333

You may modify and adopt similar logic to your case.
by nageswaragunupudi
Mon Mar 18, 2024 11:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1312

Re: Question about performance RowSet

... I am thinking of adding method to get a single record from a table ( existing or new ) and then edit and save the data. May be something like this: oRecord := oCn:Record( cSql, [lBlank] ) // returns FW_Record / TDataRow objectoRecord:Edit()
by nageswaragunupudi
Sat Mar 16, 2024 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4856

Re: Window transition event

... changes (activating/deactivating). Combine with the LOWORD of wParam to check the activation state (e.g., WA_INACTIVE for background). You may need to inherit a Class TMyWindow from TWindow and implement support for WM_ACTIVATE There are some examples in these forums showing how to inherit ...
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 573

Re: GetHostByName( GetHostName() )

Dear Byron, You may ask chatgpt and Google Gemini about it and both offer good advice: chatgpt: Enumerate Network Interfaces: Use the GetAdaptersInfo or GetAdaptersAddresses function to enumerate all network interfaces on your system. ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 222

Re: BackUp [cCondition]

... unreliable Even if we provide WHERE clause, Restoring the table gives problems. Let us think and come up with alternative solutions. Meanwhile you may consider and try this method of saving full or a part of the table to DBF METHOD SaveToDBF( cSql, cDbf, lForUpdate ) or Copy table to another ...
by nageswaragunupudi
Tue Mar 05, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 187

New FTDN February 2024 (FWH 24.02)

... allows you to list the resources names that you have in your EXE selecting a specific type. It supports the use a codeblock to let you do what you may need to do with the names. Please review samples\rctoprg.prg for an example of use. samples\rctoprg.prg is a powerfull FWH source code generator ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 288

Does anyone have an Envelope Printing module ?

... my customer is replacing a Sage product and the Sage product has an envelope Printing module for various size envelopes .. I was hoping someone may have a pre-built Envelope printing FW code module that I can chose to print multiple size envelopes ... ?? I would be very grateful for any contrinutions ...
by Rick Lipkin
Fri Mar 01, 2024 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 1069

Re: xBrowse with UrlLink

... is so much truth and depth in its opening lines, don't you think? "Go placidly amid the noise and the haste, and remember what peace there may be in silence. As far as possible, without surrender, be on good terms with all persons. Speak your truth quietly and clearly; and listen to others, ...
by Silvio.Falconi
Wed Feb 28, 2024 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 250

Re: xBrowse with UrlLink

... is so much truth and depth in its opening lines, don't you think? "Go placidly amid the noise and the haste, and remember what peace there may be in silence. As far as possible, without surrender, be on good terms with all persons. Speak your truth quietly and clearly; and listen to others, ...
by Cgallegoa
Wed Feb 28, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with UrlLink
Replies: 3
Views: 250

Re: GROUPBOX

Thank you very, very much for your ... now it is displaying as I wished...wonderful :-) may I check if I got TRANSPARENT right please ... is it overwriting the | <nClrBack> | The background color of the group.    | meaning if I put COLOR CLR_MSPURPLE, CLR_ORANGE ...
by Ruth
Tue Feb 27, 2024 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 237

GROUPBOX

Dear friends, may I ask for help again please...now i am trying to style a group-box and did this: REDEFINE GROUP oGroup ID 4021 OF oDlg COLOR CLR_MSPURPLE, CLR_ORANGE TRANSPARENT but it seems to not change the background-color of ...
by Ruth
Tue Feb 27, 2024 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 237

Re: Controls behave different in Window as in Dialog

Dear Marc,

Windows uses different code procedures to manage windows and dialogs, thus the differences.
We try to make them behave the same but there may be differences as the ones that you have spotted.

How are you showing the cam view ? Please post the code so we can review it, thanks
by Antonio Linares
Sat Feb 24, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 231

Re: Data exchange between PC and Android device on the same loca

Arturo, If I may offer you some advice beforehand, then start your work with mod harbour from FIVETECH. Antonio has proven all along (I have been involved since 1994) that he solves problems for us and clears the obstacles out of ...
by Otto
Fri Feb 23, 2024 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 1111
PreviousNext

Return to advanced search