Hi,
Is it possible to maximized dynamically the message window ?
Search found 204 matches
- 18 Dec 2019 10:29
- Forum: Visual Prolog
- Topic: Maximized message window
- Replies: 2
- Views: 4208
- 19 Nov 2019 13:28
- Forum: Visual Prolog
- Topic: Rename File
- Replies: 4
- Views: 5542
- 26 Jun 2019 12:26
- Forum: Visual Prolog
- Topic: email sending...
- Replies: 5
- Views: 7412
Re: email sending...
Hi,
You can also create an application which sends the information using xmlHttp60 + POST to a web server (PHP page as example), and from the web server your PHP application forwards the information to you by email => in this case, the user doesn't see your email adress and password.

- 24 Jun 2019 7:19
- Forum: Visual Prolog
- Topic: xmlhttp60 sending email
- Replies: 1
- Views: 2690
xmlhttp60 sending email
Hi,
Is it possible to send an email using xmlhttp60 ?
Is it possible to send an email using xmlhttp60 ?
- 6 Jun 2019 12:29
- Forum: Visual Prolog
- Topic: VP 9 PE doesn't compile [resolved]
- Replies: 1
- Views: 2571
Re: VP 9 PE doesn't compile [resolved]
Hi,
I use the menu entry Web | Check for Update and all is ok now.

I use the menu entry Web | Check for Update and all is ok now.

- 6 Jun 2019 12:13
- Forum: Visual Prolog
- Topic: VP 9 PE doesn't compile [resolved]
- Replies: 1
- Views: 2571
VP 9 PE doesn't compile [resolved]
Hi, I try VP 9 PE without succes using my 64 bits machine : Project 'D:\1travail\Prolog_9\Test1\Test1.vipprj' is opened Project components have been saved Total build time: 0.110 sec Project not built. Exception during build. Reason: ---------------------------------------- An unknown exception has ...
- 21 May 2019 10:39
- Forum: Visual Prolog
- Topic: Changing property of file
- Replies: 2
- Views: 2813
Re: Changing property of file
Ok, thanks.
I asked this question because when I compile an Isapi dLL using VP 5.2, I can't change the version of my dLL file (from the compilator).
I asked this question because when I compile an Isapi dLL using VP 5.2, I can't change the version of my dLL file (from the compilator).
- 16 May 2019 11:43
- Forum: Visual Prolog
- Topic: Changing property of file
- Replies: 2
- Views: 2813
Changing property of file
Hi,
Is it possible to programmatically change the file's properties like "Description of file", or "File version" (in any files) ?
Thanks in advance.
Is it possible to programmatically change the file's properties like "Description of file", or "File version" (in any files) ?
Thanks in advance.
- 7 Mar 2019 22:47
- Forum: Visual Prolog
- Topic: sendMessage examples?
- Replies: 5
- Views: 18311
- 7 Mar 2019 21:43
- Forum: Visual Prolog
- Topic: Dropdown activation
- Replies: 1
- Views: 6850
Re: Dropdown activation
Hi,
I think it's possible using this following code :

Code: Select all
_ = your_list_edit_ctrl:sendEvent(e_Native(0x014F,1,0)),
- 5 Mar 2019 13:44
- Forum: Visual Prolog
- Topic: Edit pdf document
- Replies: 5
- Views: 7460
Re: Edit pdf document
Hi, :idea: You can create your own robot using : _ = gui_native::setcursorpos(X,Y), and gui_native::keybd_event(gui_native::vk_down,0,0,0), gui_native::keybd_event(gui_native::vk_down,0,gui_native::keyeventf_keyup,0), and gui_native::keybd_event(gui_native::vk_return,0,0,0), gui_native::keybd_event(...
- 5 Mar 2019 13:22
- Forum: Visual Prolog
- Topic: xmlhttp60 : get_ResponseStream()
- Replies: 6
- Views: 6169
Re: xmlhttp60 : get_ResponseStream()
Hi, And do you think it's possible to upload some files using xmlhttp60 ? I've tried without success : XML = xmlhttp60::new(), XMLR = XML:get_IXMLHTTPRequest_import(), XMLR:predicate_open("PUT","ftp://???",comDomains::boolean(false),comDomains::string("my_user_name"),co...
- 28 Feb 2019 21:57
- Forum: Visual Prolog
- Topic: xmlhttp60 : get_ResponseStream()
- Replies: 6
- Views: 6169
Re: xmlhttp60 : get_ResponseStream()
Hi,
Your previous code works fine with VP 7.3 + this :
Your previous code works fine with VP 7.3 + this :
Many thanks for your help.F:writeBytes(Data, convert(byteCount, L)+1),
- 28 Feb 2019 8:00
- Forum: Visual Prolog
- Topic: xmlhttp60 : get_ResponseStream()
- Replies: 6
- Views: 6169
xmlhttp60 : get_ResponseStream()
Hi, How to write the PDF file's contain using get_ResponseStream() [or get_responseText()] ? I've tried this following VP 7.3 code without success because my htmlSource PDF file contain a lot of "???" : XML = xmlhttp60::new(), XMLR = XML:get_IXMLHTTPRequest_import(), XMLR:predicate_open(&q...
- 26 Feb 2019 14:29
- Forum: Visual Prolog
- Topic: Http Request
- Replies: 7
- Views: 6935
Re: Http Request
Hi,
Is it possible to use msglay_Connect with HTTPS or not ?
Is it possible to use msglay_Connect with HTTPS or not ?