Search found 479 matches: ways

Return to advanced search

Re: Problema super raro

Ok. This can be done in different ways. Let us now try the 1st method. FWH provides a cloud server for our testing. Let us use this server for our tests. Creating temporary table with data from the permanent table: oCn:Execute( "SELECT ...
by nageswaragunupudi
Sun Mar 24, 2024 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 220

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

... un orígen distinto, pero seguiré estudiandolo más para ver si puedo usarlo cumpliendo con mis dos propósitos específicos actuales. This has always been a taboo in the harbour world, that the source code be visible. In today's large frameworks, most of the code is visible, BUT on the server ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 541

Re: function urlLoad( cUrl )

There are many ways to skin the cat. :-)
by Enrico Maria Giordano
Sat Feb 17, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 632

Re: PepPol European Invoicing standard

Great !!

But we have to keep in mind that here are many users using FW as it is and also users that use FW with extras :wink: :wink:

So finaly there can be more ways, but if possible the FWH plain version as a starter )))

Great community ....
by Marc Venken
Wed Feb 14, 2024 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 340

Re: Problem with FiveWin and PDF995 on Windows 11.

I have tried a couple of ways, one: Print oPrn Name cReport File cFile to cPrinter oPrn:lUseHaruPDF := .t. Creates a perfectly great PDF, but during the process it pops up the preview screen and immediately takes it down. Can I eliminate ...
by byron.hopp
Tue Feb 13, 2024 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 986

SQL connection

... record (2 fields "Name" and "ID") -Save and close I've looked at some posts but I see different people doing things different ways and now I'm confused :shock: I should also mention that I've been out of the programming game for a while and am a bit rusty. Can anyone point ...
by Jeff Barnes
Wed Jan 31, 2024 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 497

Re: link between PRG and RC

... Ruth, FiveWin provides a high level of freedom to developers so it is quite usual to find FiveWin developers organizing their work in different ways. As a general rule, the better you organize and structure your project, the easier it will be to mantain it. This can be easily achieved using ...
by Antonio Linares
Mon Jan 29, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1295

Re: WebView2 Essentials: Guides, Tips & Resources

... handle these operations correctly in your application. Error Handling: Some WebView2 and CoreWebView2 APIs may throw errors if invoked in certain ways, so it's important to be aware of these scenarios and handle them appropriately. Interoperation with JavaScript: WebView2 exposes JavaScript ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

Re: Calculate total pages

... with the total number of pages like Mr.Otto said. I save an emf file and then reopen add the number and print it. We can modify an emf file in two ways: 1. Open the emf file into hDC and directly overprint the new text and save. But this has to be done by the programmer. 2. For very minor changes, ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5507

Re: check on get

There will be better ways, but i would think of making the aGet 2 dimensional and fill the second part with the original data.
After edit you could simple check the values for differences in the aGet
by Marc Venken
Fri Nov 24, 2023 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3752

ID of the new process

... * from Win32_Process where Name=") before and after creating the OLE object, and then compare them. But maybe there are some other ways ?
by Natter
Tue Nov 14, 2023 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 291

Re: cFilePath issue.

nageswaragunupudi wrote:I think there should be no problem in removing Upper.

Meanwhile just for discussion, other ways are
Code: Select all  Expand view
cPath := BeforAtNum( "\", TrueName( cFile ) ) + "\"


Thank you Mr. Rao,

I understand that you recommend creating my own function and using it.
by Horizon
Wed Nov 01, 2023 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cFilePath issue.
Replies: 4
Views: 294

Re: cFilePath issue.

I think there should be no problem in removing Upper.

Meanwhile just for discussion, other ways are
Code: Select all  Expand view
cPath := BeforAtNum( "\", TrueName( cFile ) ) + "\"
by nageswaragunupudi
Wed Nov 01, 2023 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cFilePath issue.
Replies: 4
Views: 294

Re: App Termination and Relaunch.

Yes, in Windows programming, you can terminate your application and then immediately relaunch it. There are several ways to achieve this, but one common approach is to use the `ShellExecute` function or the `CreateProcess` function to start a new instance of your application from ...
by Antonio Linares
Fri Oct 06, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 378

Re: Listview Unicode for CLASS TGrid()

... for West European Languages only. Only requirement for UTF8 is when writing to and reading data from Utf encoded database tables. We have other ways of handling that. Just an idea for you and other friends to consider.
by nageswaragunupudi
Mon Sep 04, 2023 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381
Next

Return to advanced search