Search found 48 matches: difficulties

Return to advanced search

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: 1517

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: 1689

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: 319

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: 2493

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: 2839

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: 1892

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: 5264

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: 523

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: 7276

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: 3647

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: 980

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: 5439

ADO FILTER , BOOLEAN EXPRESSION

Hello , Testing ADO oRs:Field := cExpression I found some difficulties : oRS.FILTER := "FIRST='Jon' OR (Married=0 AND LAST LIKE 'D*')"// Accepted oRS.FILTER := FIRST='Jon' OR Married=0 AND LAST LIKE 'D*'" // NOT ACCEPTED oRS.FILTER := "(FIRST='Jon' ...
by Franklin Demont
Thu Aug 16, 2018 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO FILTER , BOOLEAN EXPRESSION
Replies: 1
Views: 629

Re: xBrowse Edit Group Column (DONE)

... DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil  After you see how this is working, please try adapting to your data. Let me know any difficulties you face. I would like to build this behaviour into xbrowse, after your testing.
by nageswaragunupudi
Tue Jun 19, 2018 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Edit Group Column (DONE)
Replies: 10
Views: 1211

Re: EasyReport developer tool

... why, you have clung to this rock as it was in the past with GxReport or with other 3rd software. Who really programs every day knows the difficulties that there are for printing reports and can not waste precious time playing with programs that do not work. I have lost a lot of time and ...
by Silvio.Falconi
Wed Mar 07, 2018 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport developer tool
Replies: 16
Views: 5082
Next

Return to advanced search