CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 Splitting an editable grid into sections

Print topic Send  topic

Author Message
PaulK

Posts: 15
Posted: 02/17/2006, 5:47 AM

Hi,

Just wondering if someone could point me in the right direction to be able to seperate an editable grid into sections.

Basicaly i have an editable grid like this...

Type Description cost
Software Office 200
Software Windows XP 250
Hardware CD-ROM 20

What i am trying to do is seprate the grid so that it looks like the following..

Type Description cost
Software
Software Office 200
Software Windows XP 250
Hardware
Hardware CD-ROM 20

Not sure if that will display correctly in the forum, but i hope it makes sense :). So Basicaly if the editable grid was empty, it would display 3 empty rows that allows me to enter type, description and cost etc, and after i submit it would sort the grid into the sections by using probably a SQL Destinct query, to group the items into sections.

Could anyone point me in the direction to look to find out how to do this in asp c#?

Thanks for any help/pointers
View profile  Send private message
Abs
Posted: 02/28/2006, 1:51 PM

Hi,

You can do this in the report builder...
wkempees


Posts: 1679
Posted: 02/28/2006, 2:08 PM

In the Helpfile is a topic "Simple reports with Groups"
Study that, and apply it to your Grid.

Unfortunately I cannot see a C# example, but most of it is pretty straight forward, thus do-able.

GL,

Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)

if you liked this info PAYPAL me: http://donate.consultair.eu
View profile  Send private message
Karl Denson
Posted: 03/02/2006, 2:46 AM

Hi

I'm trying to setup CodeCharge 3.0 using asp.net C# on an external server.

I setup the virtual directory in IIS on the external server, to which
the path options n codecharge are set.

The path options Default Server Path; Default Server URL; .NET Framework
are all set to the external server.

The 'Components' path is set to the local computer as opposed to the
external web server.

'Files to publish' in Project>Settings>Publishing is set to 'all files
with extensions'.


However I am receiving the following error when attempting to publish pages!

Generating "contact_db_list"
Generating "contact_db_maint"
Generating "Footer"
Generating "Header"
Generating Common Files
Running
C:\PROGRA~1\CODECH~1\CCResGen.exe \compile
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~NEWPR~1\strings.txt
=======================================

Fatal execution engine error.

=======================================
Running
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~NEWPR~1\MakeAll.bat C:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~NEWPR~1\
=======================================

C:\Program Files\CodeChargeStudio3>REM _MakeAll @1-5150664F

C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~NEWPR~1>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc
/w:2 /t:library /debug- /optimize+ /out:bin\NewProject1.dll
/r:System.Data.OracleClient.dll
/r:System.dll;System.Web.dll;System.Xml.dll;System.Data.dll
/recurse:*.cs /res:strings.resources,NewProject1.strings.resources
Microsoft (R) Visual C# .NET Compiler version 7.10.6001.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

Error:error CS1566: Error reading resource file 'c:\Documents and
Settings\Administrator\Local
Settings\Temp\~NewProject1\strings.resources' -- 'The system cannot find
the file specified. '

C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~NEWPR~1>REM _End MakeAll
Output


=======================================
Error:Build failed
Publish Project - 0 critical error(s), 2 error(s), 0 warning(s)


Can anybody help? Am new to CodeCharge, is working with an external
webserver in this way even possible?!
wkempees
Posted: 03/02/2006, 3:23 AM

Please repost as new topic.
You are "out of topic" here.
Thank you, it will also give you a better chance on receivening replies.

Walter
Karl Denson
Posted: 03/02/2006, 4:34 AM

wkempees wrote:
> Please repost as new topic.
> You are "out of topic" here.
> Thank you, it will also give you a better chance on receivening replies.
>
> Walter
>
> "Karl Denson" <karl.denson@gmail.com> schreef in bericht
>news:du6ien$il0$1@news.codecharge.com...
>> Hi
>>
>> I'm trying to setup CodeCharge 3.0 using asp.net C# on an external server.
>>
>> I setup the virtual directory in IIS on the external server, to which the
>> path options n codecharge are set.
>>
>> The path options Default Server Path; Default Server URL; .NET Framework
>> are all set to the external server.
>>
>> The 'Components' path is set to the local computer as opposed to the
>> external web server.
>>
>> 'Files to publish' in Project>Settings>Publishing is set to 'all files
>> with extensions'.
>>
>>
>> However I am receiving the following error when attempting to publish
>> pages!
>>
>> Generating "contact_db_list"
>> Generating "contact_db_maint"
>> Generating "Footer"
>> Generating "Header"
>> Generating Common Files
>> Running
>> C:\PROGRA~1\CODECH~1\CCResGen.exe \compile
>> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~NEWPR~1\strings.txt
>> =======================================
>>
>> Fatal execution engine error.
>>
>> =======================================
>> Running
>> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~NEWPR~1\MakeAll.bat C:
>> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~NEWPR~1\
>> =======================================
>>
>> C:\Program Files\CodeChargeStudio3>REM _MakeAll @1-5150664F
>>
>> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~NEWPR~1>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc
>> /w:2 /t:library /debug- /optimize+ /out:bin\NewProject1.dll
>> /r:System.Data.OracleClient.dll
>> /r:System.dll;System.Web.dll;System.Xml.dll;System.Data.dll /recurse:*.cs
>> /res:strings.resources,NewProject1.strings.resources
>> Microsoft (R) Visual C# .NET Compiler version 7.10.6001.4
>> for Microsoft (R) .NET Framework version 1.1.4322
>> Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
>>
>> Error:error CS1566: Error reading resource file 'c:\Documents and
>> Settings\Administrator\Local
>> Settings\Temp\~NewProject1\strings.resources' -- 'The system cannot find
>> the file specified. '
>>
>> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~NEWPR~1>REM _End MakeAll
>> Output
>>
>>
>> =======================================
>> Error:Build failed
>> Publish Project - 0 critical error(s), 2 error(s), 0 warning(s)
>>
>>
>> Can anybody help? Am new to CodeCharge, is working with an external
>> webserver in this way even possible?!
>
>
Sorry!

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.