Search found 250 matches: assuming

Return to advanced search

Re: DBF . Commit

Otto wrote:I mean, assuming the system doesn't crash. Do you really have to make a commit for another user to see a change?


No, as far as I know. It is the network system responsibility to handle those situations with the system buffers.
by Enrico Maria Giordano
Fri Oct 20, 2023 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2433

Re: DBF . Commit

... user might take 100. This makes sense, right? What does performance have to do with it? That using commit slows things down? Of course. I mean, assuming the system doesn't crash. Do you really have to make a commit for another user to see a change? Best regards, Otto
by Otto
Fri Oct 20, 2023 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2433

last useful line in a sheet

assuming you have an A4 format sheet how can I calculate the last useful line to print ( with tprinter class) information like timestamp or page number? I try with @ 28, 0 PRINT TO oPrn TEXT TimeStamp() ; SIZE 6.90, 0.8 CM ...
by Silvio.Falconi
Tue Apr 18, 2023 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: last useful line in a sheet
Replies: 4
Views: 426

Re: WebView window

... - In your javascript code, you are causing a recursive call to the same function. I want to check that your code ( Eval() ) is executed? ( assuming there is no error in that code ) Change your code and resize dialog  DEFINE DIALOG oDlg FROM 0,0 TO 400,400  PIXEL TRUEPIXEL RESIZABLE  If ...
by cnavarro
Mon Dec 26, 2022 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView window
Replies: 16
Views: 1031

Re: SMS Text messaging

... is not a problem. It is pretty simple. Where I have a problem is getting the reply to a text message. So far, the companies I have focused on are assuming we are using a webapplication, and they send a webhook notification when a reply is received by their server. It requires a URL, and then links ...
by TimStone
Fri Nov 04, 2022 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1742

Re: Printing RTF 22.03

... lines of code. The output can be an unlimited number of pages, thus the necessary page counter logic. The implementation of printing of the RTF is assuming a block size which must be modified to be used in this case. One customer might have 5 lines of text in RTF format, another might have 20. ...
by TimStone
Tue Apr 12, 2022 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 604

Re: Conversion from ca-clipper ( not found a variable)

test1.prg(72) Warning W0002 Ambiguous reference, assuming memvar 'LSERVER' Where the PUBLIC or PRIVATE variable is used you have to use the MEMVAR declaration or the M -> prefix: MEMVAR lServer or M -> lServer EMG ok but on my old clipper prg ...
by Silvio.Falconi
Fri Mar 04, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4530

Re: Conversion from ca-clipper ( not found a variable)

Marc Venken wrote:test1.prg(72) Warning W0002 Ambiguous reference, assuming memvar 'LSERVER'


Where the PUBLIC or PRIVATE variable is used you have to use the MEMVAR declaration or the M -> prefix:

MEMVAR lServer

or

M -> lServer

EMG
by Enrico Maria Giordano
Fri Mar 04, 2022 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4530

Re: Conversion from ca-clipper ( not found a variable)

... understanding : In this code (parts) , from the main function the warning log says folowing : test1.prg(72) Warning W0002 Ambiguous reference, assuming memvar 'LSERVER' test1.prg(73) Warning W0002 Ambiguous reference, assuming memvar 'SERVER_PATH' test1.prg(75) Warning W0002 Ambiguous reference, ...
by Marc Venken
Thu Mar 03, 2022 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4530

Re: TXBrwColumn aEditListTxt

oBrw:aCols[2]:bOnChange := ;{ |o| o:oBrw:oCol( 3 ):VarPut( a2[ AScan( a1, o:Vaue ) ] ) }  assuming other column number is 3. This works very well. But in case the 2nd column has been edited and I want to reselect the same item from 1st column:listbox ...
by Detlef
Wed Feb 23, 2022 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn aEditListTxt
Replies: 11
Views: 579

Re: TXBrwColumn aEditListTxt

nageswaragunupudi wrote:
Code: Select all  Expand view
oBrw:aCols[2]:bOnChange := ;
{ |o| o:oBrw:oCol( 3 ):VarPut( a2[ AScan( a1, o:Vaue ) ] ) }
 

assuming other column number is 3.


This is much more smart.
Many thanks :D
by Detlef
Tue Feb 22, 2022 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn aEditListTxt
Replies: 11
Views: 579

Re: TXBrwColumn aEditListTxt

Code: Select all  Expand view
oBrw:aCols[2]:bOnChange := ;
{ |o| o:oBrw:oCol( 3 ):VarPut( a2[ AScan( a1, o:Vaue ) ] ) }
 

assuming other column number is 3.
by nageswaragunupudi
Tue Feb 22, 2022 9:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn aEditListTxt
Replies: 11
Views: 579

Re: TXBrwColumn aEditListTxt

Code: Select all  Expand view
oBrw:aCols[2]:bOnChange := ;
{ |o| o:oBrw:oCol( 3 ):VarPut( a2[ AScan( a1, o:Vaue ) ] ) }
 

assuming other column number is 3.
by nageswaragunupudi
Tue Feb 22, 2022 9:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn aEditListTxt
Replies: 11
Views: 579

Re: Procedimientos Almacenados (Store Procedure) Error

... oProd, aStruct ) Note: This is a workaround for the time being. But ideally we should make the oCn:Call( "proc001" ) work. I am assuming your FWH version is not too old. May I know your version? Regret delayed response. I was unable to devote much time till recently. I am back ...
by nageswaragunupudi
Sun Feb 13, 2022 8:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Procedimientos Almacenados (Store Procedure) Error
Replies: 8
Views: 1153

Re: ayuda con xbrowse

... If it works in 12.04 it should work with 17.09 also. But as we can see from your code, autosort should not work either with 12.04 or 17.09. Even assuming the DBF is indexed on all fields, how do you expect XBrowse to know which Index is to be used for which columnn? In the above code, we should ...
by nageswaragunupudi
Fri Oct 29, 2021 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ayuda con xbrowse
Replies: 2
Views: 482
Next

Return to advanced search

cron