Search found 3572 matches: instead

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

I appreciate your info Otto, it is almost certainly a solution if I use Apache.
The problem is that I don't know if Mod-Harbour /or/ Apache directly allow me to run HRB's /CGI's / instead of PRG's directly, which is MANDATORY in this specific case.
by Arturo Lopesoria
Wed Feb 21, 2024 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 949

Data exchange between PC and Android device on the same loca

... $Ajax, HttpRequest(), or Fetch-API communication. I don't dare use Mod-Harbour for this either. Because? - I have not seen how to use .HRBs instead of .PRGs from Mod-Harbour - I found it TOO ROBUST for such a simple need. Any ideas or suggestions for this small scenario of: Data exchange ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 949

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Otto wrote:Dear Mr. Rao,
I know it's a bit late now. But wouldn't it be better to use the Edit Controls from the Win32 API instead of the TGet?

Best regards,
Otto


Dear Otto,

Class TGet uses a standard Edit control but (Windows) subclassed to have support for Harbour GET's pictures, behaviors, etc
by Antonio Linares
Tue Feb 20, 2024 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 56411

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Dear Mr. Rao,
I know it's a bit late now. But wouldn't it be better to use the Edit Controls from the Win32 API instead of the TGet?

Best regards,
Otto
by Otto
Mon Feb 19, 2024 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 56411

Re: Problem with FiveWin and PDF995 on Windows 11.

... on FWH for generation of PDFs Very easy: If you are using TPRINTER PRINT oPrn FILE "test.pdf" This will create "test.pdf" instead of showing preview or print to printer. PRINT oPrn PREVIEW FILE "test.pdf: This will create "test.pdf" and then open the pdf ...
by nageswaragunupudi
Tue Feb 13, 2024 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1435

Re: Scroll Down en un combobox

Amigos:

Me disculpo, fue mi error, estaba usando el estilo dropdown list
en lugar de solo dropdown.

Sorry, it was my mistake,
I was using dropdown list style instead of dropdown style

Saludos y muchas gracias
Best regards and thanks a lot
by Armando
Mon Feb 12, 2024 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scroll Down en un combobox
Replies: 4
Views: 478

Re: Error: FWH2206 Parte1

We also advise using TXImage instead of TImage and you can dispense using freeimage.dll prg:   REDEFINE XIMAGE oBmp ID 501 OF oDlg RESOURCE "TSSEM" rc    CONTROL         "", 501, "TXImage", ...
by nageswaragunupudi
Sun Feb 11, 2024 2:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 1204

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... always remain .F. In my tests here, it always remains .F. In your case, it is .T. from the beginning? Or is it changing to .T. during execution? Instead of adding ACTION clause, if you run the test program without changes this status is shown by the SAY  @ 200, 40 SAY { || If( IsWindowUnicode( ...
by Horizon
Sun Feb 04, 2024 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 56411

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... always remain .F. In my tests here, it always remains .F. In your case, it is .T. from the beginning? Or is it changing to .T. during execution? Instead of adding ACTION clause, if you run the test program without changes this status is shown by the SAY  @ 200, 40 SAY { || If( IsWindowUnicode( ...
by nageswaragunupudi
Sun Feb 04, 2024 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 56411

Re: JSON2DBF adapter

... a JSON for HTML, there can be styling, etc., as well. For example, if you have values and they are negative, you can present these in HTML in red instead of black. Thus, you have the `do while/enddo` not passing parameters like `[bFor]`, `[bWhile]`, `[nNext]`, `[nRec]`, `[lRest]`. Programming ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 520

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Please try with PDFCreator.JobQueue instead of PDFCreator.PDFCreatorObj.
by Enrico Maria Giordano
Tue Jan 30, 2024 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 1038

Re: HarbourWave - leaked information

... dear Antonio when Mr. Otto was worried about creating his application in Windows (hotel management) none of us did the same behavior as Mr. Otto . instead now every time I insert a request, Mr. Otto arrives with a topic in the forum with the same subject but with viewweb and HTML the same thing ...
by Silvio.Falconi
Mon Jan 29, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HarbourWave - leaked information
Replies: 7
Views: 943

Re: SAPI : change Voice

Please try with HBVM.LIB instead of HBVMMT.LIB.
by Enrico Maria Giordano
Sun Jan 28, 2024 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 4583

HTML code in a TPanel class

... to display announcements or deadlines with the ability to embed links to call for applications. I have done it, but it only runs on an HTML page, instead I would like to insert it into a TPanel because the TPanel is in the main window and is visible to all users on the network. So far, I have ...
by Otto
Sat Jan 20, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1433

Re: I'm not asking for the moon...

... picture "@Z999.99" Cesar's test could work but I tried and tried several times and often the asterisks "***.**" were formed instead of numbers and this is a waste of time if we imagine that if the operator enters in a fast way where you always have to go back with the mouse. ...
by Silvio.Falconi
Fri Jan 19, 2024 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2539
PreviousNext

Return to advanced search