Search found 1694 matches

by Eugene Lutsenko
Sat Jul 02, 2022 7:15 am
Forum: eXpress++ Support
Topic: Visual Foxpro
Replies: 5
Views: 3232

Re: Visual Foxpro

hi, Roger! I found and downloaded VFP 9.0 + FoxPro 9 SP2 + CD KEY: https://softclipper.net/soft-skachat/microsoft-visual-foxpro-dlya-windows-10-32-64-bit.html I wrote it all to myself in the cloud: https://disk.yandex.ru/d/t1YMTh1-HrhW5Q https://disk.yandex.ru/d/w0iGgN9dL8o8Xg https://disk.yandex.ru...
by Eugene Lutsenko
Fri Jun 24, 2022 10:08 am
Forum: eXpress++ Support
Topic: Geolocation by IP address in Alaska
Replies: 8
Views: 3854

Re: Geolocation by IP address in Alaska

I did everything. It turned out well. FUNCTION RecreateDB() here: http://lc.kubagro.ru/__AidosALL.txt
Thank you all very much!
by Eugene Lutsenko
Tue Jun 21, 2022 11:54 am
Forum: eXpress++ Support
Topic: Geolocation by IP address in Alaska
Replies: 8
Views: 3854

Re: Geolocation by IP address in Alaska

cResponse := LoadFromURL( 'http://ip-api.com/#71.39.117.6' ) MsgBox(cResponse) cResponse := LoadFromURL( 'http://ip-api.com/json/71.39.117.6' ) MsgBox('json'+', '+cResponse) cResponse := LoadFromURL( 'http://ip-api.com/xml/71.39.117.6' ) MsgBox('xml'+', '+cResponse) cResponse := LoadFromURL( 'http:...
by Eugene Lutsenko
Tue Jun 21, 2022 7:57 am
Forum: eXpress++ Support
Topic: Geolocation by IP address in Alaska
Replies: 8
Views: 3854

Re: Geolocation by IP address in Alaska

I have a problem reading the site into a text variable without opening the browser. You can do this with LoadFromURL(). When I launch in the browser address bar http://ip-api.com/#71.39.117.6 I get: It suits me fine. But I would like to get the html code drawing this page in the browser. When I try...
by Eugene Lutsenko
Tue Jun 21, 2022 7:17 am
Forum: eXpress++ Support
Topic: Geolocation by IP address in Alaska
Replies: 8
Views: 3854

Re: Geolocation by IP address in Alaska

"ip-api.com " - this is not a local program, but a website
by Eugene Lutsenko
Tue Jun 21, 2022 1:07 am
Forum: eXpress++ Support
Topic: Geolocation by IP address in Alaska
Replies: 8
Views: 3854

Re: Geolocation by IP address in Alaska

Hi, Jimmy! I have a problem reading the site into a text variable without opening the browser. The rest is not a problem for me hi Eugene, i have try ">> Logme.TXT" and " | CLIP " but both does not work when call from App ... :( so i create a *.BAT and call that *.BAT nHandle := FCREATE( cFile, FC_N...
by Eugene Lutsenko
Mon Jun 20, 2022 9:46 pm
Forum: eXpress++ Support
Topic: Geolocation by IP address in Alaska
Replies: 8
Views: 3854

Geolocation by IP address in Alaska

There is a geolocation service: https://ip-api.com/#71.39.117.6 . How to pull information in curly brackets into a text variable?
by Eugene Lutsenko
Thu May 05, 2022 10:59 am
Forum: eXpress++ Support
Topic: A program for splitting a docx file into parts of no more than a specified size
Replies: 7
Views: 3909

Re: A program for splitting a docx file into parts of no more than a specified size

Hi, skiman! I found a powerful universal Russian translator that translates files without size restrictions. However, he has a free period of 6 days. But during this time it is quite possible to translate what I need, which is what I am doing now.

https://www.promt.ru/
by Eugene Lutsenko
Wed May 04, 2022 10:02 pm
Forum: eXpress++ Support
Topic: A program for splitting a docx file into parts of no more than a specified size
Replies: 7
Views: 3909

Re: A program for splitting a docx file into parts of no more than a specified size

Hi Eugene, For the translation you can use https://translate.google.com/?sl=ru&tl=en&op=docs to translate. This way you won't have all these advertisements. Limit is the same, since the other site is also using Google. skiman! Or maybe you know a translator that preserves the structure of the text ...