Search found 580 matches: unless

Return to advanced search

xbrowse drag / drop (to Mr. Rao)

...       AIns( oBrw:aArrayData, nRow, aTemp )        oBrw:Refresh()    endifreturn nil  It uses some methods that do not exist (unless the IA read the future)     // Habilitar Drag & Drop    oBrw:lDragDrop := .T.    oBrw:bDragBegin := { |nRow| oBrw:nDragRow := nRow }  ...
by ralph
Mon Nov 04, 2024 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse drag / drop (to Mr. Rao)
Replies: 9
Views: 281

Re: Browse of my ADO Class

Dear Jose, We have tested your hwgui example and we have found that dialogs can't be closed unless you close them in a specific (built?) order. Unless you close the latest shown dialog, the others can't be closed. You can download the built example from here: https://github.com/FiveTechSoft/FWH_tools/blob/master/Dialogboxes.exe ...
by Antonio Linares
Thu Oct 10, 2024 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 43
Views: 1984

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... The Harbour VM stack could be another point of failure, especially if it becomes corrupted or misaligned. Minimize direct stack manipulations unless necessary. Check the stack state before and after every operation involving the stack (`hb_stackPush()`, `hb_stackPopState()`). Ensure the stack ...
by nnicanor
Wed Sep 25, 2024 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1330

Re: Problema de Xbrowse()

Looks like I can not resolve the issue, unless I myself connect to the server and execute the query myself. FWH provides MSSQL cloud server for use of our users. Please connect to this server using oCn := FW_MSSQLDB() and then upload ...
by nageswaragunupudi
Wed Jul 31, 2024 4:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema de Xbrowse()
Replies: 23
Views: 3157

Re: To Antonio: a begging letter

... vectors support on DBFs I think we could take DBFs to the next stage. DBF + LetoDB is a great partnership. On the web there is no need for LetoDB unless you want to have your DBFs on a different server for some reasons. I agree with you that DBFs are such a great invention. We should have SQL ...
by Antonio Linares
Fri Jul 26, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: a begging letter
Replies: 4
Views: 534

Re: BackUp [cCondition]

At present we did not provide backup of table with WHERE condition. Actually, 70000 records is not a big table unless the internet connection is highly unreliable Even if we provide WHERE clause, Restoring the table gives problems. Let us think and come up with alternative solutions. ...
by nageswaragunupudi
Tue Mar 05, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 295

Re: SQL connection

... big issue is me, I just don't know enough about the SQL Server. Even if I create logins on the server (ie: User=Jeff), It will not let me connect unless I use "Windows Authentication". I think this is where my issue is. I will keep on trying. :shock:
by Jeff Barnes
Wed Jan 31, 2024 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 1093

Re: copy a row of xbrowse

... it in the 2nd browser. Although it is not welcome here, I post. I think we all have to prepare for the future, and the future is on the web. Unless we only have 6 months left until retirement. But you should not be selfish either. Many of us want to stay in the market for longer. Best regards, ...
by Silvio.Falconi
Mon Dec 04, 2023 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 7666

Re: copy a row of xbrowse

... it in the 2nd browser. Although it is not welcome here, I post. I think we all have to prepare for the future, and the future is on the web. Unless we only have 6 months left until retirement. But you should not be selfish either. Many of us want to stay in the market for longer. Best regards, ...
by Otto
Mon Dec 04, 2023 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 7666

Re: Convert a print to Rtf or doc

... taking the piss out of me because if he had a bit of love he wouldn't make a list with reference to umbrellas since there is no sea in Sillian unless Mr. Otto created it tonight it is a clear sign of allusion to my person and I'm deeply fed up with this
by Silvio.Falconi
Fri Dec 01, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 5273

Re: Xlsxlibhb_ver2

... quedarse congelado en el tiempo. Lo correcto es siempre modernizarse. ¿o no? No problem, Master Nages. Master Antonio will definitely use it. Unless he prefers to remain frozen in time. The right thing to do is always to modernize. or not? Regards, saludos.
by karinha
Wed Nov 22, 2023 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 12553

How to make MsgGetArray() behaviour consistent with MsgGet()

... {"From", "To"}, {::cFrom, ::cTo}) MsgGetArray() will not return .t. eventhough Ok is clicked unless some field has been edited. TIA FWH1912
by hua
Fri Nov 03, 2023 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make MsgGetArray() behaviour consistent with MsgGet()
Replies: 1
Views: 346

Re: DBF . Commit

... RDMSs, in the case of DBF, each client PC has its own buffer. In fact, each alias in the same application and each application on the same PC. Unless the contents of the buffer are written to the disk buffers of the OS, other client PC buffers can not be refreshed. So we are clear that simple ...
by nageswaragunupudi
Sun Oct 22, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 5329

Re: bDragBegin and bDropOver problem

... FIELDS instead of COLUMNS. It works fine, when I change from FIELDS to COLUMNS. Thanks once again both of you, Say control does not accept drop unless oSay:lWantClick is set to .T. The behavior is consistent in all versions of FWH and in particular this is the same behavior both in 1901 and ...
by dutch
Wed Sep 20, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 5273

Re: bDragBegin and bDropOver problem

Say control does not accept drop unless oSay:lWantClick is set to .T. The behavior is consistent in all versions of FWH and in particular this is the same behavior both in 1901 and 2304. Here is a small test: #include "fivewin.ch"function ...
by nageswaragunupudi
Wed Sep 20, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 5273
Next

Return to advanced search