Search found 55 matches: bypass

Return to advanced search

Re: TWebView y Javascript

respuesta de chatGPT: Use a local web server: Running a local web server allows you to serve your files over HTTP, which helps bypass the same-origin policy restrictions. There are several lightweight web servers available that you can install and run locally, such as Node.js with Express, ...
by Antonio Linares
Mon Jul 17, 2023 7:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 416

Re: A simple LLM using Harbour's hashes

... model Can this model also be used with the copy & paste method to submit larger amounts of text to the ChatGPT prompt? Is there any way to bypass the token limit of approximately 4000 per request here? I haven't figured out yet if, when I'm within a chat and I post multiple "knowledge ...
by Otto
Tue May 16, 2023 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A simple LLM using Harbour's hashes
Replies: 6
Views: 395

Re: What is the best PDF Printer Driver Windows to use with Five

... text and hit the send button. It's very smooth and works perfectly. You can probably create a subclass to the Printer program that allows you to bypass the Preview viewer as a print option, and just produce and grab the PDF and auto attach it to an email. You can also do things like have selectable ...
by TimStone
Wed Jan 25, 2023 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 762

Re: Fix for Resedit

... enable change the path for resedit.exe to yours. Here it works :-) ping -n 6 127.0.0.1 > nul waits for 5 secs which seems enough to bypass the connection try
by Antonio Linares
Fri Aug 06, 2021 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1399

Re: How to implement PeekStr()

... Prolog_Id_n )  , and the first such call would return something like "T 0000\r\nthe" , and you would take a substring to bypass the status part, and retrieve "the". Wow, I can't believe it. I wasn't expecting this level of completeness, just a few tips on getting ...
by FWExplorer
Thu Jun 18, 2020 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement PeekStr()
Replies: 16
Views: 1978

ODBC

... give an error dialog box . If i hit enter, the program continue . In place of the dialog box, i 'd like to write the error in a txt file and bypass the dialog box . How to ? oODBCK := TOdbc():New("DBNAME", "user", "password") oDbfa:=oOdbc:Query("SELECT Numobj,dtedeb,numnat,numdesc ...
by Jack
Thu Feb 14, 2019 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ODBC
Replies: 1
Views: 420

Re: Text (SMS), and emails.

... email and have you hit the Send button. That is part of the security features of Outlook. However, there is a third-party product to allow you to bypass that. Outlook Redemption http://www.dimastr.com/redemption/home.htm I have never tried it as it looks too complicated. I think ...
by James Bott
Tue Jan 30, 2018 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text (SMS), and emails.
Replies: 4
Views: 1441

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

Hi, is it possible to hide msginfo messages for the 'backup' method? In other words, bypass msginfo messages for any error.
by vmarimon
Tue Oct 25, 2016 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20185

Re: Desktop app converter Preview

cmd.exe has to be executed as Administrator. From it, I execute this go.bat: powershell Set-ExecutionPolicy bypass powershell .\DesktopAppConverter.ps1 -Setup -BaseImage BaseImage-14316.wim DesktopAppConverter -installer fivedbu.exe -ExpandedBaseImage: c:\ProgramData\Microsoft\Windows\Images\CN=Microsoft_WindowsServerCore_10.0.14289.1000 ...
by Antonio Linares
Sat Apr 09, 2016 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop app converter Preview
Replies: 9
Views: 2411

Action on Get bypass other get's valid

I noticed that when you press the button on a get that has action clause it does not fire the valid when you are on other gets. It seems that it should skip the valid only on it's own get. Maybe the lCancel for the button should be set when the tget gets the focus from another control and turned off...
by Gale FORd
Tue May 12, 2015 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Action on Get bypass other get's valid
Replies: 0
Views: 352

Re: Outsourcing add/edit of records to separated exe files

... If you are testing calculation or processing routines, then you can fully automate testing. If it user interface testing, then you can only bypass the opening steps to get to the UI. James
by James Bott
Mon Feb 16, 2015 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outsourcing add/edit of records to separated exe files
Replies: 7
Views: 1644

Re: Please help with OLE test

Enrico,

You can bypass it using oMailItem:To := ...
by Antonio Linares
Mon Dec 15, 2014 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please help with OLE test
Replies: 12
Views: 2245

Full working project for Visual Studio 2012 IDE

... and double click on the sln file. When trying to build it I faced this bug: https://github.com/glfw/glfw/issues/205 But fortunately we can bypass it using the flag /arch:SSE to call the Visual Studio C compiler to build FWH (notice: FWH 14.04 does not include this fix, so you will need ...
by Antonio Linares
Sat Jun 07, 2014 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full working project for Visual Studio 2012 IDE
Replies: 31
Views: 6748

Re: Visual Studio 2013 question (solved)

It seems that is possible to bypass that drag & drop limitation on Windows 8 but it requires some Windows settings:

http://www.c-sharpcorner.com/UploadFile/nipuntomar/drag-drop-not-working-in-windows-8/
by Antonio Linares
Sun Jun 01, 2014 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio 2013 question (solved)
Replies: 22
Views: 3732

Re: Using API of Windows 8.1

Kleyber,

Unless you built a Windows 8 real application you won't be able to use those APIs, sorry it is a Windows 8 limitation (quite absurd, I agree).

I don't know of any workaround to bypass this Windows 8 restriction
by Antonio Linares
Wed Apr 16, 2014 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using API of Windows 8.1
Replies: 8
Views: 1151
Next

Return to advanced search