<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Windev Forum - WX-Products: Reports of malfunctions &amp; bugs</title>
        <description>Report malfunctions &amp; bugs in WinDev, WebDev and WinDev mobile</description>
        <link>https://www.wxforum.info/list.php?27593</link>
        <lastBuildDate>Fri, 06 Mar 2026 13:16:51 +0100</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,798342,798342#msg-798342</guid>
            <title>APOLLO skin Wx2025</title>
            <link>https://www.wxforum.info/read.php?27593,798342,798342#msg-798342</link>
            <description><![CDATA[ New Apollo skin template from 925 novities is not presented in Templates folder in 45g finall version.<br />
It can not be implemented because it does not exist :D<br />
<br />
And where are these .wdpalette files to change color palette in application ?]]></description>
            <dc:creator>IsmirB</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Sat, 07 Dec 2024 10:03:17 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,798098,798098#msg-798098</guid>
            <title>100% Height anchor not working in WinDev report</title>
            <link>https://www.wxforum.info/read.php?27593,798098,798098#msg-798098</link>
            <description><![CDATA[ Hello everyone,<br />
<br />
I&#039;ve been having a bit of trouble aligning my &quot;END_BREAK1&quot; block to the bottom of my report, and am unsure if I&#039;m doing something wrong. In the attachments, you can see the signature area is far too high up on the page, and despite trying to set the entire block&#039;s height to 100% via the anchor property and anchor its sub-elements to the bottom of said block, this approach does not seem to have any effect whatsoever.<br />
<br />
I&#039;ve tried this without and without the page break after the block with no luck. The page footer and End of document elements are invisible if that would make any difference. Originally, I was conditionally toggling the visibility of the page footer element and using it to contain the signature area, but this had some strange effects of its own and it&#039;s much easier to separate elements with a break element.<br />
<br />
Does anyone have any suggestions, or is this just a legitimate bug?<br />
<br />
Thank you,<br />
Blake]]></description>
            <dc:creator>will</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Mon, 01 Jul 2024 15:01:40 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,797760,798034#msg-798034</guid>
            <title>Re: Wx2024 class date problem</title>
            <link>https://www.wxforum.info/read.php?27593,797760,798034#msg-798034</link>
            <description><![CDATA[ Hi,<br />
<br />
it is not limited to WX2024, I discovered the same behavior on WX28.<br />
<br />
m_dPaymentDate = NULL is my solution.<br />
<br />
Regards<br />
<br />
Stefan.]]></description>
            <dc:creator>Stefan Kern</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Mon, 27 May 2024 22:33:29 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,797760,797760#msg-797760</guid>
            <title>Wx2024 class date problem</title>
            <link>https://www.wxforum.info/read.php?27593,797760,797760#msg-797760</link>
            <description><![CDATA[ Hello.<br />
If you define class and have member type date, you have a problem !!!!<br />
Example:<br />
<br />
cCustomerPaymet is a Class<br />
	m_nLineID		 is 8-byte int	&lt;MAPPING=LineID&gt;<br />
	m_dPaymentDate 	 is date		&lt;MAPPING=PaymentDate&gt;<br />
	m_cyAmount		 is currency	&lt;MAPPING=Amount&gt;<br />
        m_sCustomerName is string           &lt;MAPPING=CustomerName&gt;<br />
END<br />
<br />
Then you create instance of class<br />
<br />
clCustomerPayment is cCustomerPayment<br />
Info(clCustomerPayment.m_dPaymentDate)<br />
<br />
You will get today date. ex. 20240128<br />
If you define member date as string: m_dPaymentDate  is string	&lt;MAPPING=PaymentDate&gt;<br />
Then your class will be ok and your: m_dPaymentDate wil get empty string<br />
This is big problem if you use DataBinding over class members becaouse , instaed empty field you will get todays date(). :)]]></description>
            <dc:creator>IsmirB</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Sun, 28 Jan 2024 11:29:41 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,797749,797750#msg-797750</guid>
            <title>Re: WX2024 on Window 11 Clipboard problem</title>
            <link>https://www.wxforum.info/read.php?27593,797749,797750#msg-797750</link>
            <description><![CDATA[ After some investigation I do REPAIR Project even it was already repaired (because was imported from older Windev version)<br />
After &quot;Repair project&quot; Ctrl+C / Ctrl+V wotk again. Weird but work. Hm. :D]]></description>
            <dc:creator>IsmirB</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Thu, 25 Jan 2024 11:53:36 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,797749,797749#msg-797749</guid>
            <title>WX2024 on Window 11 Clipboard problem</title>
            <link>https://www.wxforum.info/read.php?27593,797749,797749#msg-797749</link>
            <description><![CDATA[ Do you have same problem?<br />
my OS: Windows 11. <br />
Notepad, Word,.. work normaly<br />
<br />
To Copy code: Ctrl+C, Ctr+Insert<br />
To Paste: Ctrl+V<br />
<br />
In Windev 2024 it does not work. In WebDev 2024 it work. :D<br />
Is there any new option for Clipboard or it is just another BUG. ?<br />
<br />
Link: <a href="https://streamable.com/69q1tb"  rel="nofollow">Video</a>]]></description>
            <dc:creator>IsmirB</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Thu, 25 Jan 2024 11:11:06 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,30051,795534#msg-795534</guid>
            <title>Re: Windows 7*64 + Virtual XP + WinDev</title>
            <link>https://www.wxforum.info/read.php?27593,30051,795534#msg-795534</link>
            <description><![CDATA[ Hi Clarissa,<br />
<br />
thank you for your endeavours!]]></description>
            <dc:creator>gpredl</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Wed, 24 Nov 2021 09:40:19 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,30051,795533#msg-795533</guid>
            <title>Re: Windows 7*64 + Virtual XP + WinDev</title>
            <link>https://www.wxforum.info/read.php?27593,30051,795533#msg-795533</link>
            <description><![CDATA[ WinDev 5.5 and some later versions do not work in a Windows*64 environment. For maintaining &#039;old&#039; versions of WinDev software on a 64-bit Windows computer there must be a working 32-bit environment! The cheapest solution for running WinDev 5.5 would be to use Windows 7*64 together with Virtual XP*32 from Microsoft. Theoretically. In reality, the most expensive solution is left to us: VMware Desktop (US$ 189,- + Windows XP, (~ 120,- Euro).<br />
<br />
<br />
<br />
——————————————————————————————————————————<br />
<a href="https://www.gim3swarzedz.pl/torba-c-1/torba-pl-c-1_2/"  rel="nofollow">torba pl</a>]]></description>
            <dc:creator>WoodrowClarissa</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Wed, 24 Nov 2021 08:03:36 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,30051,795532#msg-795532</guid>
            <title>Re: Windows 7*64 + Virtual XP + WinDev</title>
            <link>https://www.wxforum.info/read.php?27593,30051,795532#msg-795532</link>
            <description><![CDATA[ On the Virtual Box program, select the machine, choose &quot;Machine | Settings&quot;,<br />
then on then &quot;USB&quot; section, click on the &quot;+&quot; button to &quot;Add a new USB Filter&quot;<br />
and select the device that is similar to:<br />
AKS HASP HL 3.21 [0321]<br />
<br />
<br />
——————————————————————————————————————————<br />
<a href="https://www.erdbeerlila.de/@#$%&-c-1/@#$%&-supercourt-c-1_16/"  rel="nofollow">supercourt</a>]]></description>
            <dc:creator>WoodrowClarissa</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Wed, 24 Nov 2021 08:02:53 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,790762,790762#msg-790762</guid>
            <title>Rest service in  mobile 23 fault??</title>
            <link>https://www.wxforum.info/read.php?27593,790762,790762#msg-790762</link>
            <description><![CDATA[ If I try to get  a value from a website through a service I getr this Faoult on the content:type<br />
<br />
<br />
Code<br />
<br />
cMyRequest is httpRequest<br />
cMyResponse is httpResponse<br />
sL is string<br />
<br />
<br />
HTTPTimeOut( 1000 )		<br />
//IF HTTPRequest( &quot;[<a href="http://wdsoft.nl&quot"  rel="nofollow">wdsoft.nl&quot</a>]; ) THEN	<br />
	cMyRequest..URL = &quot;[<a href="http://google.nl&quot"  rel="nofollow">google.nl&quot</a>];<br />
	cMyResponse = HTTPSend( cMyRequest )<br />
	IF not ErrorOccurred THEN 			<br />
//		IF cMyResponse..ContentType = &quot;text/xml&quot; THEN<br />
			Trace(cMyResponse..Content,)<br />
			//				sL = texttoxml(cMyResponse..Content)<br />
			//				Trace( sL)<br />
	//		gsIPbyThread += sIP + TAB<br />
	////	END<br />
	END<br />
//END<br />
<br />
SL is ok <br />
Trace on that gives lotts of stange things <br />
<br />
<br />
Regards<br />
Allard]]></description>
            <dc:creator>Allard</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Sun, 16 Dec 2018 16:16:28 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,636684,636684#msg-636684</guid>
            <title>InfoWithTimeout() does not work properly in Fedora 18</title>
            <link>https://www.wxforum.info/read.php?27593,636684,636684#msg-636684</link>
            <description><![CDATA[ When InfoWithTimeout is Run, the first instance does not have thetimer running and it never times out.  You get the error in the debug window of:<br />
QTimer can only be used with threads started with QThread<br />
So it looks like a kde error.<br />
<br />
Once you press ENTER, the next instance works great.]]></description>
            <dc:creator>Peter Hite</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Fri, 01 Jul 2016 22:27:16 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,172913,172913#msg-172913</guid>
            <title>[WD18] &#039;store the column configuration&#039; not working and workaround</title>
            <link>https://www.wxforum.info/read.php?27593,172913,172913#msg-172913</link>
            <description><![CDATA[ Hi.<br />
<br />
The option &#039;store the column configuration&#039; aviable on tables (inside description window), will not work.<br />
<br />
To make it work, you must also enable the window option &quot;store the size and position of the window&quot;.<br />
<br />
Well, to be more specific, its only required that you activate &quot;store the size and position of the window&quot; at least one time and execute the application. After that you can uncheck &quot;store the size and position of the window&quot; and the table store the column configuration correctly.<br />
<br />
Regards,<br />
José Antonio.]]></description>
            <dc:creator>Jose Antonio Garrido</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Tue, 10 Sep 2013 09:58:42 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,172909,172909#msg-172909</guid>
            <title>[WD18] Browsing Table &quot;Programmed browse&quot; same as &quot;automatic browse&quot; and workaround</title>
            <link>https://www.wxforum.info/read.php?27593,172909,172909#msg-172909</link>
            <description><![CDATA[ Hi. I will explain it with a example. On a browsing table based on a query wich has a order by date clausule:<br />
<br />
---the bug---<br />
<br />
1. You check &quot;automatic browse&quot; search item is &quot;name&quot;<br />
test: the table is sorted by name<br />
<br />
1.test. Now you check &quot;programmed browse&quot;<br />
test: the table is sorted by name<br />
<br />
---the bug confirmed---<br />
<br />
2. You check &quot;automatic browse&quot; search item is &quot;surname&quot;<br />
test: the table is sorted by surname<br />
<br />
2.test. Now you check &quot;programmed browse&quot;<br />
test: the table is sorted by surname<br />
<br />
---workaround---<br />
<br />
3. Now you go to the &quot;modifier&quot; pane (on the optional panes), and just delete the value of &quot;browsed item&quot;<br />
<br />
3.test the table is sorted by date, as defined in the query.<br />
<br />
---<br />
<br />
Regards,<br />
José Antonio.]]></description>
            <dc:creator>Jose Antonio Garrido</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Tue, 10 Sep 2013 09:47:16 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,164919,164922#msg-164922</guid>
            <title>Re: [WD18] User Groupware not working in Manual mode</title>
            <link>https://www.wxforum.info/read.php?27593,164919,164922#msg-164922</link>
            <description><![CDATA[ Hi Al, did you know that gpwLogin(..) now accepts two parameters? This may interfere with HChangeDir(..) commands etc. Have a look where your gpw-files actually are.]]></description>
            <dc:creator>GuenterP</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Thu, 04 Jul 2013 19:10:26 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,164920,164920#msg-164920</guid>
            <title>[WD18] PopupMenu problem</title>
            <link>https://www.wxforum.info/read.php?27593,164920,164920#msg-164920</link>
            <description><![CDATA[ Hello All<br />
<br />
I have a habit of creating new windows by using SaveAs on an existing window.  This causes problems in V18 if the window has a popupmenu.<br />
<br />
The new window has the popup menus from the original window and in this case I modified two of them - I changed the menu name in the description panel and created new sub menu options.<br />
The problem is that when I first open the popup menu screen in the window it shows the orignal menu names and I can no longer access the third menu option to change it or delete it.<br />
Even though the window shows the wrong menu names, everythings works as expected and clicking on the wrong menu name brings up the correct menu.<br />
<br />
I gues the best thing to do if you have popup menus in a saveas window would be to try and delete them before doing anything else.<br />
<br />
Tech Support have been notified<br />
<br />
Regards<br />
Al]]></description>
            <dc:creator>Al</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Thu, 04 Jul 2013 19:06:04 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,164919,164919#msg-164919</guid>
            <title>[WD18] User Groupware not working in Manual mode</title>
            <link>https://www.wxforum.info/read.php?27593,164919,164919#msg-164919</link>
            <description><![CDATA[ Hello All<br />
<br />
I have an intermittent proble with the User Groupware in HF Classic<br />
If you use the new windows it seems to work ok but if you try and use the older style groupware windows then I have one project where they work fine and another where they don&#039;t.<br />
In both cases the projects have identical code in the project init leading up to the call to GPWLogin().  Both projects set the groupware to run in manual mode so it should run all the project code until it hits the gpwlogin() function.    In one project this does not happen and the groupware triggers as soon as the exe starts, so it is ignoring the setting of manual from the ide workshop section.<br />
<br />
Regards<br />
Al]]></description>
            <dc:creator>Al</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Thu, 04 Jul 2013 19:00:48 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,122605,164507#msg-164507</guid>
            <title>Re: Error when sending mail using variable</title>
            <link>https://www.wxforum.info/read.php?27593,122605,164507#msg-164507</link>
            <description><![CDATA[ In webdev 18 sending mails is ok ( php  modus ). I used a procedure in the code of the mail sending , then,  Faults appeard. I removed the procudure and added all code in one section and it worked like a charm??<br />
<br />
regards<br />
<br />
Allard]]></description>
            <dc:creator>Allard</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Sun, 30 Jun 2013 23:34:32 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,164506,164506#msg-164506</guid>
            <title>WD 18 container in treeviewtable()</title>
            <link>https://www.wxforum.info/read.php?27593,164506,164506#msg-164506</link>
            <description><![CDATA[ Hi<br />
<br />
In windev version 18 it is not possible to add a container to a colum. You can add a countainer but you cannot add any controls in the container thus making is useless<br />
<br />
Regards<br />
<br />
Allard]]></description>
            <dc:creator>Allard</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Sun, 30 Jun 2013 23:29:38 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,164082,164122#msg-164122</guid>
            <title>Re: [WD18]  SaveAs overwrites window operating system name</title>
            <link>https://www.wxforum.info/read.php?27593,164082,164122#msg-164122</link>
            <description><![CDATA[ Hello Guenter<br />
<br />
I don&#039;t think it is that old.  <br />
It must have been introduced in V17, which I skipped, because I am still working in V16 and a SaveAs in V16 calls a filename/directory dialog box to nominate the SaveAs file name.  I only noticed it when I started a small new project in V18.<br />
<br />
Regards<br />
Al]]></description>
            <dc:creator>Al</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Thu, 27 Jun 2013 16:25:06 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,164082,164118#msg-164118</guid>
            <title>Re: [WD18]  SaveAs overwrites window operating system name</title>
            <link>https://www.wxforum.info/read.php?27593,164082,164118#msg-164118</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Al</strong><br />
Second, if I change the Title of the window, this also overwrites my window name.</div></blockquote>
<br />
Hi Al,<br />
this is a quite old one and I&#039;m used to edit the lower input field first and then go up to the first field. In this case it will keep the original name.<br />
Thank you for reporting it. I did not because I got so used to it. An old &#039;friend&#039; so to say.]]></description>
            <dc:creator>GuenterP</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Thu, 27 Jun 2013 15:48:23 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,164086,164086#msg-164086</guid>
            <title>[WD18] The filter option on Check box columns in tables does not work</title>
            <link>https://www.wxforum.info/read.php?27593,164086,164086#msg-164086</link>
            <description><![CDATA[ Hello All<br />
<br />
Another long standing bug since tables were introduced.<br />
The check box column offers a &quot;magnify&quot; option and you can tick it.    The table ignores the setting and no filter option is offered.<br />
<br />
Reported to Tech Support years ago.<br />
<br />
Regards<br />
Al]]></description>
            <dc:creator>Al</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Thu, 27 Jun 2013 12:29:04 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,164084,164084#msg-164084</guid>
            <title>[WD18] Exit code on check box table columns does not execute</title>
            <link>https://www.wxforum.info/read.php?27593,164084,164084#msg-164084</link>
            <description><![CDATA[ Hello All<br />
<br />
I have given up trying to get this one fixed as it has been around since the tables were introduced.<br />
Any code in the exit event of a check box column in a memory table is not executed when the user click in the column and move on.  The work around is to put the code in the modify event and it will execute.<br />
<br />
Reported to Tech Support years ago.<br />
<br />
Regards<br />
Al]]></description>
            <dc:creator>Al</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Thu, 27 Jun 2013 12:26:25 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,164082,164082#msg-164082</guid>
            <title>[WD18]  SaveAs overwrites window operating system name</title>
            <link>https://www.wxforum.info/read.php?27593,164082,164082#msg-164082</link>
            <description><![CDATA[ Hello All<br />
<br />
If you do &quot;SaveAs&quot; on a window there are two issues.<br />
<br />
First, the dialog refers to backing up an element.    I am not backing up an element, I am saving a copy of the existing window under another name.    The use of the term &quot;Element&quot; has been pushed into V18 and it is misleading and lazy programming by PCSoft.   It is all very well for them to code in the abstract, but when the function is called it must recognise how it is being used and show the appropriate function names.  A small point, but I believe indicative of lazy coding practices that are currently spilling over into the increased number of bugs that have plagued the last 2 versions.<br />
<br />
Second, if I change the Title of the window, this also overwrites my window name.  This is completely wrong in so many ways.   My development language has no right to change my program names.    Perhaps this is a fundamental misunderstanding between French and English languages, but the TITLE is the name displayed to the user and is is no way the same as the name I give the window in terms of my code.   I use prefixes on my window names to help me group them and for quick identification. <br />
<br />
Reported to Tech Support June 2013<br />
<br />
Regards<br />
Al]]></description>
            <dc:creator>Al</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Thu, 27 Jun 2013 12:23:20 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,164080,164080#msg-164080</guid>
            <title>[WD18] New report adds &quot;English&quot; as a language</title>
            <link>https://www.wxforum.info/read.php?27593,164080,164080#msg-164080</link>
            <description><![CDATA[ Hello <br />
<br />
I do NOT have &quot;English&quot; as a langauge in my projects<br />
When I create a new report Windev adds &quot;English&quot; as a language which means I have to delete it.<br />
<br />
Reported to Tech Support June 2013<br />
<br />
Regards<br />
Al]]></description>
            <dc:creator>Al</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Thu, 27 Jun 2013 12:13:10 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,161532,161532#msg-161532</guid>
            <title>[WB16] - Groupware a multiple HF C/S ddbb</title>
            <link>https://www.wxforum.info/read.php?27593,161532,161532#msg-161532</link>
            <description><![CDATA[ Hello:<br />
I am developing an application that will be sold as SaaS. At the moment I do not want to use the SaaS management system of Webdev, because I do not want to control prices, occupations, etc.. Just I want each customer be able to connect to their database where users files are for each database.<br />
<br />
The problem I have with Groupware management and database HF C / S (Client / Server) is in the login page because I must ask the customer (or database) , the user  and password .<br />
<br />
When the &quot;Login&quot; page is activated Groupware does not yet know what database  will connect. After fill the three data (customer, user and password) I find in other database the name of the database to connect and connect to it. User tables are independent for each bbdd.<br />
<br />
Well, so far the background, now explain the problem:<br />
<br />
The &quot;gpwOpen ()&quot; opens the login page and then requesting customer, user and password, but once I use it I cannot change the  database which acts groupware. According to the manual I have to use &quot;gpwOpenConnection&quot; to initialize the connection parameters and then make gpwOpen (), but if I call for the second time  gpwOpen, again requests the username and password, so that I get a loop .<br />
<br />
I have tried not to use &quot;gpwOpen&quot; and instead use &quot;gpwLogin&quot; but that function does not find the user if before I have not call gpwOpen. It&#039;s like &quot;gpwOpen&quot; were compulsory.<br />
I want ask the tree data: customer, user and password and that user groupware connect to the correct database.<br />
<br />
I do not know if I could explain properly.<br />
Did anyone have a similar experience and could help me?<br />
Thank you very much in advance.<br />
<br />
Victor Diego<br />
Santander-Spain]]></description>
            <dc:creator>Victor Diego</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Sat, 08 Jun 2013 19:22:59 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,158726,158726#msg-158726</guid>
            <title>[Wx 18 US] Online Help - Annotation Function</title>
            <link>https://www.wxforum.info/read.php?27593,158726,158726#msg-158726</link>
            <description><![CDATA[ As of May 18th, 2013 the annotation function in the online Help system is still not working. The conditions for using the annotation system make clear that PC Soft can switch this system off at any time, delete all or single annotations at their disposal. Currently, all pages of the Help system bear a warning that Help will be updated / extended soon: <b>Warning:</b> Content of this document will be soon extended.<br />
<br />
Regards,<br />
Guenter]]></description>
            <dc:creator>GuenterP</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Sat, 18 May 2013 07:50:45 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,122605,135657#msg-135657</guid>
            <title>Re: Error when sending mail using variable</title>
            <link>https://www.wxforum.info/read.php?27593,122605,135657#msg-135657</link>
            <description><![CDATA[ Hi.<br />
<br />
Didn&#039;t try in WD 16, but in WD 17 IT WORKS:<br />
-using SMTP or Outlook session<br />
-usuing email variable or email structure.<br />
<br />
What it doesnt work is to read messageID from outlook emails, or to set messageID and send the email throught outlook. <br />
I wrote PCSOFT about that problem three months ago, and i think it is very important to identify the emails  you send or recive in outlook.]]></description>
            <dc:creator>Jose Antonio Garrido</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Sat, 25 Aug 2012 02:02:27 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,107209,132555#msg-132555</guid>
            <title>Re: Debugger still stops at point where breakpoint was</title>
            <link>https://www.wxforum.info/read.php?27593,107209,132555#msg-132555</link>
            <description><![CDATA[ Hi, <br />
<br />
I`ve seen this to - try a recompile or exit =&gt; Load  again this solves it :)<br />
<br />
Cheers<br />
Tor-Bjarne]]></description>
            <dc:creator>Tor-Bjarne</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Sun, 24 Jun 2012 12:46:01 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,106518,125115#msg-125115</guid>
            <title>Re: [WD16] Can&#039;t drag and drop windows in the explorer pane</title>
            <link>https://www.wxforum.info/read.php?27593,106518,125115#msg-125115</link>
            <description><![CDATA[ Hello Piet<br />
<br />
Just saw your post today.  It is still a problem and has been since V12 I think.   It does depend on the number of folders and windows.  The more you have the bigger the problem.<br />
I have raised it with Tech support but they cannot reproduce it.  I think they just don&#039;t have a large enough number of windows and folders.<br />
<br />
Regards<br />
Al]]></description>
            <dc:creator>Al &amp;lt;img src=&amp;quot;images/world-s.png&amp;quot; class=&amp;quot;global&amp;quot; alt=&amp;quot;Global User&amp;quot; title=&amp;quot;Global User&amp;quot; /&amp;gt;</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Fri, 24 Feb 2012 22:54:45 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,106518,122876#msg-122876</guid>
            <title>Re: [WD16] Can&#039;t drag and drop windows in the explorer pane</title>
            <link>https://www.wxforum.info/read.php?27593,106518,122876#msg-122876</link>
            <description><![CDATA[ Hi Al,<br />
<br />
Indeed, it was like an arcade game, if you could get the moved object into the right folder you hit the jackpot.<br />
But just when I was ready to make a screen recording to report this annoying behaviour, the problem seemed to have gone :confused:<br />
Has it been fixed for you too?<br />
<br />
Regards,<br />
Piet]]></description>
            <dc:creator>Piet van Zanten</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Fri, 03 Feb 2012 12:09:50 +0100</pubDate>
        </item>
    </channel>
</rss>
