No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
******************************
- Interests
- ********************************
- PC Specs
- ********************************
13 Posted Topics
what is causing this error here "Operator '&' is not defined for string "select * from Miscellaneouse whe" and type 'DataRowView'." provider = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source =" dataFile = "C:\Users\PrintServer\Documents\Visual Studio 2010\Projects\Hr and Payroll1\HR and Payroll.accdb" ' Change it to your Access Database location connString = provider & dataFile myConnection.ConnectionString = … | |
I'm developing a login page for my web-based(asp.net)visual basics application, I want the user name entered on the login page be visible on a label on the redirected form. I page redirect depeding on various occations, for example if the entered user name is for a system administrator I want … | |
Hi all I'm creating a warehouse management system, then i want when new orders are created, a customer's name be selected from a list box and that customer's selected name from a list box be the table name that will hold records of the table's order with a random number … | |
Re: Hi Try this link, maybe it can take you half way https://social.msdn.microsoft.com/Forums/en-US/2396ac16-a25e-4336-a9a1-523409a554d8/rotation-of-rectangle?forum=vbgeneral | |
I want to insert a table cell into a table from another table by select method and after, to display an error in text prompted from the user was not found. Can someone tell what's the problem with my codes? My codes are as follows: Dim Item As String = … | |
Hi there I'm creating an invoice generator program, first the user must enter the number of products to diplay on a pdf file, below are my codes. My proble is, this if statement does not run as expected Private Sub Add_New_Order_Item_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load … | |
Dim item As String = InputBox("Enter Item ordered", "Place an order") Dim quantity As Integer = InputBox("Enter Quantity odered", "Quantity ordered") Dim price As Integer = InputBox("Enter price", "Price each") Dim item As String = InputBox("Enter Item ordered", "Place an order") Dim WrapCharacter As String WrapCharacter = Chr(13) + Chr(10) … | |
hi there I have made a connection to a database, and my problem is, when I try to add a new record to a table, it is fine for that time. Next time when I check the record is not there | |
every combobox selection is replaced with what a user has selected, I want it not to be replaced so that all seleced combobox can be printed | |
Re: Maybe but no sure, try to follow the rule of echo, where text to be echoed goes like this for example <?php echo "your text" ?> I see your echo not in the correct format where is is like this <?php echo ' <html xmlns="http://www.w3.org/1999/xhtml"> <head>........ </body> </html>'; ?> try … | |
Hi there I've uploaded a file to the server online and I can even see the file i uploaded but the problem is that I get "page no found" error when i try to open that file on my url, when I try to edit the file(online on the server) … | |
I've upploade my php codes under the address http://george.freeoda.com, my problem is the calc link located on the http://george.freeoda.com/calc.php, this php files processess successfully on my server locally, what might be the problem? my full php codes are: <?php $n1 = &$_POST['n1']; // textbo1 declaration $n2 = &$_POST['n2']; // textbo2 … | |
Hi guys I've downloaded debian-6.0.7-i386-CD-5 cd from linux site and burned the image to a cd, so my problem is that my pc skip the boot from cd booting process. My system type is x86-based pc, and I'm not sure if my system support the downloaded package please advice |
The End.