Search found 1345 matches
- Tue Jun 21, 2022 1:25 am
- Forum: eXpress++ Support
- Topic: Geolocation by IP address in Alaska
- Replies: 8
- Views: 167
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 this is exact what i do :!: PROCEDURE MAIN(cNewIP) LOCAL cRun := "curl " LOCAL cPara := "ip-api.com " LOCAL cClip := " | CLIP " LOCAL cFile := "GetIP.BAT" LOCAL cMemo , nH...
- Mon Jun 20, 2022 11:47 pm
- Forum: eXpress++ Support
- Topic: Geolocation by IP address in Alaska
- Replies: 8
- Views: 167
Re: Geolocation by IP address in Alaska
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_NORMAL ) IF nHandle == - 1 MsgInfo( "Error create File : " + cFile, STR( FERROR() ) ) RETURN ELSE FWRITE( nHandle, cRun + cPara +...
- Thu Jun 16, 2022 12:31 am
- Forum: Xbase++ 2.0
- Topic: Strange error when printing that I can't understand..
- Replies: 8
- Views: 311
Re: Strange error when printing that I can't understand..
hi, but occasionally this error appears and the program interrupts. i wonder that you "think" that Printer is "always ready" ... you did not "check" Status of Printer before send something to Output 1.) "check" if XbpPrinter Status is XBP_STAT_CREATE 2.) "check" if :printerStatus() is "ready" and "o...
- Mon Jun 06, 2022 11:03 pm
- Forum: CXP / Web Development
- Topic: How to develop reports on the Web with CXP and Express
- Replies: 9
- Views: 819
Re: How to develop reports on the Web with CXP and Express
hi, XbpHTMLViewer() is based on "Internet Explorer" (IEframe.DLL) so it is not recommend to use it "Online" any more Alaska have present WebUI at German User-Conferenz and made a Video https://www.youtube.com/watch?v=2fnD67pHfxQ if you pay Subscription you can wait for it until Alaska release it p.s...
- Sun Jun 05, 2022 9:00 pm
- Forum: Xbase++ Support
- Topic: Idiot needs help :)
- Replies: 5
- Views: 365
Re: Idiot needs help :)
hi, When compiling, I get an error message: An error occured: Cannot open file D:alaska\altwin90\XBT0024: Command-line. do you use XbTools :?: if yes : have you include #pragma library( "XBTBASE1.LIB" ) #pragma library( "XBTBASE2.LIB" ) --- XBT0024 look here https://doc.alaska-software.com/content/a...
- Sat Jun 04, 2022 5:03 pm
- Forum: Xbase++ Support
- Topic: TLS socket connection in Xbase 1.9
- Replies: 7
- Views: 487
Re: TLS socket connection in Xbase 1.9
hi,
"how" have you integrate "C"-Code to Xbase++
can you please post some "C"-Code Sample for Xbase++
p.s. under harbour i can make COM DLL so i can use it as ActiveX
"how" have you integrate "C"-Code to Xbase++

can you please post some "C"-Code Sample for Xbase++
p.s. under harbour i can make COM DLL so i can use it as ActiveX
- Tue May 17, 2022 11:01 pm
- Forum: eXpress++ Support
- Topic: Topaz signature tablet
- Replies: 11
- Views: 1102
Re: Topaz signature tablet
hi you can use Microsoft INK API with every Table or Touchscreen even when use Mouse. i guess 3-PP Software from Watcom or Topaz is based on it as Microsoft INK API is Part of OS ( Since Windows 8 ) you don´t need a *.OCX when know which API Function are used and how it work so it is simple to make ...
- Tue May 17, 2022 5:43 pm
- Forum: eXpress++ Support
- Topic: Topaz signature tablet
- Replies: 11
- Views: 1102
Re: Topaz signature tablet
hi, i have use Microsoft INK to get Signature and "recognize" it http://www.hmgforum.com/viewtopic.php?f=5&t=7219&p=68501 it use HMG Syntax for GUI but ActiveX Code is 100% "compatible". 1st Version does "recognize" Signature and "save" Image use "Bos Taurus" Bitmap Function to take a "Snapshot" und...
- Mon Apr 11, 2022 1:31 am
- Forum: eXpress++ Support
- Topic: Speed Windows 11
- Replies: 23
- Views: 4753
- Mon Apr 11, 2022 12:20 am
- Forum: eXpress++ Support
- Topic: Speed Windows 11
- Replies: 23
- Views: 4753
Re: Speed Windows 11
hi Chris, I can't load the JPG files. What is the time with your tests? Xbase++ hide Windows 10 1.98 0 0.80 Xbase++ hide Windows 11 3.50 0 1.52 --- Xbase++ Show Windows 10 15.42 0.05 0.76 Xbase++ Show Windows 11 16.42 0.25 1.55 --- harbour/HMG Windows 10 0.69 0.50 (-> all = 1.19 ) 0 harbour/HMG Wind...