Search found 112 matches: webpage

Return to advanced search

Forum content download

... report? You could then display this list always updated, for example here in FIVEWIN forum, and would then surely reach a wider audience. I use a webpage with important links, but it is hard to follow all to see if there is news. Best regards, Otto https://mybergland.com/fwforum/forums3.jpg ...
by Otto
Tue Feb 21, 2023 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forum content download
Replies: 1
Views: 171

How to fill edit box and click button in another application

Hi, I can fill edit box, press button in a webpage using TWebView. I also want to fill edit box and press button in another application from mine. Another application is not mine. I have not any source. It is a java application.     hWnd := FindWindow( ...
by Horizon
Tue Feb 14, 2023 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 1476

Re: DLLCALL under Fivewin

... it to 4 DLL (ANSI) Call but i have Problem with some "Type" 'LPSECURITY_ATTRIBUTES' LPDWORD --- i have use Name any Type from Microsoft Webpage (see Link) * https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfileaDLL FUNCTION CreateFile(lpFileName       ...
by Jimmy
Thu Dec 01, 2022 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2937

Re: Landing page with admin mode

Hello friends,

Promotion for the new inline editing for landing pages.

https://winhotel.space/winhotel_webpage/qrcode.html

Here is a link for a live test: PW 123

https://winhotel.org/demo/admin.prg



Best regards,
Otto
by Otto
Thu Nov 10, 2022 10:36 am
 
Forum: mod_harbour
Topic: Landing page with admin mode
Replies: 2
Views: 554

Re: Xbrowse to Html

... color 11. the color of the text 12. create a responsive html web page the FW_DbfToHTML () function doesn't do these things ( it create a webpage with css from bootstrap ) and the oBrw: toHtml () method of xbrowse class won't work if you don't have spreadsheet software installed on your ...
by Silvio.Falconi
Thu Oct 06, 2022 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 1041

Re: Mr. Rao's samples collection.

Code: cText := WebPageContents( cPageUrl, .t. ) where is WebPageContents() come from :?: can u use CURL instead to download Webpage :?: (if Yes how under FiveWin ) function WebPageContents( cURL, [lText := .f.] ) --> cText/cImage is FWH built-in function and is used extensively inside ...
by nageswaragunupudi
Sat Aug 06, 2022 4:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 22288

Re: Mr. Rao's samples collection.

hi Otto,
Otto wrote:do you mean this sample?
https://mybergland.com/fwforum/forum.zip

YES,
Thx for File

Code: Select all  Expand view
cText := WebPageContents( cPageUrl, .t. )

where is WebPageContents() come from :?:

can u use CURL instead to download Webpage :?: (if Yes how under FiveWin )
by Jimmy
Fri Aug 05, 2022 11:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 22288

Re: Mr. Rao's samples collection.

hi Otto,
Otto wrote:I made a test with the forum.prg changing the link against the German x_b_a_s_e Forum.
It is working fine.

there are not Source in Forum10.ZIP.
where can i get Forum.PRG :?:

btw. how to Download Forum WebPage :?:
by Jimmy
Fri Aug 05, 2022 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 22288

Re: W3Schools webpage template "COMPANY" to mod harbour

Again...thank you :) I was able to put some <img> files directly from the database in here https://winhotel.space/mh_bergland_bs5/pages/kulinarik.prg https://winhotel.space/ruth/clip15.jpg now when you click on a photo it opens in full-format. this took me quite some ti...
by Ruth
Tue May 17, 2022 12:19 pm
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 843

Re: W3Schools webpage template "COMPANY" to mod harbour

Ruth, https://mybergland.com/fwforum/dbf2hash2.jpg You have included a function here that fills 2 HASHs. The database is opened with USE(). Then you browse the database with do while .not. eof() skip enddo You then fill the local HASH local hDBF_Recs := {=>} and the hSLIDER (static) H...
by Otto
Tue May 17, 2022 7:10 am
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 843

Re: W3Schools webpage template "COMPANY" to mod harbour

thanks again...:-)

I can´t stop thinking about the dbf2hash ... I can remember working with SELECT * FROM ... is it something like that?
is there a way to extract what I need from a database and start working?

kind regards again...
by Ruth
Tue May 17, 2022 6:38 am
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 843

Re: W3Schools webpage template "COMPANY" to mod harbour

I think it is the abbreviation for harbour (hb).
But I have never looked it up.
by Otto
Tue May 17, 2022 6:28 am
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 843

Re: W3Schools webpage template "COMPANY" to mod harbour

Thank you very much!!!! Now everything is much clearer!!!
I read the whole code like a book from top to bottom... :oops:
does the prefix "hb_" indicate all the functions that come from "outside"...not my own?

thank you again, kind regards and a nice day to all of you...
by Ruth
Tue May 17, 2022 5:58 am
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 843

Re: W3Schools webpage template "COMPANY" to mod harbour

Dear Ruth, please search your source code for function dbf2hash. This is your own function. *** static and local is very similar to JS. If you declare a variable inside a function, then it is like local. You only can access it inside the function in which you declared the variable. static is similar...
by Otto
Mon May 16, 2022 6:22 pm
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 843
PreviousNext

Return to advanced search