Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~1K People Reached
Member Avatar for Datsun90

Hi all, I have designed an application in MS Access 2007 that will be used in some schools (over 60 schools). Each time I start the application, it shows an alert in the message bar that the VBA macros are disabled, and gives me the option to enable it for …

Member Avatar for boblarson
0
160
Member Avatar for Datsun90

Hi, I have a web application that uses a class called "CommonFunctions" located in the App_Code folder. I can use functions in this class in the ASPX file, e.g.: [CODE] <script language="vbscript" runat="server"> dim X as string X = CommonFunctions.Func1() </script> [/CODE] This procedure works correctly in the local host. …

Member Avatar for sedgey
0
132
Member Avatar for ninjaimp

Hi I have a procedure that performs checks on controls in my page against rules set in a SQL table. It all works fine except that when im casting the control e.g. [CODE] CType(Me.Page.FindControl(control1), TextBox).Text[/CODE] and its a dropdownlist it of course fails. Im trying to create a variable that …

Member Avatar for Datsun90
0
121
Member Avatar for Datsun90

Hi friends, I have a web page, called [B]Page1.aspx[/B], with many data and text on. So the printable version of this page, [B]Page1-printable.aspx[/B], is spread on multiple pages when the users clicks "Print Preview" My question is how can I set a header and footer for each of the printed …

Member Avatar for srihari.valluru
0
111
Member Avatar for Datsun90

Hi friends, Using VB.Net 2005, I have a datagrid to enter purchased items with quantity and purchase price, and calculates the total cost for each row (item). It looks something like this: RecordID-------ItemID-------Qty------UnitPrice-----------ItemTotal 1 ------------- 1000 ------- 2 --------- 10 ----------------- (20) 2 ------------- 1004 ------- 5 --------- 30 ----------------- …

Member Avatar for jalpaeol
0
133
Member Avatar for Datsun90

Hi everybody, I have a VB 2005 (Express) application with SQL 2005 database; a report (named 'c:\Items.rpt') already designed and set to "Items" table. When I preview this report from Crystal Reports, it shows data correctly. How can I show it from within VB code depending on its default dataset …

Member Avatar for Ramy Mahrous
0
116
Member Avatar for Datsun90

Hi all, I have created a simple SQL Server database by Visual Studio 2005, with one table 'Friends' that has just ID, Name, Phone, Email. Then created a datagrid to this table (just by dragging the table name from the 'Data Sources' explorer to the form. When I run the …

Member Avatar for Datsun90
0
158
Member Avatar for Datsun90

Hi all, I have a SQL table that has "RecID" as it's PK and identity column in the same time. When I add a new record in the table directly, the [B]RecID[/B] increments correctly. But when I try to add new record in data grid view (VB 2005 Express) and …

Member Avatar for Datsun90
0
251
Member Avatar for Datsun90

Hi, I have created a local SQL database using Visual Studio 2005 ([I]not by SQL Server Management Studio[/I]), and located it in the same VB project folder: "E:\MyProject\MyDB.mdf". Now I'm trying to design reports using Crystal Reports 2008, but for SQL Server, it doesn't browse this DB created by visual …

-1
70
Member Avatar for Datsun90

Dear all, I have created an SQL Server 2005 Express database using the database explorer of VB.Net 2005, and selected to copy the database to the application folder. I can successfully connect and update the tables using Visual Basic ready tools (such as datagrid). But when I try to connect …

Member Avatar for sierrainfo
0
141