NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
No tables in Data/Table pad in Clarion 9.1
« previous
next »
Print
Pages: [
1
]
Author
Topic: No tables in Data/Table pad in Clarion 9.1 (Read 4718 times)
Djordje Radovanovic
Full Member
Posts: 237
No tables in Data/Table pad in Clarion 9.1
«
on:
May 03, 2015, 12:43:19 AM »
Is it just me or this is some kind of Clarion bug?
I have defined tables for new NetWebForm procedure and described all the fields inside of procedure. Procedure was generated as I need but if I try to see which files are defined for this procedure nothing shown. It just shows files from previous accessed procedure.
If my words are not good enough to describe my problem than I believe that pictures are quite descriptive.
Best regards,
Djordje Radovanovic
[attachment deleted by admin]
Logged
peterH
Sr. Member
Posts: 413
Re: No tables in Data/Table pad in Clarion 9.1
«
Reply #1 on:
May 03, 2015, 03:33:17 AM »
Hi Djole,
It's a Clarion bug and has nothing to do with NT. I see it occasionally in 9.0 too. Sometimes clicking View -> Data / Tables sorts it out, sometimes a restart of the IDE is required.
Peter
Logged
Djordje Radovanovic
Full Member
Posts: 237
Re: No tables in Data/Table pad in Clarion 9.1
«
Reply #2 on:
May 03, 2015, 08:20:08 PM »
Thank you Peter.
Best regards,
Djole
Logged
Djordje Radovanovic
Full Member
Posts: 237
Re: No tables in Data/Table pad in Clarion 9.1
«
Reply #3 on:
May 26, 2015, 02:59:38 PM »
This was causing my problem:
#PROCEDURE(NetWebForm,'NetTalk Web Form Control') #!,PRIMARY('Update File',OPTKEY)
it should be
#PROCEDURE(NetWebForm,'NetTalk Web Form Control') ,PRIMARY('Update File',OPTKEY)
Best regards,
Djole
Logged
Bruce
Global Moderator
Hero Member
Posts: 11250
Re: No tables in Data/Table pad in Clarion 9.1
«
Reply #4 on:
May 27, 2015, 05:57:58 AM »
Hi Djordje,
>> it should be
#PROCEDURE(NetWebForm,'NetTalk Web Form Control') ,PRIMARY('Update File',OPTKEY)
No it should not be. The Form does not have a Primary file (because memory forms are allowed.)
As Peter says, it is an IDE bug - probably sorted by a restart of the IDE. Do not edit the template like this...
cheers
Bruce
Logged
Djordje Radovanovic
Full Member
Posts: 237
Re: No tables in Data/Table pad in Clarion 9.1
«
Reply #5 on:
May 27, 2015, 07:56:46 AM »
Hi Bruce,
I believe that you are right that it is IDE bug but it does solve my problem. I can accept to make one memory file in .DCT just to fake my Memory Forms but this is the only way to edit files in data pad. So I have no option. IDE bug is so nasty and made me work so long to edit something that should be as easy as a pie. In this very moment I have no choice. By the way, I deleted only one deleted character. It is easy to correct.
Best regards,
Djole
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
No tables in Data/Table pad in Clarion 9.1