Hi, I just realized that some of you may not have been able to view the videos in my Map on Automated Project reporting because you need the SmithTech...
hi Dan, I am also visual basic programer like you and want to shift from visual basic to .net. You are thinking on problem is very important for any developer...
hi Dan, I am also visual basic programer like you and want to shift from visual basic to .net. You are thinking on problem is very important for any developer...
Hi developers, I have developed one project in visual basic 6.0 named as "Webcode Editor 2005". This is a Editor with full fuctionality for HTML,JavaScript...
Good day. I am an incoming 4th year computer science student. I would appreciate it if anyone could share some good and not so hard topics for my thesis this...
Dan, I have been coding in VB.net for more than two years now, and I keep my source code protected the same as I did in other VB programming variations. The...
Note: forwarded message attached. ... Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min. [Non-text portions...
Hello, Friends I am a programmer working in VB. I am currently developing a software for a firm. This is the first time that I face a problem while canceling,...
Hi, Im beginer to VB and right now procedures learning. While compiling a program using procedure it is showing byref arguement type mismatch. Can anyone...
Hello Young Man, I am Kishore ,Working For A MNC In Canada And Basically From India.Try Out Some thing on Socket programming which will fetch you good future ...
Hi, Is there any way to trap if user has clicked on print button on the datareport? I need this to track how many times a report has been printed. Regards, ...
Dear Friends, I am using VB6 under Access database and Crystal Report 8.5. I want to enter print command to display print preview. Please advise print coding. ...
Muhammad Raza
mohammad_raza@...
May 3, 2006 9:16 am
25473
Hi...is there any way i can empty the access data base,and making the counter of the indexes return back to 1. without rebuilding the database again,plz...
Yes... First remove data. I recommend using Delete SQL statements on your tables. Something like the following DELETE * FROM TableName This deletes data not...
Muhammad, When you created a Crystal Report, the last thing the Wizzard ask for. Is if you want to create a Form for the Preview. At this time, confirm you...
Hi, You made a call on a function or sub and passed an argument of the wrong type. At the beginning of all subs or functions you declare your arguments and...
Thanks JohnC, It looks like the size of the dependencies is a bigger issue than code security. Now Visual Studio2005 is also an option besides .Net. Benefits...
Hi, Bound controls can be used to quickly get an App up and running. However, the update of data becomes a tricky event control dance. It may be easier to...
Hello.. I am tranporting my code of VB to VBA can anybody tell me what is the replacement for App.path and FileSystemObject. thanks Shaikh M. Zaid ... How low...
Dear friends, I am a software engineer. I try to get new job related position of Microsoft "Dot Net Architect" or "Dot Net Technical Lead". Please give me your...
Dear Ashok, Hi i am sachin. I am completing my dot net course recently. It is very good software and you can design your own programme. I have got the call...
Hi Shaikh, There is no direct replacement for App.Path. In VB, App.Path returns the path that your program is in. In VBA, you can use Application.Path. ...
Hi Does any one know where you can get free report generator that is like Crystal Reports? Thank you for your time. Thank you, Gilmer Gilmer Smith 6666...
John, This has also been a concern of mine. Am I reading you correctly. I have .net but have not bothered to learn it because the first program I wrote was a...
Thanks buddy thanks for ur suggestion. I have a template file on which i m working so i need to know the path of that template path becuz the document which...
Fellow programmers, I have an Access Database with a field that is a string. The following type of entrys are in the the fields. 5 - 10, 10 - 20, 20 - 30 , 30...
Hi Ruble, Try the following... SELECT * FROM table1 ORDER BY val("" & left([acreage],instr(1,[acreage],'-')-1)); Hope this will solve your problem... Surya Rao...