Search found 35 matches: acting

Return to advanced search

Re: changing xbrowse size

... COMPLICATED, you are the one who is too complicated and annoying. hahahahahahaha. Post the code. You already know how it works. Why do you keep acting naive? Get involved bro. FiveWin no es COMPLICADO, tú eres el que es demasiado complicado y molesto. jajajajajajaja. Publica el código. Ya sabes ...
by Silvio.Falconi
Fri May 31, 2024 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: changing xbrowse size
Replies: 9
Views: 301

Re: changing xbrowse size

... COMPLICATED, you are the one who is too complicated and annoying. hahahahahahaha. Post the code. You already know how it works. Why do you keep acting naive? Get involved bro. FiveWin no es COMPLICADO, tú eres el que es demasiado complicado y molesto. jajajajajajaja. Publica el código. Ya sabes ...
by karinha
Wed May 29, 2024 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: changing xbrowse size
Replies: 9
Views: 301

Re: OT: data security

... the central text of Daoism, the Dao De Jing: ‘The Way never acts yet nothing is left undone’. This is the paradox of wu wei. It doesn’t mean not acting, it means ‘effortless action’ or ‘actionless action’. It means being at peace while engaged in the most frenetic tasks so that one can carry ...
by Antonio Linares
Mon Apr 12, 2021 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: data security
Replies: 2
Views: 373

Re: error handler acting odd

I found my problem thanks to your help, Antonio.

I trust all is well with you and wishing you the best.

Thank you.
Don
by don lowenstein
Tue Jul 21, 2020 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error handler acting odd
Replies: 3
Views: 398

Re: error handler acting odd

A simpler way is to compare the codeBlocks:

Code: Select all  Expand view
function Main()

   local bErrorBlock := { || nil }
   
   ? bErrorBlock == ErrorBlock()
   
return nil
by Antonio Linares
Tue Jul 21, 2020 4:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error handler acting odd
Replies: 3
Views: 398

Re: error handler acting odd

Don, Harbour uses function ErrorBlock( bNewErrorBlock ) --> bPreviousErrorBlock to set/retrieve the errorblock. As it uses a codeBlock as the param there is no way to retrieve the used function from the codeBlock. Anyhow, you can use the function __vmItemId( codeBlock ) to check the codeblock uni...
by Antonio Linares
Tue Jul 21, 2020 3:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error handler acting odd
Replies: 3
Views: 398

error handler acting odd

My error handler seems to be odd. this just recently began. It's not staying set on my default handler. Is there a way to view the current error handler's target function it is currently set to? Windows 10 MS-Visual C++ version 19 Harbour 3.2.0 FWH1095 the only thing different in my environment is a...
by don lowenstein
Mon Jul 20, 2020 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error handler acting odd
Replies: 3
Views: 398

Re: To James Bott - Error Using TData

... when the operator enters a new customer or a new invoice because according to James that number is not yet saved in the archive, and that I'm just acting up because I want the impossible 2) and if the operator does not save the customer or the invoice loses the number, and you can no longer recover ...
by Silvio.Falconi
Wed May 29, 2019 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5452

Re: To James Bott - Error Using TData

... when the operator enters a new customer or a new invoice because according to James that number is not yet saved in the archive, and that I'm just acting up because I want the impossible 2) and if the operator does not save the customer or the invoice loses the number, and you can no longer recover ...
by James Bott
Wed May 29, 2019 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5452

Re: To James Bott - Error Using TData

... when the operator enters a new customer or a new invoice because according to James that number is not yet saved in the archive, and that I'm just acting up because I want the impossible 2) and if the operator does not save the customer or the invoice loses the number, and you can no longer recover ...
by Silvio.Falconi
Tue May 28, 2019 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5452

The new Java Road map

... for Java SE 8 and beyond and take appropriate action depending on the type of application you develop and your distribution model. If you are acting on behalf of an ENTERPRISE, Oracle recommends you review the roadmap information for Java SE 8 and beyond and begin to assess your ongoing Java ...
by Rick Lipkin
Tue Feb 05, 2019 4:52 pm
 
Forum: Off Topic / Otros temas
Topic: The new Java Road map
Replies: 2
Views: 932

How AI should be implemented and regulated

... software agents and embodied robots that achieve goals via perception, planning, reasoning, learning, communicating, decision-making, and acting. https://politics.slashdot.org/story/17/12/13/0137227/what-does-artificial-intelligence-actually-mean Rick Lipkin
by Rick Lipkin
Wed Dec 13, 2017 1:59 pm
 
Forum: latest AI news
Topic: How AI should be implemented and regulated
Replies: 0
Views: 623

Need Help Solving Mysql to read a row , (username) and find

... Passwords. ... This is good, At one point i thought i had it seeing the user name, but how ever bug tested it, And it didnt see it , it was just acting like it did, you could put C and it'll let you in, but if you put T.. it wouldnt. So heres the question.. Mysql (Database) php/apachi.. How do ...
by Tekfreakz
Mon Feb 06, 2017 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help Solving Mysql to read a row , (username) and find
Replies: 3
Views: 852

Re: Build.bat for MSVC 2015

... formatting the .mak file which are all corrected. This is using Harbour, FWH 16.03, and MSVC 2015. This is to be a 64 bit build, but the linker is acting like it's a 32 bit build and giving the following error on ALL 64 bit libs that are to be linked in: C:\Program Files (x86)\Windows Kits\10\lib\10.0.10586.0\um\x64\vfw32.lib ...
by TimStone
Wed Apr 13, 2016 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 5690

Re: Fivewin & Mobile Devices

After using the Microsoft Surface Pro 3 with Windows 8.1 I agree to some extent, but can generally live with touchscreen acting like a mouse which Fivewin supports just fine. Mobile, Tablets, and other Touch Enabled devices are going to become more and more important. Some events/actions ...
by Gale FORd
Fri Dec 19, 2014 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & Mobile Devices
Replies: 11
Views: 2596
Next

Return to advanced search