Search found 115 matches: dim

Return to advanced search

This is a VBA Macro where I inserted some code to get all Emails from a folder. Regards Otto Sub SaveEmail() 'Declaration Dim itm As Outlook.MailItem Set olItms = Application.ActiveExplorer.CurrentFolder.Items On Error Resume Next For Each itm In olItms MsgBox (itm.SenderEmailAddress) ...
by WINHOTEL
Thu May 03, 2007 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How get message from dbx (Outlook Express)
Replies: 6
Views: 1750

How to convert VB "set" function to Fivewin

How to convert VB "set" function to Fivewin VB sample code 'Declare a Ribbon Bar object Dim RibbonBar As RibbonBar 'Add a Ribbon Bar to the command bars Set RibbonBar = CommandBars.AddRibbonBar("Ribbon Bar") 'Specify the Ribbon Bar is to use the stretched docking style. ...
by dixonchu
Tue Apr 10, 2007 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert VB "set" function to Fivewin
Replies: 9
Views: 2197

... nil But could someone please tell me how to save and restore a part of the canvas / screen. oMeta1:bMMoved:={|y,x,flags| hairCross(y,x, oMeta1)} Dim ScreenSave func hairCross(x,y, oMeta1) restore = ScreenSave ScreenSave = save part of the screen where you draw the new line oMeta1:line (y,0,y,500) ...
by Otto
Tue Mar 13, 2007 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I change the report viewer ?
Replies: 5
Views: 1574

Grabar a un CD

... el código por si alguien pudiera traducirlo a nuestro lenguaje: -------------------------------------------------------------- Option Explicit Dim MyCDRW, MySource, MyCDNAME, MyDateCode, MyTarget Dim oShell, oApp, oFolder, vbShort ' Cambia estas tres variables acorde a las especificaciones ...
by Manuel Valdenebro
Mon Jan 01, 2007 9:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar a un CD
Replies: 1
Views: 1014

Wrapper

... di una funzione che restituisce la versione del driver amyuni di conversione emf->rtf Grazie in anticipo. Saluti Marco Turco ************ Dim CDIntfMajor As Long Dim CDIntfMinor As Long Dim PrinterDriverMajor As Long Dim PrinterDriverMinor As Long PDF.GetVersionInformation CDIntfMajor, ...
by Marco Turco
Sat Nov 18, 2006 8:28 am
 
Forum: All products support
Topic: Wrapper
Replies: 5
Views: 1783

Comprimir Carpetas y SubCarpetas con Zip32

... Visit Our Home Page At: http://www.ntplx.net/~king '-- '--------------------------------------------------------------- Private Sub Form_Click() Dim retcode As Integer ' For Return Code From ZIP32.DLL Cls '-- Set Options - Only The Common Ones Are Shown Here '-- These Must Be Set Before Calling ...
by josecosmaz
Tue Jun 06, 2006 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comprimir Carpetas y SubCarpetas con Zip32
Replies: 1
Views: 3298

Transformar desde VB a Hb ?

Como se traduce esta instruccion para la variable MyField en fw+h ?

** from VB
Dim MyField As String
MyField = Chr$(&h0A)
MyEpsonFPControl.AddDataField MyField
by dbzap
Fri May 12, 2006 9:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Transformar desde VB a Hb ?
Replies: 3
Views: 827

from vb tu hb

any translation for MyField in fw+h ?

** from VB
Dim MyField As String
MyField = Chr$(&h0A)
MyEpsonFPControl.AddDataField MyField
by dbzap
Fri May 12, 2006 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: from vb tu hb
Replies: 2
Views: 613

Spell

... doing wrong with fivewin? The program crasses at runtime with the error: "Error description: Error Word.Basic/3 DISP_E_MEMBERNOTFOUND: INSERT" VB: Dim oWDBasic As Object Set oWDBasic = CreateObject("Word.Basic") oWDBasic.filenew oWDBasic.Insert "testdsf" oWDBasic.ToolsSpelling oWDBasic.EditSelectAll ...
by ask
Tue Dec 20, 2005 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell
Replies: 4
Views: 1135

Usa JRO (Jet and Replication Objects): The Vb code follows : Dim oJro As JRO.JetEngine Dim cnn1 As String, cnn2 As String ' Creamos un nuevo objeto JetEngine Set oJro = New JRO.JetEngine ' Cadena de conexión de origen cnn1 = "Provider=Microsoft.Jet.OLEDB.4.0;" ...
by YamilBracho
Wed Dec 14, 2005 7:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como usar CompacDataBase no ADO?
Replies: 3
Views: 1070
Previous

Return to advanced search