Search found 32 matches: namespace

Searched query: namespace

by paquitohm
Mon Dec 16, 2024 8:30 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Veri*Factu
Replies: 22
Views: 3263

Re: Veri*Factu

Hola Antonio,

Dos cosas:

- Veo que has puesto los tags sin NameSpace. Entiendo que cómo estamos creando el .xml, a pelillo, sí hace falta ponerlos
- Lo habitual en el .xml será que contenga varias facturas, así que hay que poner otros tags de superior nivel

Pego aquí un ejemplo generado con soapui ...
by Otto
Fri Sep 27, 2024 3:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: is there a RTFToHTML() Function in Harbour ?
Replies: 4
Views: 1434

Re: is there a RTFToHTML() Function in Harbour ?

... html)
wdFormatXMLDocument: 12 - Saves as an XML document (.docx)
wdFormatPDF: 17 - Saves as a PDF file (.pdf)
wdFormatXPS: 18 - Saves as an XPS file (.xps)


These constants are typically defined in the Word namespace. You can use them to specify the corresponding formats in your SaveAs method.
by Otto
Wed Jan 10, 2024 7:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 1239

Re: WebView2 Essentials: Guides, Tips & Resources

... development environment, initializing the WebView2 control, and handling navigation events. This involves coding in C# and using the CoreWebView2 namespace​​.

Properties and Methods: The WebView2 class in WPF, for instance, extends HwndHost and provides several properties like AllowExternalDrop ...
by byron.hopp
Wed Jan 26, 2022 9:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 1172

Re: Soap Web Service

... tempuri.org/tomichws/Service1" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/tomichws/Service1" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified ...
by Antonio Linares
Tue Dec 14, 2021 9:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 3900

Re: Learning opencv step by step

Opcionalmente si no queremos usar el "namespace" (algo propio de C++) podemos cambiar el código así:

Ojo que en cv1.hbp usamos este flag para indicar que queremos construir en modo C++: (desde el 2015 opencv obliga a usar C++)
-cflag=-TP

cv1.prg
#include "FiveWin.ch"#define WINDOW_AUTOSIZE ...
by landaga
Sat Feb 27, 2021 9:28 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Re: Ayuda con XML - SOLUCIONADO
Replies: 1
Views: 325

Re: Ayuda con XML - SOLUCIONADO

... debo hcerlo le agraecería me orientase.
Este es el esquema que me pasa la administración para que lo incluya al comienzo del XML:

<schema targetNamespace="urn:ticketbai:emision">
<import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core ...
by Jorge Jaurena
Wed May 24, 2017 1:16 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Objeto OLE
Replies: 23
Views: 3299

Re: Objeto OLE

... SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, OleServer, OleAuto;
var
Controlador: Variant;
begin
Controlador := CreateOLEObject('DataLinkLibrary.IController'); // NameSpace.ClassName
Controlador.Nuevo(); // o Controlador.Nuevo('DEMO');
end;

Gracias.
Jorge Jaurena
by Rick Lipkin
Thu Jan 05, 2017 7:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Unattended e-mails via Outlook 365
Replies: 5
Views: 2867

Re: Unattended e-mails via Outlook 365

... projects, please refer to Samples section.
using System;
using System.Collections.Generic;
using System.Text;
using EASendMail; //add EASendMail namespace
namespace mysendemail
{
class Program
{
static void Main(string[] args)
{
SmtpMail oMail = new SmtpMail("TryIt");
SmtpClient oSmtp = new ...
by Antonio Linares
Tue Dec 20, 2016 8:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: OT Routing routine
Replies: 11
Views: 2156

Re: OT Routing routine

... you should be able to
instantiate an OLE object from the PRG once you register the .NET DLL as FiveNet does also.

In fivetech.cs there is a:

namespace FiveTech

and

public class FiveNet

then from the PRG we can do:

oFiveNet = win_oleCreateObject( "FiveTech.FiveNet" )

If you plan to use ...
by kim yong woo
Thu Jul 02, 2015 2:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to combine (or use) SDK dll into Fivewin HB/XHB?
Replies: 36
Views: 9714

How to combine (or use) SDK dll into Fivewin HB/XHB?

... in MSC Sharp sample were as followings

Main.cs

using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace KTOpenAPICSharpSample
{
static class Program
{
/// <summary>
/// </summary>
[STAThread]
static void Main()
{
Application ...
by Pritpal Bedi
Tue Apr 07, 2015 7:23 pm
Forum: FiveTouch
Topic: Clase QT
Replies: 4
Views: 3237

Re: Clase QT

Hi

Jumping in...

QT is not a class as other classes and is callable on C++ level only.
This namespace only defines the ENUMS in C++ and #defines in Harbour.
QtContribs contain all the defines in hbqt/qtgui/hbqtgui.ch header file.
Just include it as oyou normally do.

Contstants in hbqtgui.ch are ...
by anserkk
Wed Nov 20, 2013 6:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Createitem() in Outlook on Microsoft Exchange
Replies: 2
Views: 679

Re: Createitem() in Outlook on Microsoft Exchange

Here is a VB Code, which may be useful for you.

You can use the Namespace.GetSharedDefaultFolder method to access the Calendar folder in another Exchange mailbox. Keep in mind that you might not have permission to even see that folder, or you might have only read access.

Sub ...
by Sistem
Mon Nov 18, 2013 11:04 am
Forum: FiveWin para Harbour/xHarbour
Topic: Como Instalar un Tipo de Letra
Replies: 5
Views: 1057

Re: Como Instalar un Tipo de Letra

... utilizando VBScript
probado con windows8.1 64 bits OK

testVBSc.vbs
Const FONTS = &H14&
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace(FONTS)
objFolder.CopyHere "e:\siav\ean-13.ttf"

fivewin
utilizar ShellExecute(.....,"testVBSc.vbs",..........

fonte => m
[]´s
by HATHAL
Sun Oct 06, 2013 8:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Cover Flow
Replies: 10
Views: 6069

SOURCE FOR IMAGE WITH *.BMP *.EMF *.GIF *.ICO *.JPG *.PNG *

... tchar.h>
#include <shellapi.h>
#include <commdlg.h>
#include <shellapi.h>
#include "h2.h"
static HBITMAP hbm; // RETURN HBITMAP TO FIVEWIN
using namespace Gdiplus;
HBITMAP IMAGE_HBITMAP_CPP(char * File_Name)
{
WCHAR wchPath[MAX_PATH];
ZeroMemory(wchPath,MAX_PATH);
MultiByteToWideChar(CP_ACP, 0 ...
by cdmmaui
Tue Jun 04, 2013 2:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Off Beat Question - Javascript - SQL
Replies: 17
Views: 3782

Re: Off Beat Question - Javascript - SQL

... var consiso = document.getElementById("consiso");

try
{
var connection = new ActiveXObject("ADODB.Connection");] )
}
catch(e)
{
alert("ADODB namespace not found.");
exit(0);
}

try
{
var connectionstring="DSN=Pasha;User ID=sa;Password=Alex1209$;
connection.Open(connectionstring);
}
catch(e ...