Search found 3741 matches: read

Return to advanced search

Re: Sorting strings in a NON logical way

... like this: "51,52,53,54,55,56,57,58,59      " These values correspond the sizes: "L,M,S,XL,XXL,4XL,5XL,XS,XXXL" You want to read the values in this order: (in other words sort these values ) "XS,S,M,L,XL,XXL,XXXL,4XL,5XL" for further processing. Is my understanding ...
by nageswaragunupudi
Tue Nov 26, 2024 4:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sorting strings in a NON logical way
Replies: 5
Views: 112

Re: xImage doubt

hi, thx for the link to download WORKSHOP32.RAR :D i have look inside and have read README.TXT and INSTALL.TXT but confused what to do. as it are Files for Borland C++ 5.02 i do not understand how to handle it. it seems Workshop Resource Editor is include in IDE ...
by Jimmy
Thu Nov 21, 2024 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 639

Re: cloud or not cloud

...

The next prompt for automation would be:

Can you now make this table dynamic, read the data from JSON files, and create a pie chart for the age structure?

Then, depending on the JSON, the database used could be replaced, etc.

Image
by Otto
Fri Nov 15, 2024 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Re: cloud or not cloud

... on securing the servers and refreshing my knowledge. I looked up a lot of information and compiled everything into a kind of handbook. I have already posted part of it. https://forums.fivetechsupport.com/viewtopic.php?f=45&t=45031&sid=d4acfc9f8b522a17c59b6fe1b6d3f076 ...
by Otto
Sat Nov 09, 2024 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Re: Copy file by mask

As I already said, I created with Harbour but not xHarour for more than one reason. 1) xHarbour does not support "RU1251". That is the error you are getting. We may omit element no.3 from the two arrays, viz., aFiles ...
by nageswaragunupudi
Thu Nov 07, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 652

Re: Copy file by mask

Now, with this function I read the directory, display and then copy to another folder. function NatRead()   local cSrcDir  := "c:\natfiles\src\"   local cDstDir  := "c:\natfiles\dst\"   local aFiles   local ...
by nageswaragunupudi
Thu Nov 07, 2024 4:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 652

xbrowse drag / drop (to Mr. Rao)

... oBrw:aArrayData, nRow, aTemp )        oBrw:Refresh()    endifreturn nil  It uses some methods that do not exist (unless the IA read the future)     // Habilitar Drag & Drop    oBrw:lDragDrop := .T.    oBrw:bDragBegin := { |nRow| oBrw:nDragRow := nRow }    oBrw:bDragEnd ...
by ralph
Mon Nov 04, 2024 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse drag / drop (to Mr. Rao)
Replies: 9
Views: 310

Think Bigger - Think on Future

... functions in programming languages like HARBOUR/FIVEWIN (C, C++), or even PHP (with native file operations). For each CRUD operation, use specific read and write mechanisms to manage the data in the database file. Custom Indexing: By implementing your own indexing, you can make search and sorting ...
by Otto
Fri Nov 01, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Think Bigger - Think on Future
Replies: 0
Views: 160

Adjusting the setup program

... way we create programs is truly in a state of change. Here’s a small example—you know how much work this would normally involve: This morning, I read my friend’s WhatsApp message: My suggestion would be to start with what I initially wanted to tackle—and where the biggest improvement could be ...
by Otto
Tue Oct 29, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adjusting the setup program
Replies: 1
Views: 133

Re: off topic: Xharbour mingw 32 bits

As I read on the web, It should decrease the EXE size but increase the linking time. I would not use it. Thank you Enrico. If you don't recommend using the command, I won't even use it with a gun to my head. hahahaha. Gracias ...
by karinha
Mon Oct 28, 2024 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: off topic: Xharbour mingw 32 bits
Replies: 24
Views: 764

Re: off topic: Xharbour mingw 32 bits

As I read on the web, It should decrease the EXE size but increase the linking time. I would not use it.
by Enrico Maria Giordano
Mon Oct 28, 2024 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: off topic: Xharbour mingw 32 bits
Replies: 24
Views: 764

Re: Preview of the invoice in advance

... "Invoice Reviewed" button, everything automatically flows back into the billing program. Imagine if, on a hotel checkout day, you had to read all incoming emails that might concern invoices, then manually assign and adjust everything. Just to give you an idea: in a hotel, there are often ...
by Otto
Mon Oct 28, 2024 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 700

Re: Preview of the invoice in advance

... personal, support. No phone trees. No outsourced support person who has no understanding of the business or our software, but only a script to read. Problems are solved in minutes, and fixes are immediate. The software was designed based on how my clients work, and is comfortable to use. It's ...
by TimStone
Sun Oct 27, 2024 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 700

Re: Route from Fiber Optic to the Web Server

... Apache installation and user configuration (set up apacheuser, securely run the service). Set file system permissions (only apacheuser has read/write access). Secure Apache configuration (SSL, disable directory listing, access restrictions). Set up network security (firewall, secure remote ...
by Otto
Tue Oct 22, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Route from Fiber Optic to the Web Server
Replies: 3
Views: 227

Re: DBF How to obtain an array containing record number

... seconds using a normal DO WHILE !EOF() ; SKIP ; ENDDO cicle If table is opened only by this test program the speed is the same 0.06 seconds USE reads the DBF file, similar to memoread(). The record pointer (GOTO) is moved by an offset, which is determined by the definition of the header and ...
by Otto
Thu Oct 10, 2024 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF How to obtain an array containing record number
Replies: 16
Views: 487
Next

Return to advanced search

cron