Search found 111 matches: reopen

Return to advanced search

Re: RAO advice on using Mysql

Hello RAO Since it is not possible to use filters with RecSet I am trying to close and reopen RecSet in xBrowse. I normally use WITH OBJECT oBrw:oRs         :Close()         :Source  := cNewSelectWithWhere          :ActiveConnection := oServer         :Open()ENDoBrw:Refresh()  ...
by Maurizio
Tue Feb 06, 2024 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 979

Re: Calculate total pages

... the case where meta files are generated we can modify the emf files 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. ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5877

Re: Calculate total pages

Otto wrote:Enrico,
here's how I do it: I save an emf file and then reopen add the number and print it.


How to do that exactly? Can you share it?
by Enrico Maria Giordano
Thu Nov 23, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5877

Re: Calculate total pages

Enrico, here's how I do it: I save an emf file and then reopen add the number and print it. I use it for invoice copies, I print the invoice number on the emf and then print on paper. Strictly speaking, regenerating from data is not a copy. In terms ...
by Otto
Thu Nov 23, 2023 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5877

Problem with xBrowse (Fixed)

Mr. Rao:

I need your help again

Please watch this video, if you need more information just tell me

Image

As we can see, after adding two records to the recordset we exit and when we reopen the program we get an error

Regards
by Armando
Tue May 16, 2023 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2165

Re: Opening 2 Word-documents from my application

... button. Click "OK" to close the Trust Center dialog, then click "OK" again to close the Options dialog. Close and reopen the document. You should now see the yellow bar with the "Enable Content" button. Click it to enable macros for this specific document. ...
by Antonio Linares
Sat Apr 22, 2023 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opening 2 Word-documents from my application - solved
Replies: 7
Views: 451

Re: adodb one or more connection

Damiano:

Try with ReOpen

Code: Select all  Expand view

FW_ReOpenRecordSet(oDbo,oCnSrv, tuple, 1 )
 


Regards
by Armando
Wed Feb 22, 2023 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: adodb one or more connection
Replies: 6
Views: 414

Re: adodb one or more connection

... "oDbo := FW_OpenRecordSet( oCnSrv, tuple, 1 )    xbrowse(oDbo)oDbo:Close()oCnSrv:Close()Return NIL  then reopen the pgm2.prg (SQL SERVER) and to istruction oDbo := FW_OpenRecordSet( oCnSrv, tuple, 1 ) I Get that error: IBMDA400 is it's already open ...
by damianodec
Wed Feb 22, 2023 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: adodb one or more connection
Replies: 6
Views: 414

New file format

... character "," or ";" but I would like to protect this file and create a particular and personalized format that no one could reopen but me with my little program of course I need the save function and to load the file and once saved
by Silvio.Falconi
Sun Nov 20, 2022 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New file format
Replies: 10
Views: 727

Re: Logo on MDI window.

... this Main window and I put the image as you can see but I have a Bar at right, when I hide the bar the oWinMain:oWndClient not bpainted and when I reopen the bar right I must redraw the image how I can resolve it ? I add oApp:oWinMain:bResized := { || SetLogo( oApp:oLogo, oApp:oWinMain ) and the ...
by Silvio.Falconi
Wed Nov 09, 2022 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 889

vscode encoding for msdos files

From vscode, please click bottom right on "UTF-8", then select "reopen with encoding" and select "Western (ISO 8859-15)"
by Antonio Linares
Wed Aug 31, 2022 3:23 pm
 
Forum: Utilities / Utilidades
Topic: vscode encoding for msdos files
Replies: 0
Views: 338

Re: Visual code vs xMate

Gustavo,

Haz click en UTF8 y selecciona "Reopen with encoding" y usa "Western (Windows 1252)"
by Antonio Linares
Mon Feb 14, 2022 9:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visual code vs xMate
Replies: 1
Views: 274

Problem with TCalendar class in Change Method

... I have a dialog with a CALENDAR The problem is static dOldDate  The first time I open the dialog bChange it works because dOldDate is nil If I reopen the dialog bChange it doesn't work because dOldDate remains the same as before I solved it by creating a variable and deleting dOldDate , I dont ...
by Maurizio
Wed Oct 27, 2021 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TCalendar class in Change Method
Replies: 0
Views: 293

Re: destroy a xbrowse

... to show it on a xbrowse local nInvoice:=alltrim(cNumPre) IF Empty( nInvoice) aItems:={} // Close the vtaskbar I make a switch but the user could b reopen it manually with the mouse oVMenu5:Refresh() oVMenu5:lOpened :=.T. oVMenu5:Switch() // I wish delete the oBrw but it is possible that the oBrw ...
by Silvio.Falconi
Thu Jun 10, 2021 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: destroy a xbrowse
Replies: 5
Views: 895

Re: flickering effect

last res https://i.postimg.cc/mkLzknx1/g.gif Otto, if you resize the dialog to the left and then reopen it you will see that the xbrowse is hidden, why?     #include "fivewin.ch"    #include "ttitle.ch"    request dbfcdx    request dbffpt    ...
by Silvio.Falconi
Fri Oct 02, 2020 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: flickering effect
Replies: 9
Views: 759
Next

Return to advanced search