Search found 691 matches: opening

Return to advanced search

Re: Request : new PostgreSQL OLEDb-Provider

It has no effect on Opening ADO connctions, Opening RecordSets and using the recordsets in any manner we need. hi, ok ... but why "is"   oCn:Properties( "DBMS Name" ):Value and/or   oCn:Properties( "Extended ...
by Jimmy
Mon Sep 11, 2023 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 799

Re: Request : new PostgreSQL OLEDb-Provider

... hm Do not worry at all about this function. This is basically intended for internal usage to help the function FW_ValToSQL() It has no effect on Opening ADO connctions, Opening RecordSets and using the recordsets in any manner we need.
by nageswaragunupudi
Mon Sep 11, 2023 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 799

Re: dialog opening difference in the monitor between 32/64 bit

Clicking "Open" button opens a dialog in Always in the primary monitor.

If you connected two monitors and configured in extended mode, then the dialog will open in the second monitor.
by nageswaragunupudi
Mon Aug 07, 2023 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog opening difference in the monitor between 32/64 bit
Replies: 4
Views: 474

Re: dialog opening difference in the monitor between 32/64 bit

Rao ,
Test in 32-bit always

The main window is opened in the primary monitor.
Clicking "Open" button opens a dialog in Always in the primary monitor.

Maurizio
by Maurizio
Mon Aug 07, 2023 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog opening difference in the monitor between 32/64 bit
Replies: 4
Views: 474

Re: dialog opening difference in the monitor between 32/64 bit

This program is working the same way with both 32-bit and 64-bit #include "fivewin.ch"function Main()   local oWnd, oBar, oDlg   DEFINE WINDOW oWnd   DEFINE BUTTONBAR oBar SIZE 80,32 OF oWnd   DEFINE BUTTON OF oBar PROMPT "Open" CEN...
by nageswaragunupudi
Mon Aug 07, 2023 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog opening difference in the monitor between 32/64 bit
Replies: 4
Views: 474

Re: Lost connection to MySQL server during query

... = number of minutes, normally I put it 2 minutes and define it as an external variable ** MEMVAR->oWPrincipal = It is my main dialog when opening the application MEMVAR->NTIMER :=oMAE00VAR:tiempo*60000 //----------------------------------------------------------------------------// ...
by cjcardoza
Sat Aug 05, 2023 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12850

Re: dialog opening difference in the monitor between 32/64 bit

Dear Santo,

We are checking it

many thanks for the feedback
by Antonio Linares
Thu Aug 03, 2023 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog opening difference in the monitor between 32/64 bit
Replies: 4
Views: 474

dialog opening difference in the monitor between 32/64 bit

Good morning, I compile fivewin programmes in both 32bit and 64bit versions with MinGW 8.5 - fivewin release 22.12 and use 2 monitors I have noticed that in the 32bit version if I open a dialogue from the second monitor this is opened in the second monitor whereas if I open a dialogue from the secon...
by vensanto
Thu Aug 03, 2023 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog opening difference in the monitor between 32/64 bit
Replies: 4
Views: 474

Re: How to Fill a XLSX File

I use this to make a file. I think the code I put in // is for opening. The rest will be the same I think. function makedroponfILE(oBrw)//  I believe this is for a existing file  oExcel:=TOleAuto():New( "Excel.Application" ...
by Marc Venken
Thu Jul 13, 2023 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Fill a XLSX File
Replies: 2
Views: 188

Re: Fw maria-/mysql

... BIT fields are used for Logical values. When set ON, TinyInt is used for Logical values instead. This setting is used at the time of Creation and Opening of a Table. This setting can be toggled suitably while reading tables created with different settings. There can be different tables opened ...
by russimicro
Tue Jun 27, 2023 11:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fw maria-/mysql
Replies: 4
Views: 334

Re: Shell.Explorer.2 problem

Most likely, the site that you use has stopped running under IE. Try opening it in other browsers. If it opens normally, then install the WebView and work through it.
by Natter
Tue Jun 27, 2023 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 829

Re: Sql Filter between two dates - ADO

... How to easily generate these expressions? We better make it a habit to open an ADO connection using FW_OpenAdoConnection() of FWH instead of opening on our own with ADODB.Connection. If we open using FWH function FW_OpenAdoConnection, all the other ADO functions know the RDMS used and function ...
by nageswaragunupudi
Sun Jun 25, 2023 3:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sql Filter between two dates - ADO
Replies: 3
Views: 353

New FTDN April/Abril 2023 (FWH 23.04)

... FW_GetClipboardData( [[@]Format] ) --> uData Similar to FW_CopyToClipboard(...), this function can be used to get data from clipboard without opening and closing clipboard within the application. This single line function saves much coding. If nFormat is specified, data of that format is obtained. ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1810

Re: Opening 2 Word-documents from my application - solved

hi,

WinWordObj() and ExcelObj() are in c:\fwh\source\function\olefuncs.prg
but they both pint to FWGetOleObject ( in same PRG )

so you can write
Code: Select all  Expand view
Function OutlookObj(); return FWGetOleObject( "Outlook.Application",   @lOutlook  )
by Jimmy
Sun Apr 23, 2023 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opening 2 Word-documents from my application - solved
Replies: 7
Views: 526
PreviousNext

Return to advanced search