Search found 30 matches: potentially

Return to advanced search

Re: DNS

... calls issued by any thread in your application. This cancellation happens without notification messages or event object signaling, which could potentially lead to unexpected behavior if not handled carefully.
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1007

Re: GetHostByName( GetHostName() )

... adapters. Multiple Adapters: With Ethernet, Hamachi, and VMware adapters present, your system can have multiple IP addresses assigned, each potentially belonging to different subnets. GetHostByName might pick the address associated with a different adapter than the one you intend to use. ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 157

Re: Interesting discussion with ChtGPT

... the questions that I have already worked out and that I may need again. I then ask at the end: Could you help me create a FAQ by reviewing and potentially revising the questions I provide?" Depending on the question, I take the point into the PROMPT_Editor question catalog or into my manual. ...
by Otto
Tue Nov 07, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1227

Re: Read API data one by one or in block

... If you are reading data from an API one record at a time, you will likely have to make many connections to the server, which could be slower and potentially more resource-intensive than reading multiple records at once. On the other hand, if you are reading multiple records at once, you will ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 253

Re: "Text" Date/Time to "Number" ?

Thanks Rao. The secs() function in harbour actually gets mapped to hb_sec() in dateshb.c, which took me a few minutes to find. But I see a bunch of potentially useful functions there now that I'm going to test to see if I can get rid of the code I'm currently using and revert to native harbour.

Robb
by rhlawek
Tue Aug 16, 2022 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Text" Date/Time to "Number" ?
Replies: 8
Views: 495

Re: STRTRAN case

... will search for a regular expression on any string and return a double dimensioned array with all matches. Once you do know the matches you could potentially use StrTran to replace with desired text, or you could use hb_RegExReplace() to do so from the very beginning. To build the regular expression ...
by reinaldocrespo
Wed Jan 29, 2020 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: STRTRAN case
Replies: 11
Views: 1205

Re: FWH 18.11: MARIAROWSET Table Replication Features

... have a way to declare a "publication". A publication describes what tables & columns are to be replicated. A single database could potentially contain various publications with different sets of tables to be replicated. 2. have a way to declare a "subscription". A subscription ...
by reinaldocrespo
Wed Oct 02, 2019 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.11: MARIAROWSET Table Replication Features
Replies: 11
Views: 2661

Re: strategies

... information of major companies. The only question is how long it will take hackers to go to the cloud, affecting the world's largest companies and potentially billions of pieces of data. I have stayed away from developing web applications .. I prefer corporate client-server SQL windows applications ...
by Rick Lipkin
Sun Feb 24, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8117

Re: book about FIVEWIN

Dear Cristobal,
thank you. Do you know another program or an online Service to convert ng-files.
I have installed Adaptive Defense 360 on all my systems.
Adaptive Defense 360 has detected a potentially malicious attempt to run the application "WEGSetup.exe".

Best regards,
Otto
by Otto
Fri Oct 20, 2017 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: book about FIVEWIN
Replies: 12
Views: 2260

Re: INI vs. DBF

... each unique location other than to use a modified .ini . It would be almost pointless to associate a user by location since that user could potentially login from anywhere in the State. I agree an .ini can be a bit clumsy, but in this case it was the best solution. Rick Lipkin
by Rick Lipkin
Fri Mar 24, 2017 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INI vs. DBF
Replies: 7
Views: 1294

Re: 1st FWH + [x]Harbour 2017 international conference

Mr. Rao, maybe Innsbruck is better connected but the transfer to the conference is shorter from Klagenfurt. Potentially you must at first fly to Vienna or Munich as an direct flight is not very probably.
by byte-one
Wed Jan 25, 2017 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265046

Windows 10 Development Environment

... 10 VM which includes a number of development tools, with the constraint that it is a 60 day evaluation. It is relatively painless way to test and potentially resolve any concerns one might have with Windows itself, or any number of development concerns. The version present now was just updated ...
by rhlawek
Tue Jun 28, 2016 4:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 Development Environment
Replies: 1
Views: 449

Re: Duda al compilar la Clase TDirPrint

... local variables are used in codeblocks then it's possible that the codeblocks will exist after leaving the function when they were created. It's potentially very serious problem which have to be resolved to avoid internal VM structure corruption. In Clipper, Harbour and xHarbour special mechanism ...
by carlos vargas
Sat Jan 10, 2015 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda al compilar la Clase TDirPrint
Replies: 8
Views: 1249

Re: tData for SQL

... between your workstations. Also, in many service shops you many have 10 or so ( open ) work orders in a day and you can have multiple people ( potentially ) modifying the same record at the same time so you need to account for that before you update any records to make sure you do not over-write ...
by Rick Lipkin
Wed Jul 09, 2014 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6193

Re: Closing an Access Database ( ldb )- compact and repair

... and Compact utility for Ms Access ( .mdb ) and to work properly, the .ldb MUST be closed. I searched and searched for any possible recordsets I potentially did not Close() and found none.. so if there are no tables open .. why did the .ldb not go away ? I went back thru my code and 'found and ...
by Rick Lipkin
Wed Jul 31, 2013 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Closing an Access Database ( ldb )- compact and repair
Replies: 22
Views: 6272
Next

Return to advanced search