Search found 129 matches: inspect

Return to advanced search

Re: Help about TWebView class. reading something from website.

... is internal, but as you have checked it works on many other cases. So it seems to me as the sent javascript is not correct. Have you been able to inspect it (right click on webview) and see if you get any warning or errors there ? You can trace the javascript code from such inspector. It is very ...
by Antonio Linares
Fri Jul 01, 2022 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1677

Re: Registering .ocx in 64 bit

Dear Tim,

I already told you:
Windows uses stuff named 32 but it is 64 bits software


There are tools to inspect them and check the above. 32 bits and 64 bits can't be mixed, sorry.
by Antonio Linares
Tue Jun 14, 2022 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registering .ocx in 64 bit
Replies: 9
Views: 772

Re: OT : Problem with this forum?

... for a while :-) what I have noticed is the following: 1. every time we refresh the forums web we get a different phpbb3_r8ok8_sid (right click, inspect, app, cookies) 2. but in the URL we keep asking for the previous SID This session id (SDI) may be related to PHP sessions. If we get a new session ...
by Antonio Linares
Wed Dec 29, 2021 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 5190

Re: Rectangle as bitmap

I think that you can only get an image of what it is shown on the screen, unless the activex provides a method to do it.

What activex is it ?

Please build and run c:\FWH\samples\olebrow.prg and look for the activex and inspect the methods that it provides or
check the documentation about it
by Antonio Linares
Thu Oct 07, 2021 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rectangle as bitmap
Replies: 35
Views: 2075

Re: ActiveX - CREATEOBJECT and singleton pattern

Please build FWH\samples\olebrow.prg and inspect the DLL OLE class that you want to use and paste here what you get

Example:
Image
by Antonio Linares
Tue Sep 28, 2021 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX - CREATEOBJECT and singleton pattern
Replies: 21
Views: 1673

Re: HRB give a empty page

Here it is ...

Source code and inspect...

Nothing interesting I thing :/

Image
by jfl@mafact.com
Sun Sep 19, 2021 7:35 pm
 
Forum: mod_harbour
Topic: SOLVED : HRB give a empty page
Replies: 28
Views: 2388

Re: HRB give a empty page

Please right click on the empty web page and select view page source code, also select inspect and check what "Elements" you get
and let me know what you get
by Antonio Linares
Sun Sep 19, 2021 6:38 pm
 
Forum: mod_harbour
Topic: SOLVED : HRB give a empty page
Replies: 28
Views: 2388

Re: HRB give a empty page

JF,

Please right click on the empty web page, select inspect and check if there are any errors or warnings there
by Antonio Linares
Sun Sep 19, 2021 11:39 am
 
Forum: mod_harbour
Topic: SOLVED : HRB give a empty page
Replies: 28
Views: 2388

Re: DBU

Otis https://github.com/hansmarc/Otis Version 1.22 b01 (09/05/2021) Otis stands for 'Open Table InSpector' and is a database table inspection tool for Dbase, Clipper, Harbour, xHarbour, FoxPro, ..., files. Otis has a integrated DATASET manager. This need some explanations. A DATASET is ...
by hmpaquito
Thu Jun 24, 2021 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBU
Replies: 16
Views: 2428

Re: filter or where statement in SQL

... between ? and ?" Is there any data to see current Query variables? (not names) like {"NY",51,60} Edit : Is there any method to inspect FWMARIAROWSET as an object with xbrowser?
by Horizon
Wed May 06, 2020 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 726

mod_harbour news

... Example: ? AP_GetPairs() * Enhanced function AP_RPuts() support for arrays, hashes and objects. In example: ? AP_HeadersIn() You can inspect any object simply doing, in example, ? ErrorNew() New version available from: https://github.com/FiveTechSoft/mod_harbour
by Antonio Linares
Mon Apr 06, 2020 8:35 am
 
Forum: mod_harbour
Topic: mod_harbour news
Replies: 0
Views: 284

Re: Chromecast backgrounds RSS

... to get all the photos that ChromeCast uses from its url: https://clients3.google.com/cast/chromecast/home Simply open it from Chrome, inspect it using F12 and select "network", click on "Preserve log" and wait...: https://github.com/FiveTechSoft/screenshots/blob/master/ChromeCastImages.PNG?raw=true ...
by Antonio Linares
Sun Apr 05, 2020 5:49 am
 
Forum: Off Topic / Otros temas
Topic: Chromecast backgrounds RSS
Replies: 10
Views: 4280

Re: Problem building mod_harbour libraries

... adsloc64.dll aicu64.dll axcws64.dll and mod_harbour 64 bits + ADS is working fine :-) (edited: there is a problem with ERR_CONNECTION_RESET, inspect from Chrome ) Please download ADS 64 bits from here: http://devzone.advantagedatabase.com/dz/content.aspx?key=20&Release=19&Product=5 ...
by Antonio Linares
Sat Jul 20, 2019 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem building mod_harbour libraries
Replies: 33
Views: 4126

Re: Mechanism for locking records in a DBF file

... schemes appear, that are what you see. Reagrding your issue of lock kept after the application disconnect, it is a matter of the OS. You can inspect the Open Files in the Disk Manager and disconnect all the users that appear to have the file open even when the connection is broken. There ...
by Carlos Mora
Sat Apr 20, 2019 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mechanism for locking records in a DBF file
Replies: 1
Views: 541

Re: webservice implementation using php

Thank you Carles! :-) Now lets enhance our webservice to inspect any provided parameters: webservice.php <?php          header("Content-Type:application/json");    $response[ 'status' ] ...
by Antonio Linares
Fri Mar 01, 2019 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webservice implementation using php
Replies: 21
Views: 5099
PreviousNext

Return to advanced search