Forum: Visual Basic 4 / 5 / 6 May 30th, 2009 |
| Replies: 7 Views: 631 Thanks for the reply,
Actually in my case i' not only have the .EXE file but also the Vbprogram file.
While opening the file, it shows the following error.
Unable to read the project file... |
Forum: Visual Basic 4 / 5 / 6 May 29th, 2009 |
| Replies: 7 Views: 631 Dear All,
I have done a project in VBasic 10.0 for our product Design.
Unfortunately the program was deleted while re-installing the OS.
However we have managed to retrieve the files by... |
Forum: Visual Basic 4 / 5 / 6 Aug 2nd, 2008 |
| Replies: 2 Views: 549 Hi all!
Can any one explain what is the purpose of
WHERE 1=2"
What the statement means. in below code?
query = "SELECT * FROM project WHERE 1=2" |
Forum: Visual Basic 4 / 5 / 6 Aug 2nd, 2008 |
| Replies: 2 Views: 743 hi all!
In Vb i have used Data Grid viewer.It is used to display the textbox content in form, whenever <ADD> button is clicked.
When i click the <ADD> button I'st time, the text box content is... |
Forum: Visual Basic 4 / 5 / 6 Aug 2nd, 2008 |
| Replies: 2 Views: 703 hi all!
In Vb i have used Data Grid viewer.It is used to display the textbox content in form, whenever <ADD> button is clicked.
When i click the <ADD> button I'st time, the text box content is... |
Forum: Visual Basic 4 / 5 / 6 May 27th, 2008 |
| Replies: 2 Views: 1,277 hi all!
I'm usuing VB 5.0. I need to store data getting input in VBform in MSAccess data base.
I tried with ADO connection but its not working.
Can any one send me the basic code to store data... |
Forum: Visual Basic 4 / 5 / 6 May 26th, 2008 |
| Replies: 4 Views: 5,499 thank u.
problem 4 me is solved.
In date time picker AM/PM option is there but 24 Hrs format is not there. Is there any option to change the format.(I have used custom format) |
Forum: Visual Basic 4 / 5 / 6 May 24th, 2008 |
| Replies: 4 Views: 5,499 Thank u 4 replying
sory i could not understand
i just need to calculate time duration not the diff. between dates.
Getting input
Start time: 05:40
End time: 06:40 |
Forum: Visual Basic 4 / 5 / 6 May 24th, 2008 |
| Replies: 4 Views: 5,499 hi all!
I have created two datetime picker for getting input for start time and end time.
but i could'nt able to calculate time duration between them.
How to calculate the time duration by... |
Forum: MS Access and FileMaker Pro Aug 28th, 2007 |
| Replies: 3 Views: 3,905 hi friend!
Thank u for u'r reply. I have tried your suggestion. But it is not working. when i enter a single digit no, the format is not changing.plz give me any other idea to do it.
... |
Forum: MS Access and FileMaker Pro Aug 27th, 2007 |
| Replies: 8 Views: 15,801 hi all!
I need to make a form in Ms-Access as EXE file. So that the file can be runned without opening Ms-Access. I know that, it is possible in Vbasic but whether it is possible to do in... |
Forum: MS Access and FileMaker Pro Aug 27th, 2007 |
| Replies: 3 Views: 3,905 hi all!
I need to set precision to the left of decimal. For the number field i have to set the field precision such that the nos should be in a format as 0001,0002,0003------------------.9999.
... |
Forum: Visual Basic 4 / 5 / 6 Aug 6th, 2007 |
| Replies: 0 Views: 787 hi friends!
From my Microsoft Access form I would like to hyperlink to a pdf document. At present each record contains a document name and a full file path to where the document is stored. I would... |
Forum: MS Access and FileMaker Pro Aug 4th, 2007 |
| Replies: 2 Views: 8,712 hi friends!
From my Microsoft Access form I would like to hyperlink to a pdf document. At present each record contains a document name and a full file path to where the document is... |
Forum: Visual Basic 4 / 5 / 6 Aug 3rd, 2007 |
| Replies: 3 Views: 5,318 hello sir!
Sorry for the unclear question. let me brief it again.
I have created a field name Path_file in a table.
The path for different pdf files are stored record wise. And i have created a... |
Forum: Visual Basic 4 / 5 / 6 Aug 3rd, 2007 |
| Replies: 3 Views: 5,318 hi Friends!
i need to open a pdf documents from MsAccess.
Please send me the code.
Then i need to create a BROWSE button such that
BROWSE_BUTTON Text_box
When i click the browse button it... |
Forum: MS Access and FileMaker Pro Aug 3rd, 2007 |
| Replies: 0 Views: 4,005 hi Friends!
i need to open a pdf documents from MsAccess.
Please send me the code.
Then i need to create a BROWSE button such that
BROWSE_BUTTON Text_box
When i click the browse... |
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2007 |
| Replies: 4 Views: 2,398 hi friends!
I need to know how to create a graph in vbasic. please send the syntax.possible with eg.
I also need to know how to link one form with another.
Thanks in advance.
elanch |
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2007 |
| Replies: 4 Views: 2,814 hi!
Format command is working fine. Thank u.
I'm having doubt in Ms-access database linked with Vbasic. I request you to help me regarding this.
Thank u in advance |
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2007 |
| Replies: 4 Views: 2,814 Thank u for replying. I'm using VB5. I have tried with Round Command already but it does'nt work.I Will try with Format command now and reply u again. |
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2007 |
| Replies: 4 Views: 2,814 hi friends!
I'm new to vbasic. I just want to know, how to set the precision for variables defined as double. plz send me the syntax
Thanks in advance.
bye
elanch |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007 |
| Replies: 5 Views: 1,101 hi friends!
I'm new to both vb and dataAccess. Now i have created a form in data-access. I need the datas entered in the form to be appended in the access-Table when i click the save button.
For... |
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007 |
| Replies: 4 Views: 6,785 hi!
just try with this command.
text.text=now() |