Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 17 of 17 total
Thread DELETE (NOK) / INSERT (OK)
Sun, Apr 7 2013 7:42 AMPermanent Link

Dominique Willems

Paul Waegemans wrote:
> ??

Zag het in je screenshot, onder "omschrijving".
Sun, Apr 7 2013 7:54 AMPermanent Link

Paul Waegemans

IMS bvba

Avatar

Dus een Munkzwalmenaar en ik een Geraardsbergenaar..  Ook EWB aan het uitproberen?

Hierbij mijn e-mailadres:

waegemans.paul@imseuro.be

"Dominique Willems" wrote:

Paul Waegemans wrote:
> ??

Zag het in je screenshot, onder "omschrijving".
Sun, Apr 7 2013 8:05 AMPermanent Link

Dominique Willems

Paul Waegemans wrote:
> Dus een Munkzwalmenaar en ik een Geraardsbergenaar..

(apologies to non-Flemish readers, but is just a bit of local
smalltalk, won't happen again Wink

Was ooit eens een Paulatemnaar (deelgemeente van Zwalm), zeven jaar
geleden. Prachtige streek. Woon nu echter in Frankrijk. Was dus enorm
verwonderd om in dit internationaal forum zo ineens "Munkzwalm" ergens
te zien opduiken! Smile

> Ook EWB aan het
> uitproberen?

Nog niet de kans gehad. Nog druk bezig in een project te ploeteren in
Delphi XE2.

Maar 'k hou het wel in 't oog. Sterk staaltje van hefboomtechnologie
voor Delphigebruikers die webapps willen maken (deed dit vroeger met
IntraWeb).
Mon, Apr 8 2013 7:27 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Paul,

<< I was just going to trie your suggestion of the primary key and I was
doing some restyling of my forms and all of a sudden when I run my project I
see only a blank sheet.  No ERROR MESSAGES as you can see in the attached
error file. >>

Email me the project (timyoung@elevatesoft.com) and I'll tell you what the
problem is.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, Apr 12 2013 7:47 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Paul,

Okay, here's the issue with your project:  in your Aanmelden unit you've got
a Panel1 declaration in the form's class, but it isn't on the actual form or
in the form file anywhere.  I'm not sure how you got that to occur, but if
you see it again, try to remember the steps that you were taking when it
occurred.   I can then make sure that if it's an issue with the IDE, that
it's fixed.

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com
Sat, Apr 13 2013 6:29 AMPermanent Link

Paul Waegemans

IMS bvba

Avatar

Thanks, problem solved.  

I was just doing some cleaning up of my forms and probably I removed Panel1 from the form but the declaration line was not removed automatically in the unit...

On the other hand you told me that a primary key is needed in order to solve my other problem.  
I see that Dbisam is making a primary key (RecordID) automatically...  Is that not OK then?




"Tim Young [Elevate Software]" wrote:

Paul,

Okay, here's the issue with your project:  in your Aanmelden unit you've got
a Panel1 declaration in the form's class, but it isn't on the actual form or
in the form file anywhere.  I'm not sure how you got that to occur, but if
you see it again, try to remember the steps that you were taking when it
occurred.   I can then make sure that if it's an issue with the IDE, that
it's fixed.

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com



Attachments: PrimaryKey.jpg
Mon, Apr 15 2013 8:22 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Paul,

<< On the other hand you told me that a primary key is needed in order to
solve my other problem.  I see that Dbisam is making a primary key
(RecordID) automatically...  Is that not OK then? >>

In general, you need something other than an autoinc primary key for EWB.
The reason is that EWB does not get back any updated autoinc information
from the web server, at least not currently.  Therefore, you can add new
rows, but if you go to update a newly-added row without re-loading the
dataset, you'll get an error.

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image