User Profile

Collapse

Profile Sidebar

Collapse
totomalas
totomalas
Last Activity: Dec 6 '09, 08:37 AM
Joined: Aug 2 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • totomalas
    started a topic Msgbox

    Msgbox

    I am developing a website that uses ASPX and CS files...

    I have three check boxes and a button... if the user presses a button without checking any checkbox then i want to give a warning message to the user "Please select atleast one".

    in VB i used to write

    MsgBox("Please select atleast one")

    but i dont know how i can do it in the web... please help on how to give the...
    See more | Go to post

  • totomalas
    replied to complex loop
    Thanks Guys...both ideas worked well form me...Thanks Again.. :D
    See more | Go to post

    Leave a comment:


  • totomalas
    started a topic complex loop

    complex loop

    I have nine checkboxes in my form

    named like this
    check1
    check2
    check3
    check4
    ...
    check9

    i want to create a loop that loops them and if they are checked then do something



    i wrote something like this

    Code:
    dim name as string
    dim iter as integer
    iter = 1
    
    
    
    Do
    
    name
    ...
    See more | Go to post

  • totomalas
    replied to Big Problem.. :(
    yes i can provide more details

    The database is located by the LAN Admin in a shared folder on the LAN. but the users dont have access to that folder,,as if they go through my computer and try to open the file, it says Access denied...howeve r, I have created a small C# software with a link, to the Database in the shared folder...the user presses on the link, the database opens....but read only..!!


    1).I am using...
    See more | Go to post

    Leave a comment:


  • totomalas
    started a topic Big Problem.. :(

    Big Problem.. :(

    I have finished working on my database, and everything is great when i am running it on my computer.....wh en i put it on the server to be used by the users....it is only opening as READ ONLY...and they are not able to enter or update any data into the tables......... .....pls help,,,,i feel like my whole project has just failed...!!! how can allow the diff users to access it from the shared folder and be able to update and add to the tables..
    See more | Go to post

  • You actually got it right.....thank s alot :)....I was about to lose hope......
    See more | Go to post

    Leave a comment:


  • totomalas
    started a topic Updating a table is driving me crazy...!!!

    Updating a table is driving me crazy...!!!

    I have tried this code so many times, and it is frustrating me... I want to check if a record exist then just update a field, if it doesnt exist then Add 1st and then update.... the following code, seems to be close..but i am getting Error: Type mismatch at "[meeting date] = '#" & x & "#'"....... pls advise!!

    Dim x As Date
    Dim qry As QueryDef
    Dim sql As String
    Dim sql1 As String...
    See more | Go to post

  • totomalas
    replied to Accessing a webservice from Access 2007..
    Im sorry but I dont understand what you mean..
    See more | Go to post

    Leave a comment:


  • totomalas
    started a topic Too Few Parameters..!!!!!

    Too Few Parameters..!!!!!

    I am trying to run the following code, where a query runs by taking some values from a form, then a recordset is intialized to count the records from the query result....

    but each time i run, i get this error

    Error 3061: Too Few Parameters.Expe cted 2

    my code:


    Code:
    Dim MyDB As DAO.Database
    Dim rstEmployee As DAO.Recordset
    Dim AdminArea As String
    Dim Line As String
    ...
    See more | Go to post
    Last edited by Stewart Ross; Aug 26 '09, 12:10 PM. Reason: Please use the CODE tags provided

  • totomalas
    replied to Accessing a webservice from Access 2007..
    Can anyone please help......... my whole project depends on this... :(
    See more | Go to post

    Leave a comment:


  • totomalas
    replied to Accessing a webservice from Access 2007..
    Thank you,I have tried your code, but now i am getting a new error which say

    The property "AuthUser" is not recognized... :(...although I have the SOAP toolkit referenced....
    See more | Go to post

    Leave a comment:


  • totomalas
    started a topic Accessing a webservice from Access 2007..

    Accessing a webservice from Access 2007..

    My goal is to populate some fields in my table using a webservice that was created by other programmers in the company, and i have been told that i need SOAP to call it. I have tried using the SOAP toolkit and i keep getting "Access denied error", even after I supplied the user name and password....my code is as below:

    Private Sub button1_Click()

    Dim client As MSOSOAPLib30.So apClient30

    Set...
    See more | Go to post

  • totomalas
    replied to how can I send an email in VBA
    I am tryin the method you mentioned, but I keep getting an error...it says "Microsot Access Cannot send this message" ... :(.. I dont seem to be able to solve it,, please help....
    See more | Go to post

    Leave a comment:


  • totomalas
    started a topic exporting from Access 2007 to Visio 2007..

    exporting from Access 2007 to Visio 2007..

    I want to export the relations/tables that i have in the access database to an ERD diagram in Visio automatically,, is there a way to do it? please help me with the steps...
    See more | Go to post

  • totomalas
    started a topic sending SMS from Access

    sending SMS from Access

    I really need to automate the sending of SMS once the request of an employee is approved to notifiy him.... I want to know if there is a VBA code that I can write to enable me to send the sms...


    Thanks..your help is highly appreciated..
    See more | Go to post

  • totomalas
    replied to a webpage like excel sheet
    the layout is no problem, I am using web Expression and I am able to design it...but i dont know how to make the button work, and where to write the code, and how to link the button with the textBoxes....
    See more | Go to post

    Leave a comment:


  • totomalas
    replied to a webpage like excel sheet
    Yes a neat layout with input fields...and a button that once presses on will excute a code that takes the inputs, apply the formulas i programmed and give the result to the user..
    See more | Go to post

    Leave a comment:


  • totomalas
    replied to a webpage like excel sheet
    Yes a fixed calculation formula, the user only insert his number...the formulas are fixed for every user...
    See more | Go to post

    Leave a comment:


  • totomalas
    replied to how can I send an email in VBA
    thanks for the code you provided this is exactly what i am looking for...but I have a question......w here shall i put the SMTP/POP3 details so the application can actually connect to the internet and send the email?
    See more | Go to post

    Leave a comment:


  • totomalas
    replied to a webpage like excel sheet
    I need it because I want to place this page on a website and it will be used by old people...so they just need something to plug in their numbers and get their total expenses and a projection of their expenses for the coming ten years....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...