Search found 454 matches: initial

Return to advanced search

Re: CreateObject( "MSXML2.XMLHTTP" )

Silvio, No, I tested with WINDOWS 10. But the initial sample didn't work. Now all works fine. https://support.microsoft.com/en-us/windows/windows-7-support-ended-on-january-14-2020-b75d4580-2cc7-895a-2c9c-1466d9a53962 Best regards, ...
by Silvio.Falconi
Thu Jan 21, 2021 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3270

Re: CreateObject( "MSXML2.XMLHTTP" )

Silvio,
No, I tested with WINDOWS 10. But the initial sample didn't work. Now all works fine.

https://support.microsoft.com/en-us/windows/windows-7-support-ended-on-january-14-2020-b75d4580-2cc7-895a-2c9c-1466d9a53962

Best regards,
Otto
by Otto
Thu Jan 21, 2021 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3270

Re: Problema con Listbox y MariaDB

... ORDER BY nombre"   oUsuarios := _oSqlConex:Query( cQuery )  oLbx:SetArray(oUsuarios)       when returning to the initial screen, the new inserted record is NOT SHOWN. http://datanet.space/fw/CAMPO1.jpg But if I go back to the menu and come back, I see ...
by JoseAlvarez
Wed Dec 09, 2020 11:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Listbox y MariaDB
Replies: 7
Views: 616

cGetFile32 initial file

I wish show the name of the file when the user select a folder to save a file //cGetFile( <cFileMask>, <cTitle>, [<nDefaultMask>], [<cInitialDirectory>], [<lSave>], [<lLongNames>], [<nFlags>], [<cInitialFile>] ) –> cFileName I tried with cNamePdf :=...
by Silvio.Falconi
Thu Dec 03, 2020 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 initial file
Replies: 3
Views: 609

Re: fieldWBlock

I took your initial example and rewrote a little: #include "fivewin.ch"REQUEST DBFCDXFunction main() local acampi :=   {"FIRST"   ,;              ...
by ADutheil
Wed Nov 18, 2020 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fieldWBlock
Replies: 13
Views: 1208

Re: Adding a real time character count to a memo field dialog bx

Enrico Try this code ... I get an initial value .. of 179 .. but the len of cMemo is not updated as you type in more charactors .. Thanks Rick #include "Fivewin.ch"#define EM_LIMITTEXT 197FUNCTION MAIN()LOCAL oDlgLOCAL cMemo, ...
by Rick Lipkin
Mon Jul 20, 2020 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a real time character count to a memo field dialog bx
Replies: 7
Views: 792

Re: TGet bug (unicode)

... are allowed of 4 UTF8 characters are allowed. Case (3): The user input is restricted to the number of characters in the variable. If the initial value of the variable is "ABCD", the byte-length is 4. But the user can enter 4 unicode characters. In that case the result string ...
by nageswaragunupudi
Fri Jul 17, 2020 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet bug (unicode)
Replies: 5
Views: 1505

Ayuda con Mysql

... funciona perfecto. La conexión es "Provider=MSDASQL.1;Password=Cava1234;Persist Security Info=True;User ID=root;Data Source=jpcavagnaro;Initial Catalog=restaurate" Que me falta instalar? Saludos. Jorge.
by jpcavagnaro
Wed Jul 08, 2020 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda con Mysql
Replies: 11
Views: 1954

Re: FOR NAGES

... calc the totals Endif this could work but after when I insert the services I don't see them in the xbrowse because the services are added to the initial array called aData then I tried to call "aItems" with "aData" but I have the same problem is very hard to create a demo ...
by Silvio.Falconi
Thu Jun 25, 2020 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOR NAGES- RESOLVED
Replies: 22
Views: 2220

Re: Manual Mercury - Listo !

Damiano,

What mod_harbour version are you using ?

the "initial" one or the new one based on fastCGI ?
by Antonio Linares
Mon Jun 22, 2020 9:47 am
 
Forum: mod_harbour
Topic: Manual Mercury - Listo !
Replies: 26
Views: 4512

Re: xBrowse faster with less colums

This clears things up. Thanks. I only use Dbf and CDX, and initial speed is pretty ok. but using the program ( setting values in Barget and scoping for the correct data ) the program slows down until i finaly can get a cup of coffee and when I return, ...
by Marc Venken
Fri May 01, 2020 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1066

Re: Bug? cGetDir() on utf8

Natter wrote:you can try this

cDirTmp:=OemToAnsi(HB_UTF8ToStr(cGetDir()))


There are two problems!!
1. Title is showing garbled characters.
2. The initial directory is not expanded

Image
by ssbbs
Fri Apr 17, 2020 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug? cGetDir() on utf8
Replies: 9
Views: 1272

Re: OT: How are we doing ?

... are no restrictions on going out, but people are voluntarily exercising restraint. Many visitors from other countries escaped screening in the initial days. We are keeping our fingers crossed about what may happen in the next one month period. Not sure if we have the resources to handle a large ...
by nageswaragunupudi
Fri Mar 20, 2020 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: How are we doing ?
Replies: 24
Views: 3715

Re: status FiveWeb from Laiton

Thank you very much, but they are very different products. How many users are using mod_harbour? It seems that this initial prototype has very little acceptance.
by mgsoft
Tue Mar 10, 2020 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: status FiveWeb from Laiton
Replies: 8
Views: 1832

Re: xBrowse AUTOSORT DBF does not work

... you to use COLUMNS clause only and never to use FIELDS clause. Note: FIELDS clause was created for compatibility with WBrowse syntax to ease initial migration.
by nageswaragunupudi
Thu Dec 26, 2019 4:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse AUTOSORT DBF does not work
Replies: 3
Views: 540
PreviousNext

Return to advanced search