Search found 51 matches: difficulties

Return to advanced search

Re: Cambio dimensiones gets FWH-24.09

... bits only. I tried including libharu.lib version bcc7.3, but it didn't work. I will send you the lib that worked for me and try with that. Are the difficulties we're encountering with the most recent xHarbour version a sign that we're reaching the end of the road for xHarbour ? Does this mean we ...
by nageswaragunupudi
Mon Oct 07, 2024 1:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio dimensiones gets FWH-24.09
Replies: 39
Views: 2816

Re: Cambio dimensiones gets FWH-24.09

... the xHarbour experts will find definitive solutions. I tried including libharu.lib version bcc7.3, but it didn't work. Reflection: Are the difficulties we're encountering with the most recent xHarbour version a sign that we're reaching the end of the road for xHarbour ? Does this mean we ...
by Cgallegoa
Sun Oct 06, 2024 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio dimensiones gets FWH-24.09
Replies: 39
Views: 2816

Re: FWH 24.02 nueva Clase TWebView2

Dear Vilian,

> Is webview2 already ready?

Yes, it is working nicely

> Do you think is possible implement a complete ERP using it ?

I would sugest start building some modules and see the results and possible difficulties.
by Antonio Linares
Wed Apr 10, 2024 12:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 nueva Clase TWebView2
Replies: 13
Views: 3064

Saving OuterHTML using Await Implementation with TWebView

... class called TWebView. 2. The web rendering operates in async mode. 3. Consequently, users familiar with procedural synchronous modes are facing difficulties in retrieving information from the web. 4. Therefore, I have implemented a synchronous class for TWebView, which is supported by the 'await' ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3583

Re: Manifest

... to use the manifest for Windows 10 both the one provided by fwteam and others that I found on other industry forums. In some procedures I found difficulties such as controls that did not work as they should. then another quesion....since the first versions of fw I have always understood that ...
by Silvio.Falconi
Wed Oct 26, 2022 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 3151

Create stardard Browse

... so I wanted to create something useful to easily recall I saw the Nages xbrchild.prg example and tried to create my own test but ran into difficulties obviously I open the archives with tdatabase https://i.postimg.cc/HnRCs3tw/conk.png as you can see I created a dialog with ...
by Silvio.Falconi
Fri Dec 10, 2021 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create stardard Browse
Replies: 2
Views: 367

check existing first and last on customer - RESOLVED !!!

when I add a record I encounter difficulties because the customer archive is not indexed on first and last I must make a check if the first and last exist and on the network I cannot make an index on the fly so if I check the First or the ...
by Silvio.Falconi
Mon Jun 14, 2021 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 3572

Re: Installation of mod_harbour as module or fastcgi handler

... uses ONE virtual machine for EACH request. You use Harbour standard code without having to worry about the "multi-threading" difficulties. So you never share a virtual machine with anybody. libharbour.dll is copied on each request. The penalty for this is around 100 ms but ...
by Antonio Linares
Fri May 28, 2021 5:04 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 5272

Re: bad calculation prices for days

... list num X Now I can't go back and I have to use the archive created from the price list given to me by the owner of the chalet but I have obvious difficulties because the calculation continues to be incorrect
by Silvio.Falconi
Mon Jul 06, 2020 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 2466

Re: Mobile App Development

Hi, very interesting topic but (maybe I have difficulties) I can't find a guideline on official use of mod_harbour. - step by step installation and official tutorials. when I started with fivewin there was real conversion examples (old clipper ...
by damianodec
Wed Jan 22, 2020 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 6098

xbrowse Vs listbox: help to structure the body of invoice

in the old program to display the body of the invoice I used the lbx class now with xbrowse I have many difficulties with listbox oDPar:=Open_Dbf("ParxFac") REDEFINE LISTBOX oBPar ;         FIELDS (oDPar)->CvePro, Desp_Fld(),      (oDPar)->Alm ...
by Silvio.Falconi
Fri Jun 07, 2019 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Vs listbox: help to structure the body of invoice
Replies: 0
Views: 600

Re: Rpreview issues - PDF CONCLUSIONS

... to the no longer supported .dll functions ). Originally I had avoided the use of the internal PDF development because my clients experienced many difficulties with it. However, when testing it now, I found the results to be far superior to Img2PDF in reproduction of the created documents. I was ...
by TimStone
Tue Apr 30, 2019 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 10483

Re: XBrowse & Edit Dialogs: Writing Portable code (Recommended)

... how to edit an archive having an incremental field eg record number +1 In the past month to convert old procedures created in fwh / clipper I had difficulties (even with James) because I have some archives that use the code recno + 1 and the client wants to see this code in the record entry procedure: ...
by Silvio.Falconi
Sun Mar 17, 2019 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse & Edit Dialogs: Writing Portable code (Recommended)
Replies: 17
Views: 4141

Re: Easy Report Not able to Delete an Item from Desinger

... EasyReport users. I am convinced if more Fivewinners use ER ERD will be evolved much in short time. Please do not be discouraged by these initial difficulties. I have also used FastReport and still in use. The new reports I do with EasyReport. This is future-proof and, above all, if you know ER ...
by Otto
Sat Mar 16, 2019 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easy Report Not able to Delete an Item from Desinger
Replies: 5
Views: 1082

Re: dbfs on Network : wich performance method?

James , many years ago I already used the class Tdatabase, in 1999/2001 I made an application where I found different difficulties, I used a main window and many child windows in each of which I inserted a dbf with a listbox. I often encountered the error "alias do not exist" ...
by Silvio.Falconi
Tue Oct 30, 2018 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfs on Network : wich performance method?
Replies: 26
Views: 6464
Next

Return to advanced search