Search found 20 matches: beware

Return to advanced search

Re: MySql vs Oracle

... Water division and disrupted its bill payment systems. MySql, Oracle and MS Sql Servers are ALL good choices for local applications .. just beware of the cloud and even if users need internet access ... in a Corporate environment .. you can always use a VPN to connect remote users .. however ...
by Carles
Fri Jan 26, 2024 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1753

Re: MySql vs Oracle

... Water division and disrupted its bill payment systems. MySql, Oracle and MS Sql Servers are ALL good choices for local applications .. just beware of the cloud and even if users need internet access ... in a Corporate environment .. you can always use a VPN to connect remote users .. however ...
by Rick Lipkin
Wed Jan 24, 2024 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1753

CDO MAPI versions and files

... me. I think it was due to the volume of mail and/or I had neglected to make sure the SentFrom and ReplyTo were not exactly the same. Anyway, beware. Regards, James
by James Bott
Tue Jun 13, 2017 11:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO MAPI versions and files
Replies: 6
Views: 1165

Re: Interfacing with Dicom sistems

... Encoding HL7 messages in this manner allows an application parser to simply use the special characters in the MSH to parse the message. However, beware that many application parsers just use hard coded values and ignore MSH-1 (Field Separator) and MSH-2 (Encoding Characters). Regards Doug
by xProgrammer
Tue May 02, 2017 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11924

Re: BCC70 - BCC71 - BCC72

... messages. I halted these, and have received nothing since. But, my whosaway site does state: (for evaluation only) in 'RED' , so perhaps 'Buyer Beware' ! EMG
by Enrico Maria Giordano
Wed Feb 01, 2017 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC70 - BCC71 - BCC72
Replies: 7
Views: 2131

append from

Anyone else notice that when you APPEND FROM a file the resulting file includes deleted records from the source file and the deleted records are now undeleted, even if you Set Deleted on? That is something you need to beware of
by dtussman
Thu May 26, 2016 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: append from
Replies: 3
Views: 610

Re: nExtMem() difference

If you need your old values you could call GlobalMemoryStatus() but beware of this: https://msdn.microsoft.com/es-es/library/windows/desktop/aa366586(v=vs.85).aspx On computers with more than 4 GB of memory, the GlobalMemoryStatus function ...
by Antonio Linares
Fri May 06, 2016 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nExtMem() difference
Replies: 6
Views: 792

Re: beware with array

This also brings us to another issue. Too many string operations result in fragmentation of memory and string operations are slower. In the olden days when memory was limited and computers were slower, we had to consciously keep the string usage and operations to the minimum to achieve faster execut...
by nageswaragunupudi
Fri Feb 22, 2013 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: beware with array
Replies: 5
Views: 1004

Re: beware with array

Please read the posting as advised by Mr. Otto. Now let us see how character strings are handled in memory. Let us see the example a := "hello" b := a Now both the variables a and b contain pointer to the same memory location where the characters "hello" are stored. Let us operat...
by nageswaragunupudi
Fri Feb 22, 2013 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: beware with array
Replies: 5
Views: 1004

Re: beware with array

Mr. Rao explained how arrays work here:
viewtopic.php?f=3&t=25699

Thank you Mr. Rao.

Best regards
Otto
by Otto
Thu Feb 21, 2013 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: beware with array
Replies: 5
Views: 1004

Re: beware with array

Yes.. , when I used array..I have been having problems
But after investigation, I change it with Aclone.. the problems solved..

Regards
Fafi
by fafi
Thu Feb 21, 2013 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: beware with array
Replies: 5
Views: 1004

Re: beware with array

Hello

is perfectly correct...

do you see any problem?
by Daniel Garcia-Gil
Thu Feb 21, 2013 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: beware with array
Replies: 5
Views: 1004

beware with array

Please test, what is your opinion : Regards Fafi #include "fivewin.ch"function main()local aOne := {"One"}local aTwo := aOnelocal nOne := 1local nTwo := nOnelocal cOne := "One"local cTwo := cOnefor i := 1 to len(aOne)    ?aOne[i] + aTwo...
by fafi
Thu Feb 21, 2013 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: beware with array
Replies: 5
Views: 1004

Windows 8, FWH, and the future of programming

... the air, watching where it lands, and looking to see who picks it up ! However, as it all comes together, the results will be incredible. Finally, beware of anything published by Microsoft right now. Its all tentative ! Seriously. There are so many people, in so many departments, doing great things, ...
by TimStone
Fri Mar 30, 2012 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 8, FWH, and the future of programming
Replies: 10
Views: 3960

Re: [Solved]: BTNBMP help

... However, if I use SetColor( CLR_HRED, CLR_YELLOW ) after the SIZE clause, the compiler complains with ... Error E0022 Invalid lvalue: '()' So beware ... Cheers, Ross
by Ross_ValuSoft
Thu Oct 20, 2011 3:56 am
 
Forum: FiveWin for Pocket PC
Topic: [Solved]: BTNBMP help
Replies: 3
Views: 1641
Next

Return to advanced search