Search found 97 matches: progid

Return to advanced search

... ENDIF SELE 99 USE odlg:disable() DEFINE WINDOW oWnd Title "IMPORTACION DE LISTA DE COSTOS "+alltrim(upper(xlispre)) @ 0, 0 ACTIVEX oOwc; PROGID XVERSION // PROGID "OWC10.Spreadsheet" hActiveWindow = oOwc:GetProp( "ActiveWindow" ) OleSetProperty( hActiveWindow, "ColumnHeadings", 1, "Codigo" ...
by diegopolverelli
Tue Aug 19, 2008 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: olesetproperty
Replies: 12
Views: 2746

Una mas

... actxNameStr = ['OWC' verStr '.Spreadsheet.' verStr]; basicamente se trata de ir variando el valor 11. Puedes usar la función IsActiveX( <cProgID> ) --> lYesNo de FWH para detectar el ProgID válido
by diegopolverelli
Wed Jul 23, 2008 12:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: activex excel
Replies: 2
Views: 699

... actxNameStr = ['OWC' verStr '.Spreadsheet.' verStr]; basicamente se trata de ir variando el valor 11. Puedes usar la función IsActiveX( <cProgID> ) --> lYesNo de FWH para detectar el ProgID válido
by Antonio Linares
Tue Jul 22, 2008 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: activex excel
Replies: 2
Views: 699

... ) LOCAL oDlg, oActiveX, lSave := .F. DEFINE DIALOG oDlg RESOURCE "NAVEGADORWEB" TITLE cTituloVentana REDEFINE ACTIVEX oActiveX ID 201 OF oDlg PROGID "Shell.Explorer" REDEFINE BUTTON ID 101 OF oDlg ACTION( oActiveX:Do( "ExecWB", 6, 1 ) ) REDEFINE BUTTON ID 102 OF oDlg ACTION( lSave := ...
by MOISES
Wed Jun 25, 2008 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: web page in a dialog
Replies: 2
Views: 683

Si lo creas desde código fuente: @ 0, 0 ACTIVEX oExcell PROGID "OWC11.Spreadsheet" si lo redefines en un recurso: REDEFINE ACTIVEX oActiveX ID 10 OF oDlg PROGID "Shell.Explorer" en el recurso tienes que declararlo como "TActiveX" (clase de control definida ...
by Antonio Linares
Thu Jun 12, 2008 7:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar Control en un Formulario
Replies: 2
Views: 605

Nageswararao,

What ProgID string are you using for Excel 2007 ?
by Antonio Linares
Sun Mar 23, 2008 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX or OLE for WINWORD?
Replies: 10
Views: 2925

Google Maps - Ajustar Mapa é possível?

Pessoal é possível ajustar o mapa (google maps) ao tamanho que eu especifiquei. SIZE 285,170. ex: @ 418,08 ACTIVEX oActive PROGID "Shell.Explorer" OF oWnd SIZE 285,170 oActive:Do( "Navigate", CurDrive() + ":\" + CurDir() + "\temp.html" ) Falo isso, porque só tenho este espaço na tela, ...
by FWHISHOW
Thu Jan 10, 2008 7:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps - Ajustar Mapa é possível?
Replies: 7
Views: 1849

Michel @ 0, 0 LISTBOX oBrow FIELDS ; oRs:Fields("CODE"):Value, ; oRs:Fields("DESC"):Value, ; oRs:Fields("progid"):Value ; SIZES 80,250,80 ; HEADERS "Code", ; "Description", ; "ProgID" ; of oGRP Rick, I am using that code (Thanks to RF) with Oracle DB successfully. But with ...
by Manuel Valdenebro
Sun Dec 30, 2007 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about SQL
Replies: 52
Views: 10823

... opendkeyset oRs2:CursorLocation := 3 // local cache oRs2:LockType := 3 // lockoportunistic IF xADMIN = 'Y' cSQL := "SELECT * FROM GROUPS order by progid,code" cTITLE := "GROUP Select for ALL" ELSE cSQL := "SELECT * from GROUPS where progid = '"+xPROGID+"' order by code" cTITLE := "GROUP Select ...
by Rick Lipkin
Fri Dec 14, 2007 11:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Freeze column and goto a column ( ADO )
Replies: 8
Views: 1698

... := PadR( "NEW YORK CITY", 80 ) local cCountry := PadR( "USA", 80 ) DEFINE DIALOG oDlg RESOURCE "map" REDEFINE ACTIVEX oActiveX ID 100 OF oDlg PROGID "Shell.Explorer" REDEFINE GET cStreet ID 200 OF oDlg REDEFINE GET cCity ID 300 OF oDlg REDEFINE GET cCountry ID 400 OF oDlg REDEFINE BUTTON ID ...
by richard-service
Fri Dec 14, 2007 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 27653

... := PadR( "NEW YORK CITY", 80 ) local cCountry := PadR( "USA", 80 ) DEFINE DIALOG oDlg RESOURCE "map" REDEFINE ACTIVEX oActiveX ID 100 OF oDlg PROGID "Shell.Explorer" REDEFINE GET cStreet ID 200 OF oDlg REDEFINE GET cCity ID 300 OF oDlg REDEFINE GET cCountry ID 400 OF oDlg REDEFINE BUTTON ID ...
by shrkod
Fri Dec 14, 2007 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 27653

... // opendkeyset oRs:CursorLocation := 3 // local cache oRs:LockType := 3 // lockoportunistic IF xADMIN = 'Y' cSQL := "SELECT * FROM GROUPS ORDER BY PROGID,CODE" cTITLE := "Group Records Browse for ALL" ELSE cSQL := "SELECT * FROM GROUPS where progid = '"+xPROGID+"' ORDER BY CODE" cTITLE := "Group ...
by Rick Lipkin
Wed Nov 21, 2007 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about SQL
Replies: 52
Views: 10823

Jeff, Don't you have access to that ActiveX docs ? You can also use its GUID instead of its PROGID ( http://en.wikipedia.org/wiki/Globally_Unique_Identifier ) which usually looks as a long sequence of numbers separated by "-" and between "{" and "}" Have you tried to ...
by Antonio Linares
Thu Aug 09, 2007 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX DLL Functions
Replies: 26
Views: 5521

it is a 3rd party ActiveX that is used to control a medical device.

Any idea on how I would find the PROGID.

I looked at the DLL file with OleView (via the ITypeLib Viewer) but I can not see anything that looks like the ID.
by Jeff Barnes
Thu Aug 09, 2007 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX DLL Functions
Replies: 26
Views: 5521

Jeff,

The first step is to know the PROGID (is a string) of the ActiveX that you are going to use.

i.e. for Microsoft Excell the progid is "OWC11.Spreadsheet"

Whats the activex that you are going to use ?
by Antonio Linares
Thu Aug 09, 2007 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX DLL Functions
Replies: 26
Views: 5521
PreviousNext

Return to advanced search