Search found 31 matches: sth

Return to advanced search

Re: Speedtest CLIPPER vs. xHarbour - COMMIT

... the results. Then write a message to your OS / network client / file server authors and ask why COMMIT request executed from DOS application makes sth different then executed from real Windows application. Of course if you need such information. Probably DOS emulation layer buffers few commit requests ...
by Antonio Linares
Fri Apr 30, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest CLIPPER vs. xHarbour - COMMIT
Replies: 20
Views: 5718

Re: PHP vs PYTHON

... one of the best: Composer. It works with all framworks and is used by everybody. Last versions have roworked the JIT compiler, making compilation sth of the past. Python is multipurpose, so it can be used for desktop apps, but enjoy dealing with different platforms and stuff that even mature languages ...
by Carlos Mora
Mon Mar 11, 2019 9:02 pm
 
Forum: Off Topic / Otros temas
Topic: PHP vs PYTHON
Replies: 13
Views: 3367

Re: Example Business Object (Customer)

... it is required to write the code to make the select or tretrieve the records. In an ORM you just declare the relation among customer and invoice, sth like METHOD Invoices()RETURN ::hasMany( TInvoices() )  Note that you are not writing a single line of code, that should ...
by Carlos Mora
Mon Nov 26, 2018 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8597

Re: Restful API

... code or classes that anyone has created that I could leverage to see if it is possible to communicate between two applications. Let me point sth about Rest APIs. AFAIK, in a Rest API there are 2 roles, a sever and a client, so if your plan is to communicate 2 apps then both will have to act ...
by Carlos Mora
Fri Nov 16, 2018 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Restful API
Replies: 12
Views: 2948

Re: Update FWH programs via SQL-database?

Hi Giovany, I don't delete the former exe because sth can fail and i don't want to leave the user without the app. And renaming is allowed in case the exe is being executed, but deleting is not always an option. If possible, add some kind of binary ...
by Carlos Mora
Tue Aug 21, 2018 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update FWH programs via SQL-database?
Replies: 15
Views: 2775

Re: Update FWH programs via SQL-database?

... OldExe+CurDate() - Rename NewVersion.exe to Current.exe - Launch Current.exe and finish You should add extra steps to revert the situation in case sth fails. KR,
by Carlos Mora
Mon Aug 20, 2018 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update FWH programs via SQL-database?
Replies: 15
Views: 2775

Re: FwSavePreviewToPdf

... of its decisions based on the physical printers properties, querying the operating system functions directly, so there is no way to cheat it with sth like that. If I had to make a change, I would go for abstracting the device in TReport (like TCanvas in Delphi), pulling apart rendering issues ...
by Carlos Mora
Sat May 12, 2018 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5459

Re: FwSavePreviewToPdf

... PreviewToPDF in terms of reducing the pdf size without loss of quality? Only God knows how long I've been fighting with that :) I never found sth that could make it, for preview the closest was Image2Pdf.dll using Native Metafile, but it didn't worked 100%. I know the source code is available ...
by Carlos Mora
Sat May 12, 2018 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5459

Re: Pro's and Contra's fom Resources or Coded screens

... to obtain it's starting position, and store it somewhere in the window.Then store in every control wich will be it's behavoir at resizing time.Sth interesting is that you can, in addition to control resize, set lower limits to windows resize so the dialog never gets under this values. Check ...
by Carlos Mora
Sat Aug 05, 2017 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 11476

Re: Pro's and Contra's fom Resources or Coded screens

... systems in which the Windows dialog system is based on doesn't helps to deal with the different screen resolutions out there, it would be better sth like the one used by gtk. I think someone in this forum made some layout controls that mimics the behavior. My personal option is resources, because ...
by Carlos Mora
Wed Aug 02, 2017 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 11476

Re: Google Cloud Platform

Rick, Let me point sth related to the latest news about security issues and the event you highlighted about Google Cloud. AFAIK, phishing is a scam, not a hack. It relies on the most vulnerable part of a system: the user. It has nothing ...
by Carlos Mora
Tue May 16, 2017 6:02 am
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4090

Re: Create a safe link for download

... knows the SALT, noone will guess the invoice number. If you know the SALT, it's easy to know the filename for a given invoice number. The port is sth you can change in an http server like apache or nginx, usually with LISTEN or similar command, changing the standard port 80. Hope it helps.
by Carlos Mora
Mon Apr 03, 2017 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a safe link for download
Replies: 3
Views: 1289

Re: divide a text to array

... this code, I see that there still is a problem at the end. I will think about it further. Pieter IF last element with less than 20 chars, Justadd sth like If Len( aTail( aText ) ) != 20  aText[ Len(aText) ] := PadR(   aText[ Len(aText) ], 20 ...
by Carlos Mora
Mon Mar 21, 2016 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: divide a text to array
Replies: 14
Views: 2693

Re: program very slow in LAN with 2 users

... the values have changed. I always thought that a reboot is needed after the registry changes to take effect, so keep in mind that. Have you tried sth else? Regards
by Carlos Mora
Tue Mar 15, 2016 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: program very slow in LAN with 2 users
Replies: 6
Views: 1506

Re: nExtMem() and Os()

Don't know about xHarbour, but probably this is sth related to the numeric type used by nExtMem() an xHabour's integers. Using a 4 byte UNSIGNED LONG we can represent integers from 0 to 256^4-1, or 4,294,967,295, or SIGNED, ranging from -2,147,483,647 ...
by Carlos Mora
Wed Feb 24, 2016 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nExtMem() and Os()
Replies: 8
Views: 2546
Next

Return to advanced search