Search found 132 matches: learned

Searched query: learned

by nageswaragunupudi
Thu Nov 07, 2024 1:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 2884

Re: Copy file by mask

Rao, Enrico - thanks, I learned how to copy such files (for xHarbour). The approximate scheme is as follows

I don't think so.
Brfore I discuss this in more detail, a few points.
Results of OemToAnsi() and AnsiToOem() differ from country to country. Depend on the default Windows codepages for OEM ...
by Natter
Thu Nov 07, 2024 1:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 2884

Re: Copy file by mask

Rao, Enrico - thanks, I learned how to copy such files ( for xHarbour ). The approximate scheme is as follows

itm:=cGetFile()
if ! file (itm)
for st=1 to len(itm)
++cnt
if IsUTF8(substr(itm,st,2))
if left(strtohex(substr(itm,st,2)),1)!="D"
aadd(dim, {cnt, chr(hextonum(right(strtohex(substr(itm ...
by karinha
Wed Oct 30, 2024 4:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 3956

Re: Startup function

Enrico, I learned it like this:

How to create an EXEcutable:

It is mandatory to have a FUNCTION MAIN() within your system, you already know this, but in xHarbour, even if you are compiling a single PRG, you will need to start with FUNCTION MAIN() too!

Enrico, lo aprendí así:
Cómo crear un ...
by Otto
Tue Oct 29, 2024 7:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Adjusting the setup program
Replies: 1
Views: 698

Adjusting the setup program

... purpose of the element but useful for business logic.
Usage in scripts: This data can be accessed and used in JavaScript (for data-*) and in Harbour (for cargo) to control logic or store information.

It would be great if we could share these experiences and lessons learned.

Best regards,
Otto
by Natter
Thu Oct 10, 2024 12:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Memory error
Replies: 6
Views: 700

Re: Memory error

Why do I need a link to my topic ?

There I tried to glue 2 files with a size of about 12 mG and broke down from memory.
Now I have learned how to compress jpg files by about 9 times (up to 1.5 mG), but I get the same error
by Rick Lipkin
Sat Jul 20, 2024 3:05 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Propuesta para que hagan un curso virtual FW
Replies: 302
Views: 80297

Re: Propuesta para que hagan un curso virtual FW

To All

Unfortunately, I think we all have learned a lesson on how bad things can go wrong with you put your trust in the web via AI or a malformed Update pushed out to various clients via CroudStrike ... When I worked for SC State Government I managed IT for thousands of people and we had a process ...
by Rick Lipkin
Sat Jul 20, 2024 2:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 5341

Re: Need Help giide for my program

To All

I think of AI as the HAL voice on 2001 a Space Odyssey .. "Open the Pod bay Doors HAL" ...... "Sorry Dave, I can't do that" ...... the experiences of life is the best teacher and Wisdom is learned and not an answer rolled up in AI... Sorry if my answer seems ugly ..

Rick Lipkin
by Otto
Tue Jul 16, 2024 11:23 pm
Forum: mod_harbour
Topic: Replace jQuery with JavaScript
Replies: 2
Views: 7842

Re: Replace jQuery with JavaScript

... to DBF for databases for web programs. SQL usually costs money or cannot be installed.

By working more with DBF fileformat and concept, I have learned a lot. It is also interesting that a simple post on Facebook how to access from PHP DBF at modharbour.club had the most views of all posts so far ...
by Carles
Tue May 28, 2024 5:39 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 5539

Re: Mod Harbour: ChatGPT Provides Detailed Answers

... that the way is quite complex. Many times, I’ve read that you claim it’s not difficult, but that’s not accurate.

In last few years, you’ve learned many things, but the crucial point in this statement isn’t the quantity of knowledge acquired; it’s the ‘last few years.’ Whether you like it or ...
by Marc Venken
Tue May 14, 2024 10:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Best use of aSelected in Xbrowse
Replies: 1
Views: 445

Best use of aSelected in Xbrowse

... A can freeze ? (or just bad coding :D ) How can I show a Timer or visual reccount in Xbrowse (Somewhere in footer ?)

I use this a lot !!! but i learned about oDbf or Hashes

replace webshop->new_diff with (((webshop->new_bruto-webshop->bruto)/webshop->bruto)*100)

This will go to the DBF and take ...
by Ruth
Tue May 07, 2024 7:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 1126

Re: hb_getEnv("PRGPATH")

Dear Antonio, dear Mr. Lerchster, thank you both very much!!! I learned a lot with your help. Kind regards, Ruth
by karinha
Wed Nov 29, 2023 5:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 26
Views: 6483

Re: check on get

... bother variable of the type "lsave:= .t. or lsave:= .f." It's just for kids, it seems like you're still programming with the clipper


Silvio, I learned to program in CLIPPER 5.3 and I continue to use the CLIPPER 5.3 modus operandi to this day. And I don't want to program in the way you program ...
by Otto
Mon Nov 06, 2023 4:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 3737

Interesting discussion with ChtGPT

... future.

Education and Learning: As AI tools become more accessible and simplify code creation, it could also change how programming is taught and learned. Instead of focusing on complex syntax or frameworks, curriculums might place more emphasis on concepts, logic, and problem-solving.

Tools and ...
by nageswaragunupudi
Sun Oct 22, 2023 1:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 8046

Re: DBF . Commit

... with or without COMMIT and with or without SET HARDCOMMIT OFF (it is a pure console example):

YES

This is what I was trying to submit to our learned colleagues.

COMMIT or NO COMMIT
SET HARDCOMMIT ON OR OFF

Simply changing the data and if shared executing UNLOCK is all that is enough to ...
by byron.hopp
Thu Jun 15, 2023 6:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox in Cell of Excel
Replies: 6
Views: 673

Re: Listbox in Cell of Excel

Wow, Antonio thanks for this. Btw I have been utilizing ChatGPT this morning and although I have not solved my specific question, I have learned alot. Thanks, for the Tip, and I will now go through your answers and see if I can get this.