Search found 150 matches: adopt

Return to advanced search

Re: Question about performance RowSet

... try this for adding new record. This is working for me and should work for you too. First run this program as it is without changes before you adopt to your tables. function MariaNewRecord()   local oCn := maria_Connect( "209.250.245.152,fwh,fwhuser,FiveTech@2022" )  ...
by Eroni
Wed Mar 20, 2024 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4039

Re: Question about performance RowSet

... try this for adding new record. This is working for me and should work for you too. First run this program as it is without changes before you adopt to your tables. function MariaNewRecord()   local oCn := maria_Connect( "209.250.245.152,fwh,fwhuser,FiveTech@2022" ...
by nageswaragunupudi
Wed Mar 20, 2024 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4039

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: 1195

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: 1195

Re: Convert a print to Rtf or doc

Hello Marco, This is a test for HTML report. If you also make mod harbour programs later, you can adopt the reports 1:1. You'll see that the report is saved as index.html in the program directory. You can then open this report with Word and save it as a docx file. I hope ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: colorize xbrowse on specific col/row

I am giving a very simple sample. You may adopt this logic to your situation. function BrwColorCells()   local oDlg, oFont, oBrw, oCol   local aPos  := { { 1, 2 }, { 1, 4 }, { 2, 1 }, { 3, 3 }, ...
by Silvio.Falconi
Wed Jun 01, 2022 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize xbrowse on specific col/row
Replies: 5
Views: 435

Re: colorize xbrowse on specific col/row

I am giving a very simple sample. You may adopt this logic to your situation. function BrwColorCells()   local oDlg, oFont, oBrw, oCol   local aPos  := { { 1, 2 }, { 1, 4 }, { 2, 1 ...
by nageswaragunupudi
Wed Jun 01, 2022 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize xbrowse on specific col/row
Replies: 5
Views: 435

a new idea to create a dialog

... different I explain you Generally, we at fivewin always start from a Browse and call the insertion and modification procedures I would like to adopt another technique but I don't know how I can do it. When the user loads the management of an archive the procedure must already display the dialog ...
by Silvio.Falconi
Mon Feb 14, 2022 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a new idea to create a dialog
Replies: 0
Views: 212

Re: Dark mode

... to classic win32 applications. We can see the difference in applications like Explorer, Calculator, etc but not with Notepad, etc. So, We need to adopt 2 different approaches for OS upto Windows 8.1 and for OS Windows 10 and later. For older versions we can use SetSysColors() For W10 and later, ...
by nageswaragunupudi
Tue Nov 16, 2021 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark mode
Replies: 20
Views: 2926

Re: MSSQL EXPRESS NativeError : 3621

We will check with SQLEXPRESS 2019 or later once again.
But we are pretty sure that if we adopt your modification, 99% of servers will fail.
by nageswaragunupudi
Thu Mar 18, 2021 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSSQL EXPRESS NativeError : 3621
Replies: 1
Views: 297

Re: Use PNG image

... any image format other than BMP. Now that you raised this topic, we will provide this facility in the coming versions. For now, I suggest you adopt this work-around and this works well: Use FW_ReadImage( nil, <YOURRESOURCE> )[ 1 ] in the place of image-name in the command or method. ...
by nageswaragunupudi
Wed Jan 27, 2021 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use PNG image (Solved)
Replies: 8
Views: 1090

Re: Previsualizacion de informe

... with the MDI window system. This problem is only in the case of NONMODAL previews. This issue is addressed in FWH2007 to be released. You may adopt the same fix in your "rpreview.prg". Please locate the following code in the METHOD BuildWindow()   if ! ::oDevice:lPrvModal .and. ...
by nageswaragunupudi
Wed Jul 15, 2020 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Previsualizacion de informe
Replies: 7
Views: 1308

Re: memvar

Code: Select all  Expand view
sum all temp1->&(calias) to ntotalias
 


All the snippets I posted were after testing. If you adopt them correctly, they should work.
by nageswaragunupudi
Tue Jul 14, 2020 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: memvar
Replies: 12
Views: 1328

Re: xBrowse and SQLRDD bug

... and recreating whenever the index is changed, record is added or deleted of a keyvalue is edited and modified. This is upto you if you want to adopt this approach.
by nageswaragunupudi
Thu Apr 30, 2020 12:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and SQLRDD bug
Replies: 18
Views: 2436

Re: ON RESIZE "automatic" -> Layout Manager ?

Hello Jimmy,

Would that mean that your DIALOGS and WINDOWS would then be responsive, too?
I mean that the screen is to small one line breaks into two, etc.
Do you think we could adopt a kind of CSS?

Best regards
Otto
by Otto
Fri Jan 03, 2020 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ON RESIZE "automatic" -> Layout Manager ?
Replies: 6
Views: 1141
Next

Return to advanced search

cron