Search found 535 matches: whatever

Return to advanced search

Re: ADOFUNC.prg e SQLEXPRESS

1) Yes.
2) If both users are working on the same record at the same time after one user saves changes the other can not save his changes. He will get an error. The second user has to cancel his changes, read the record again, and then do whatever.
by nageswaragunupudi
Sun Mar 21, 2021 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 3
Views: 550

Re: Data management system

... from Microsoft because it can work across all devices. You can do extensive organization, so I have various Chapters, and then pages. You can find whatever you want in moments, it supports Copy and Paste, you can put in charts and photos, and so much more. Of course I have some sections on non-technical ...
by Marc Venken
Fri Feb 26, 2021 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data management system
Replies: 18
Views: 2183

Re: Data management system

... from Microsoft because it can work across all devices. You can do extensive organization, so I have various Chapters, and then pages. You can find whatever you want in moments, it supports Copy and Paste, you can put in charts and photos, and so much more. Of course I have some sections on non-technical ...
by TimStone
Fri Feb 26, 2021 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data management system
Replies: 18
Views: 2183

Are there any Treeview samples with associated edit boxes?

... but wanted to see if there are some existing snippets that maybe associate a memo field with each node, and save the tree to a database or json or whatever.
by FWExplorer
Mon Nov 23, 2020 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

Re: DPI aware

Enrico Maria Giordano wrote:I wonder if there is something that can magically transform a normal app in a "DPI aware" app, whatever it means.

EMG

estimado caballero no entiendo nada, danos algunos ejemplos concretos
by Silvio.Falconi
Sat Oct 10, 2020 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DPI aware
Replies: 18
Views: 1627

Re: DPI aware

I wonder if there is something that can magically transform a normal app in a "DPI aware" app, whatever it means.

EMG
by Enrico Maria Giordano
Sat Oct 10, 2020 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DPI aware
Replies: 18
Views: 1627

Re: Server Apache24 to ModHarbour

Just a little info

If you want to rename the "apache service name" you can specify at the moment to install or run the apache service
the parameter -n "NewServiceApache" , or whatever name as you want.

Best Regards
Osvaldo Ramirez
by ramirezosvaldo2
Sun Sep 20, 2020 10:52 pm
 
Forum: mod_harbour
Topic: Server Apache24 to ModHarbour
Replies: 20
Views: 2673

Re: xBrowse and bClrStd

Whatever be the context, you should not use index variable inside a codeblock created inside the loop.
This is one fundamental rule we need to keep in mind since the clipper days.
by nageswaragunupudi
Mon Sep 07, 2020 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and bClrStd
Replies: 6
Views: 580

Re: Onedrive

... to a drive letter (no external utilities are required. we can do it within windows itself) and use this drive letter for reading and writing. Whatever we write will be synchronized by Windows across all computers used by the same user. But there will be a lag in synchronization and so can ...
by nageswaragunupudi
Sun Jul 26, 2020 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Onedrive
Replies: 9
Views: 1495

Fiscal Year ( fy ) Calculator

To All

Just curious if FiveWin has a FW function to calculate a Fiscal Year .. like:

dDate := ctod("06/27/2020")
nFy := Whatever_function( dDate )

nFy should = 2020

Thanks
Rick Lipkin
by Rick Lipkin
Mon Jul 06, 2020 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fiscal Year ( fy ) Calculator
Replies: 1
Views: 459

Re: Editar RowSet con dos tablas - At. Mr. Rao

... opening as RowSet a) oCn:Update( table, fieldlist, aValues ) b) oCn:Insert( table, fieldlist, aValues ) c) oCn:Upsert( table, fieldlist, aValues ) Whatever way you write data, you can enclose in Beging/Commit Transactions; Make a separate function to Write. Example: function WriteAll()  ...
by Horizon
Wed May 27, 2020 12:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar RowSet con dos tablas - At. Mr. Rao
Replies: 15
Views: 3021

Re: Editar RowSet con dos tablas - At. Mr. Rao

... opening as RowSet a) oCn:Update( table, fieldlist, aValues ) b) oCn:Insert( table, fieldlist, aValues ) c) oCn:Upsert( table, fieldlist, aValues ) Whatever way you write data, you can enclose in Beging/Commit Transactions; Make a separate function to Write. Example: function WriteAll()  ...
by Horizon
Wed May 27, 2020 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar RowSet con dos tablas - At. Mr. Rao
Replies: 15
Views: 3021

Introducing the Harbour websocket server

... is!), using websockets. In this version the websocket server implements an echo service, just to check that it properly works. It sends you back whatever you may send to it. You can easily change its source code to implement any other conversation you may have in mind. It uses the port 9000 but ...
by Antonio Linares
Sat Apr 18, 2020 8:53 am
 
Forum: mod_harbour
Topic: Introducing the Harbour websocket server
Replies: 2
Views: 745

Re: OT Optimizar query MySql

... to get instantaneous response from 60,000 records on a better server. Though we used FWH built-in library for this sample, we get the same speed whatever the libray we use ADO, Dolphin or any other. Speed does not depend on the library but on the sql query and indexes. Note: If you are using ...
by nageswaragunupudi
Wed Mar 04, 2020 8:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT Optimizar query MySql
Replies: 30
Views: 5211

Re: urgent bugs lastest FWH and SQLRDD

... can please provide us a modified method SetRDD() with changes applicable only for SQLRDD and we will incorporate the changes in the next release. Whatever changes implemented till now were based on the recommendations of the users only.
by nageswaragunupudi
Thu Feb 13, 2020 2:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: urgent bugs lastest FWH and SQLRDD
Replies: 12
Views: 2994
PreviousNext

Return to advanced search