Hi,
why you set m_pMainWnd = &dlg; ?
To start a dialog it's enough:
CScenaDlg dlg;
int nResponse = dlg.DoModal();
Have a look at the calling stack:
wich is the last C instruction you see?
Access Violation normally has to do with invalid pointers
Tell us more
I try again:
I'm trying with a simple form where
there are just a couple of fields with dataSource, dataMember and DataField correctly binded to the only dataenviroment and the one and only RecordSet.
As i run the application i see the data correctly displayed
on all the edit controls; BtnNext...
Hi all of you,
the fields in a form, binded ( by DataSource/DataMember/Datafield) with a recordset do NOT automatically update in case of a MoveNext, MoveRight, ecc.
If i set their text manually like :
txtDescr = DE.rsTbl("Descr") instead, it works.
any ideas?
I don't have time to build for you an example but, know this: usually HTTP servers comunicate in clear text so, have a look at the protocol specs. After that you can test the part you'll like to use for your application using a simple telnet connection. Once you have checked it out, the only...
If your debug version of your application is using the debug version of your dll, you should be able to set breakpoint directly in the sources of your dll, or to trace code from your application.
You could also avoid to use to debug version of your application, tracing anyway your dll code by...
It's easy, just try it out using a telnet connection.
you can write <HELP> to see the function supported.
Ones you've clear how to use it, exploit the POSIX socket library, witch is portable and, it works also in windows.
Have a look and write here again if you have problems.
Hope that...
Try to get more control of the allocation and deallocation process to indentify where the problem is.
I normally prefer to allocate objects in a initFunction and
deallocate them in a shutdownFunction.
Having to do with object and their destructor, the deallocation order can be important or, at...
You should have a line in the configuration module witch is
"Enable ralay control". Enabling that you let your server manage only the mail to or from the authenticated clients.
Witch are the local processes, clients logged in by a telnet server, and so on.
i hope that helped!
Masi
It's working, thanks!
But it seems, as in your example, that when it has
to do with a lot of fields, it doesn't put them all in a raw
having one record/raw like i want it, but it decide to put one field/raw!
Thanks a lot for helping me
Masi
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.