Search found 224 matches: reads

Return to advanced search

Re: Problem with valid email refresh btnbmp- RESOLVED

... that this was the error and in fact it was for that library that was missing and I immediately notified Antonio Linares and I hope that Nageswarao reads this message. The missing library was hb_pCre.lib as can be seen from the figure below. https://i.postimg.cc/g2DKv3Ty/jjjjjjjjjjj.png
by Silvio.Falconi
Sun Apr 14, 2024 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2435

Data exchange between PC and Android device on the same loca

... server-side PRG-CGI module to generate anything from the front-end (HTML), the Client will take care of that. 2.- I do not require SSL or MultiThreads since it is a TRIVIAL local website between a PC and one or two Android Devices. 3.- The Client and the server should be able to communicate via ...
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: 799

DBF editor

Hello friends, I am currently working on a DBF editor that can be used for both Fivewin and mod harbour. A dbStruct() reads the database structure and then a dialog is automatically generated. On the right, there is an area where you can drag and drop the input fields and sort them. ...
by Otto
Tue Feb 20, 2024 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editor
Replies: 2
Views: 235

Re: RAO advice on using Mysql

... not read entire table atonce. That will take a very long wait time and also consume huge memory of the PC and sometimes may crash also. RecSet reads the table in Pages. Displaying the page required page. In the beginning it reads the first 100 records only and is ready for use. At the same ...
by nageswaragunupudi
Wed Feb 07, 2024 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 979

Re: Inserting a string with CRLF into a single-line TGet.

... cText )return nil  We are peeking into the ClipBoard and putting back modified string again into the clipboard just before the Windows OS reads it. Now Windows OS reads the modified string. Note: Limitations: 1. This is working with ANSI gets only. Not working reliably with Unicode gets. ...
by nageswaragunupudi
Mon Dec 11, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 897

Re: Inserting a string with CRLF into a single-line TGet.

... from the right-click context menu. Then the TGet class calls: CallWindowProc( ::nOldProc, ::hWnd, WM_PASTE, 0, 0 ) Now the Windows OS reads the text from the Clipboard and Pastes in the Get buffer. While doing so the Windows OS truncates the string from CRLF onwards. How and when do ...
by nageswaragunupudi
Mon Dec 11, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 897

Re: Convert a print to Rtf or doc

... can see and edit this data in the GUI. 4. Generating a Report By pressing a button in the dialog, the Report function is invoked. This function reads HTML templates and constructs a structured report that includes images, product descriptions, quantities, and prices. 5. Printing the Report The ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: OpenAI class using hbCurl

Yes, it makes sense. Here is sample code on how I use it. I'm pasting text that the program reads from dictations so you see how to feed OpenAI:       TEXT INTO cText         ENDOVAGINAL SONOGRAM:         Compared to previous study dated 08/24/2022 reporting tiny fibroid ...
by reinaldocrespo
Tue May 09, 2023 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 702

Re: XBROWSE FIELDS with Name in Array

... the structure and specify the column names. Use the clause AUTOCOLS instead of COLUMNS .... clause. When we use AUTOCOLS clause, XBrowse itself reads the DBSTRUCT() and builds all the columns suitably, including the sort orders. Example: [code]@ r,c XBROWSE oBrw SIZE w,h PIXEL OF oDlg ...
by nageswaragunupudi
Sat Apr 29, 2023 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 789

Error FTP

... 8964 )   Called from: C:\xDevStudio\Projects\Tubelite\Source\Calendar.prg => ACTUAL( 1149 ) The wininet.prg file line 41 to 44 reads this: DLL32 FUNCTION InternetOpen( cApp as LPSTR, n1 AS DWORD, n2 AS LPSTR, n3 AS LPSTR,;                             n4 AS DWORD ) AS ...
by mariordz
Thu Mar 16, 2023 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FTP
Replies: 7
Views: 565

Re: Fighting Xbrowse and lozing !!!

... I am also testing with different file sizes. Once we create thumbnails, I am sure the performance will be very good. Because our program reads an image only once from the disk and any subsequent painting is only from the memory (no disk access again), the screen refreshes will be very ...
by nageswaragunupudi
Sat Dec 31, 2022 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1570

Re: Fighting Xbrowse and lozing !!!

... is refreshed, ( number of visible rows + 1 ) * 12 times the image files are read from the disk. Even repainting of a single row involves 12 file reads. Moving cursor to right or left involves full row painting. We can not reduce the number of times image cells are repainted. What we can do is ...
by nageswaragunupudi
Fri Dec 30, 2022 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1570

Re: Forcing to unlock a record

... is only locked for a split second when the record saved. Thus, nobody can walk away leaving a record locked. One solution is that when the program reads a record into a dialog for editing, it also copies the original data to a second buffer. Then when the user2 selects to save the data, first the ...
by James Bott
Thu Dec 01, 2022 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

Re: tdolphin de fivewin

If one field in one row is modified and saved, TDolphin. Saves the changes to one record and reads all records of the entire query. If the query has 10000 records. Dolphin reads all 10000 records again. Fivewin LIB and ADO. Saves changes to one record and reads and refreshes ...
by nageswaragunupudi
Sun Nov 13, 2022 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin de fivewin
Replies: 7
Views: 748

Re: Resource Bitmap for Fivewin

... that BITMAP file is not of a valid format, then change BITMAP to 10 (RCDATA) and try again. When we specify RCDATA (10), the resource compiler reads the file and stores the contents as a string, When FWH reads the resource, what all it gets is a string, which can be a pure text or binary data. ...
by nageswaragunupudi
Sun Oct 30, 2022 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Bitmap for Fivewin
Replies: 7
Views: 435
Next

Return to advanced search