Search found 600 matches: saving

Return to advanced search

Re: build Import LIB from LibPQ.DLL

Thanks for sharing the information.

Next.
You were getting errors while saving data with the pgre01.prg.
Now is that problem resolved?
If so what could be the reason for those errors?
Can you provide feedback on this issue please?
by nageswaragunupudi
Fri Jul 21, 2023 3:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 3220

Re: how to get WM_POWERBROADCAST under Fivewin ?

... still go "sleep" :? so i use another Option and that seems to work fine on all PC ( > VISTA ) SetStandbyOFF(.T.) -> no Energy Saving SetStandbyOFF(.F.) -> normal Energy saving https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setthreadexecutionstate ...
by Jimmy
Mon Jun 12, 2023 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get WM_POWERBROADCAST under Fivewin ?
Replies: 7
Views: 532

Memoedit to HTML by API connection

I'm having issues that when I read a memo field where some ascii codes like CRLF,.. are used and I save them by API online, The API is not saving data when there are special chars insite the text. I tried some changing with strreplace, but there are always new items comming up. Is there a general ...
by Marc Venken
Mon May 22, 2023 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit to HTML by API connection
Replies: 2
Views: 271

Re: Playing with XBROWSE

... May we know why are you combining Dbf2HTML() and XBrowse? bPrePDF: In case the programmer wants to make some additions to the excel sheeet before saving as PDF, he can do so by using bPrePdf codeblock, which is evaluated with oSheet as parameter. We can not comment on the runtime error without ...
by nageswaragunupudi
Fri Apr 07, 2023 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Playing with XBROWSE
Replies: 6
Views: 497

how to get WM_POWERBROADCAST under Fivewin ?

hi, i want to avoid "Energy-Saving" when App is running. --- there is a WM_POWERBROADCAST Message which i use under Xbase++ / Ot4xb   ELSEIF nMsg == WM_POWERBROADCAST      DO CASE         CASE wp = PBT_APMQUERYSUSPEND            ...
by Jimmy
Sat Feb 04, 2023 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get WM_POWERBROADCAST under Fivewin ?
Replies: 7
Views: 532

Re: Fighting Xbrowse and lozing !!!

... need for it? I put it in by reading one of the topics here. Have to check wich one. I suppose that was at a time that I wanted to have a automatic saving system (when something changes in any column of the browse, it will call a function that saves the old data and the new data in a kind of logging ...
by Marc Venken
Fri Dec 23, 2022 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1813

Re: Does anyone have a json reader

... the hash for that identifier and returns it's value. You can use as many identifiers as you want, and as many HB_HGET's to get their values. Saving them into a variable allows you to use the value, or you can write it to a DBF. If you don't know the identifiers, just do an XBROWSE( ) on the ...
by TimStone
Wed Nov 09, 2022 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have a json reader
Replies: 7
Views: 739

Problems with Preview

I'm having problems saving a Previewed document as a PDF file when running my application using a Remote Desktop Connection. No matter what I do it won't save the document as a PDF, even if I choose the Print option and pick a PDF writer ...
by dtussman
Tue Nov 08, 2022 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 968

Re: Display thumbnails of pdfs

... to some. Some kind of files store the thumbnail also embedded in the same file. I know only about MS Office files (docx,xlsx,pptx). While saving these files, there is an option to save "with thumbnails". If the user saves the file with this option a thumbnail image is also saved ...
by nageswaragunupudi
Sun Oct 16, 2022 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2530

Re: The simplest way to build from vscode

... folder of configured harbour. The goods of this task type is: if you configure a setupBatch it is called only the first time with a little time saving, if you enable debug symbols (using "debugSymbols": true) it uses the code from the extension in this way it is always the latest. ...
by AntoninoP
Wed Oct 12, 2022 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The simplest way to build from vscode
Replies: 3
Views: 589

Re: convert from a txt text file to a dbf with errors - RESOLVED

... the full capabilities of FW_ArrayToDBF. The function FW_ArrayToDBF( aData ) converts any string values to the destination field type, before saving the data. This function is made keeping in view conversion from CSV. This type conversion is made using the function uCharToVal( cValue, ...
by nageswaragunupudi
Sat Sep 17, 2022 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert from a txt text file to a dbf with errors - RESOLVED
Replies: 10
Views: 663

Re: Subclass Xbrowse or changed data function

Dear Mr. Rao,
Therefore, I thought Mark should first save the old data before saving the new.

Best regards,
Otto
by Otto
Fri Sep 09, 2022 5:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Subclass Xbrowse or changed data function
Replies: 5
Views: 326

Re: Subclass Xbrowse or changed data function

If an error occurs while saving data to the DBF, bOnChange also is not executed.
by nageswaragunupudi
Fri Sep 09, 2022 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Subclass Xbrowse or changed data function
Replies: 5
Views: 326

Re: Función para extraer cadena numérica

... aResult Usage: ? ValSplit( 10 ) // -> { 2,8 }? ValSplit( 12 ) // --> { 4,8 } Mr. Rao, as always giving explicit examples and saving work. Fantastic.
by VictorCasajuana
Tue Aug 30, 2022 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Función para extraer cadena numérica
Replies: 8
Views: 787

Re: Copy structure or create new file dbf

... old scopes (if they exist). Another option is to open a new copy of the needed database within your routine. Then you don't have to worry about saving and restoring the database's state. But you do need to close the local copy of the database at the end of your routine.
by James Bott
Thu Jun 09, 2022 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy structure or create new file dbf
Replies: 8
Views: 651
PreviousNext

Return to advanced search