Search found 7440 matches: used

Return to advanced search

Re: RUN test

> At the moment when I click using EDGE it just goes back to the top of the screen.

Please press Ctrl + F5 to reload the forums used javascript
by Antonio Linares
Mon Nov 25, 2024 3:48 pm
 
Forum: Utilities / Utilidades
Topic: RUN test
Replies: 6
Views: 154

xbrowse excessive lines

... from one type to another the number of lines in xbrowse changes, type 1 is 100 lines type 2 is 10 lines when I switch to mode 2 and previously I used mode 1 I still see the vertical lines in the browse how can I not see the excessive lines? nTipo =1 https://i.postimg.cc/J72hLLF6/primo.png ...
by Silvio.Falconi
Fri Nov 22, 2024 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse excessive lines
Replies: 2
Views: 111

Re: scintilla sample

... need to compile the script in EXE but only execute instructions because the functions are already inserted in the application. Up to now I have used a txt editor, then the procedure reads line by line and executes the commands without having a compilation in exe
by Silvio.Falconi
Tue Nov 19, 2024 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample - RESOLVED -
Replies: 15
Views: 517

Re: Most powerfull Xbrowser and PDF

... implement it for Fwin Libraries. If testing purposes is needed, i'm gladly to help. We already have a function for the last few years that can be used here. htmlview( "FullPath.pdf" ) This was working for the last few years but giving problems recently. Note: This function uses ...
by nageswaragunupudi
Mon Nov 18, 2024 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 806

Most powerfull Xbrowser and PDF

We know that Xbrowse is the most powerfull browser and PDF's are the most used document files. I'm not able to show the pdf's like we do the jpg, bmp in browse. From a post yesterday mr. Rao had these options. Can it be converted to include the viewing of pdf's ...
by Marc Venken
Mon Nov 18, 2024 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 806

Re: Ayuda a comenzar

... to know the parameters in order to give advice: what kind of programs do you want to write, on which devices should your software primarily be used, and which databases do you want to work with? Very important is also, how much time do you want to invest? Best regards, Otto
by Otto
Sun Nov 17, 2024 9:35 pm
 
Forum: mod_harbour
Topic: Ayuda a comenzar
Replies: 3
Views: 215

Re: cloud or not cloud

...

The next prompt for automation would be:

Can you now make this table dynamic, read the data from JSON files, and create a pie chart for the age structure?

Then, depending on the JSON, the database used could be replaced, etc.

Image
by Otto
Fri Nov 15, 2024 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Re: xbrowse(autosort) + tdolphin - erro

... oYourDolpinQry:SetOrder( cFieldName ) Your error is occurring inside Dolphin Qry's SetOrder method. The problem must be with the names you used to prepare your query.
by nageswaragunupudi
Fri Nov 15, 2024 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse(autosort) + tdolphin - erro
Replies: 6
Views: 198

Re: xbrowse very slow vs Xbrowser

... get to the end of the 90 columns in two clicks and thus also save resources I think I didn't ask for the moon , it's not xbrowse's fault I haven't used listbox (wbrowse) for many years and then listbox doesn't have e style support for win7/win10/win11, it doesn't work with tdatabase, I can't create ...
by Silvio.Falconi
Fri Nov 08, 2024 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 567

Re: xbrowse very slow vs Xbrowser

...          endif            endif         endif         return { 0, CLR_WHITE }         >     :CreateFromCode()   END I always used Wbrowse before using Xbrowse, what do I do now, do I go back? With what unknown? is there a support ?
by Silvio.Falconi
Thu Nov 07, 2024 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 567

Re: xHarbour can produce HTTP server ?

... Hello Dutch, here nSocket returns a Pointer. Have you looked at mod harbour? Maybe it has these functions, and you could see how they are used. Best regards, Otto STATIC FUNCTION SocketInit(nPort)       LOCAL nSocket := hb_socketOpen() // HB_SOCKET_AF_INET, HB_SOCKET_PT_STREAM, ...
by dutch
Thu Nov 07, 2024 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 467

Re: Copy file by mask

... 437 (OEM English codepage) Still all filenames created with different codepages are displayed correctly though different from the codepage used by the command window. How? I understand, though I am not sure, that Windows must be storing all directory information using UTF16LE. Request our ...
by Enrico Maria Giordano
Thu Nov 07, 2024 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 651

Re: xHarbour can produce HTTP server ?

Hello Dutch, here nSocket returns a Pointer. Have you looked at mod harbour? Maybe it has these functions, and you could see how they are used. Best regards, Otto STATIC FUNCTION SocketInit(nPort)       LOCAL nSocket := hb_socketOpen() // HB_SOCKET_AF_INET, ...
by Otto
Thu Nov 07, 2024 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 467

Re: Copy file by mask

... 437 (OEM English codepage) Still all filenames created with different codepages are displayed correctly though different from the codepage used by the command window. How? I understand, though I am not sure, that Windows must be storing all directory information using UTF16LE. Request our ...
by nageswaragunupudi
Thu Nov 07, 2024 4:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 651

xHarbour can produce HTTP server ?

Dear All,

I would like to make small program for waiting HTTP client GET api to request data?

I used to write HTTP client to POST to HTTP server only.

Thanks in advance for any help and idea.
Dutch
by dutch
Wed Nov 06, 2024 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 467
Next

Return to advanced search