Search found 7202 matches: james

Return to advanced search

Re: La IA contesta y se queda tan ancha

... artificial con los que he hablado, que tienen una casa refugio en la cual esconderse por si llega el día en que todo se vaya al garete. >> James Barrat , autor del libro Nuestra invención final: inteligencia artificial y el fin de la era humana.
by Verhoven
Sun Dec 31, 2023 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: La IA contesta y se queda tan ancha
Replies: 13
Views: 1283

Re: DBF Repair Tools

Tim,

Can you tell us which characters aren't visible? Better yet would be a few records that contain the problem characters.

James
by James Bott
Fri Nov 17, 2023 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 775

Re: DBF Repair Tools

... you can add a routine to check for those offending characters in the Save() method so each time a record gets saved it is fixed before saving. James 
by James Bott
Mon Nov 13, 2023 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 775

Re: Program is frozen

Natter,

It sounds like a memory leak. Check to make sure you have ended all vars at the end of routines.

James
by James Bott
Thu Jun 15, 2023 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 503

Re: Changing default printer for current application only

Thanks James.
The code helps in setting the app to the last printer selected.
For my earlier problem, I rem out PrinterEnd() at method End() of TPrinter
by hua
Fri Mar 03, 2023 2:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing default printer for current application only
Replies: 2
Views: 340

Re: using Function twice with Object as Parameter ?

hi James, thx for Answer to use a Function twice (or more) is not Problem ... IF Function is "short" and "quick" but i have to do a lot in Function and have a Variable "ii" in a FOR / NEXT   FOR ...
by Jimmy
Tue Feb 28, 2023 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: using Function twice with Object as Parameter ?
Replies: 2
Views: 234

Re: using Function twice with Object as Parameter ?

... of function should be made into a Method of the oCustomer object, then you can do this: oCustomer:AddSale( nSale )? oCustomer:TotalSales James
by James Bott
Mon Feb 27, 2023 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: using Function twice with Object as Parameter ?
Replies: 2
Views: 234

Re: How to create a PRIVATE variable owned by the caller?

... )    ? cName // it exists here    RETURN NILSTATIC FUNCTION CREATEVAR( cName, xValue )    cName:= xValueRETURN xValue James
by James Bott
Wed Jan 11, 2023 11:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 777

Re: Ribbon Theme

... the button bar--kind of a gradient. You will have to look hard to see this. I use a free magnifying program called Colorpix, just Google for it. James
by James Bott
Fri Jan 06, 2023 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28239

Re: Postal bar code

James,

I checked it out, but was not able to print out the proper sized code. It was not critical, so I just moved on.
by TimStone
Tue Jan 03, 2023 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Postal bar code
Replies: 8
Views: 614

Re: View deleted records in xBrowse

James, My concern was my clients. I figured they wouldn't normally use this capability. I resolved it by doing the following: 1) I left SET DELETED ON when starting the program 2) I put in a Menu item that calls a Function: ...
by TimStone
Fri Dec 16, 2022 12:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: View deleted records in xBrowse
Replies: 8
Views: 699

Re: View deleted records in xBrowse

Tim,

It is possible to do INDEX ON ... FOR NOT DELETED

And you can create another index without that clause.

Then you can just switch indexes to get all records or only records not deleted.

I haven't tested this.

James
by James Bott
Fri Dec 16, 2022 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: View deleted records in xBrowse
Replies: 8
Views: 699

Re: Forcing to unlock a record

James, I agree that this could lead to drama's. But I have a reason. I have customers who use my application in a remote desktop environment. Sometimes they just close the session without login out. So the session stays active, ...
by driessen
Wed Nov 16, 2022 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

Re: Forcing to unlock a record

Michel,

I would think that would become a nightmare. What is the reason that you want to do this?

James
by James Bott
Wed Nov 16, 2022 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

Re: Fivewin OOP Question

hi Marc,
Marc Venken wrote:Maybe this link can give you some insite : It is from Mr. James Bott (Mr. OOP for me :D ) James, with respect !!

http://gointellitech.com/oop1.html
http://gointellitech.com/oop2.html

thx for Link. i will study it
by Jimmy
Sun Nov 06, 2022 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OOP Question
Replies: 11
Views: 431
Next

Return to advanced search