Search found 85 matches: vb6

Return to advanced search

Nueva librería para generar Veri*Factu en España

... manera: Aplicación Cliente → Librería DLL → Administración Tributaria → Librería DLL → Aplicación Cliente La librería sirve para Visual Foxpro, VB6, Harbour... etc; cualquier lenguaje que sea capaz de crear un objeto COM+ Esta arquitectura elimina cualquier intermediación de servidores externos, ...
by upgradeyoursoft
Thu Dec 12, 2024 5:44 pm
 
Forum: Off Topic / Otros temas
Topic: Nueva librería para generar Veri*Factu en España
Replies: 0
Views: 192

Re: ActiveX Equivalentes de funciones FoxPro en Fivewin

... Visual Basic 6 y no se ve complicado, pero no lo he podido replicar en Fivewin/Harbour [url] https://www.fast-report.com/blogs/master-detai-report-vb6 [/url] El codigo que uso es este   // oMaster = CreateObject( "FastReport.TfrxUserDataSet" )  // oMaster = WIN_OleCreateObject( ...
by albeiroval
Tue Nov 26, 2024 1:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ActiveX Equivalentes de funciones FoxPro en Fivewin
Replies: 18
Views: 2653

Re: DBF File Format - Considerations A Secure Option

... Machine. At that time, we had over 1,000 hotel customers and over 30,000 unique IPs per day. During this time, I also converted all my software to VB6 and SQL - then to VB.NET. I also made the mobile version of STB with VB.NET. However, MICROSOFT quickly changed the versions back then, and it wasn't ...
by Otto
Tue Jul 30, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 1980

Re: Dbf/cdx to sql changing

... the fastest access time. At that time, we switched from MS_SQL to JetEngine on short notice. I was always very satisfied. Even when I worked with VB6, I used the ACCESS database. However, when the JETENGINE was discontinued and no longer installed by hosting companies, I switched to MariaDB on ...
by Otto
Fri Jul 19, 2024 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 4775

Re: Dbf/cdx to sql changing

... remotely accessible - it is like a single-user solution. I have known SQL for a very long time and worked with SQL when I rewrote the program to VB6 and VB.NET. With all the comments, I always feel like it's being implied that I don't know SQL. I have used SQL for over 10 years. But the situation ...
by Otto
Thu Jul 18, 2024 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 4775

Re: Callback Server

Hello Tim, this is a question we all have to address in due time. I had a system with Pocket PC and VB6 to send SMS. https://forums.fivetechsupport.com/viewtopic.php?f=4&t=12991&start=30&hilit=sms But long ago. I think it should be possible to use, for example, ...
by Otto
Fri Mar 10, 2023 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 1068

WinEcrCom

... file scontrino ma io in fwh come faccio a fare questo file e poi ho gli articoli e i prezzi in un'altro modo ho trovato un esempio in VB6 Private Sub ditron()Dim Ris As LongDim comando As String, Result As StringIf SysCmd(acSysCmdRuntime) Then On Error GoTo ditron_Errorcomando ...
by Silvio.Falconi
Mon Sep 19, 2022 7:31 am
 
Forum: All products support
Topic: WinEcrCom
Replies: 2
Views: 1293

Re: Drag from Fivewin to Word

... We rename DOCX to zip and then replace our own placeholders for mail merge. Thank you for your posts and help. "Platzhalter Brief" is a VB6 program. Best regards, Otto https://mybergland.com/fwforum/drag2word.gif
by Otto
Wed May 18, 2022 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag from Fivewin to Word
Replies: 3
Views: 599

Re: Drag from Fivewin to Word

Hello friends,
I have solved my problem for now.
I got my 20+ year old development computer out of the attic and put it to work.

Best regards,
Otto


Image
by Otto
Sat May 07, 2022 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag from Fivewin to Word
Replies: 3
Views: 599

Drag from Fivewin to Word

Hello friends, I still have a very old VB6 program in use. I would have to extend the selection fields now. Does anyone know if it is possible to copy from FIVEWIN to an external program with drag and drop. I want to remember that it was not ...
by Otto
Fri May 06, 2022 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag from Fivewin to Word
Replies: 3
Views: 599

Re: Test Windows Mdi with panel right

... one button and that opens a panel (even with a vertical scroll) in which to insert dialogs With explorerbar you can't build that this evening the vb6 exe is bloken and I saw it use these controls : https://github.com/ComponentFactory/Krypton
by Silvio.Falconi
Mon May 02, 2022 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test Windows Mdi with panel right
Replies: 10
Views: 987

Re: How to call Events from OLE/COM objects

Jimmy, In vb6 it doesn't use .NET, and the example is very simple. I just can't get it to work in harbor. VERSION 5.00Object = "{B49E66FF-6927-4378-9685-937F14679ADD}#1.0#0"; "DPFPCtlX.dll"Begin VB.Form VerificationDialog ...
by Giovany Vecchi
Fri Apr 22, 2022 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 1691

Re: dbase III/IV file encrypted

Ok, but i just want to use the dbf with an old VB6 program that uses a JET connection like this "Provider=Microsoft.Jet.OLEDB.4.0;Extended Properties=dBase IV;Data Source=" I suppose that i must change the encrypted flag in dbf file header ...
by lorenzoazz
Sat Jan 29, 2022 9:32 am
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 2829

Re: Apollo

Hello Marco,
I am not clear if you want to link in Apollo in a Fivewin program or if you want to connect to dbf/cdx from another language.
I used VB6 / VB.net with Apollo simultaneously with my FIVEWIN program without any problems. But direct access not the database server.
Best regards,
Otto
by Otto
Fri Dec 01, 2017 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Apollo
Replies: 13
Views: 3650

Re: Enviar mails usando cuenta de Office 365

... https://stackoverflow.com/questions/37530037/using-cdo-smtp-tls-in-vb6-to-send-email-smtp-office365-com-mail-server https://clicdatacoder.wordpress.com/2012/07/13/sending-smtp-mail-via-office-365-exchange-using-cdo-message-and-other-applications/ ...
by Baxajaun
Wed Jun 21, 2017 6:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar mails usando cuenta de Office 365
Replies: 12
Views: 3690
Next

Return to advanced search