Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. richrock316

    Opening a library kicks off a workflow

    I am relatively new to sharepoint, so i apologize if i dont frame the question correctly. Here is what i need to happen: 1. a user clicks on a document library (there are several) 2. This triggers some sort of prompt that asks the user to choose "A" or "B". 3.If they choose "A" then only...
  2. richrock316

    Allowing input to combo box on Data Access Page

    Thanks again Fneily, At least now i know i can stop looking for the "text & list combo box" approach and i will modify my DAP to something similar to the article. You saved me some time on fruitless searches.
  3. richrock316

    Allowing input to combo box on Data Access Page

    Thanks Fneily, That will help me down the road, but right now im hoping to avoid having the user having to hit an "add new ..." button. I want them to be able to type in the info on the dropdown if its not there. I want it to be equivalent to a combo box on a form where it is both a list box...
  4. richrock316

    Allowing input to combo box on Data Access Page

    Hello, How do you set up a combo box (dropdown)on a Data Access Page so that it allows a user to be able to type in the data, as well as select from a list? Curretly i have it bound to a field in a table and it works fine for pulling up the data from that field. It just wont allow the user to...
  5. richrock316

    Loading Dropdown list data for DAP at runtime

    Let me see if i can explain better. On my DAP I have a dropdown list("SOW")that is populated and working fine. When i select something from "SOW" I want for the onchange event to enable another dropdown ("weeks"). So far it works good for me. The problem is that i want the "weeks" dropdown...
  6. richrock316

    Loading Dropdown list data for DAP at runtime

    Hello, I am experienced at using forms, but this is my first try at using a Data Access Page. I am using Access 2003. What i need to do is populate my dropdown list with dates based on the current date. The info will look like this "October 19, 2008 - October 25, 2008", etc. I have a little...
  7. richrock316

    Server sending & receiving

    Thanks guys. Once i took out "listen " everything worked fine.
  8. richrock316

    Server sending & receiving

    I am new to writing client-server programs and i am having a problem getting my server program to send as well as receive on one port. I know it is something simple. I even took out all the added stuff my program does to boil it down to the basics to test it. But it still didnt work. Here is...
  9. richrock316

    Listening and Sending on same Port

    Thanks guys Thats what im looking for. I guess i just convinced myself that this was going to be harder than it is. Then again, im not finished yet, sdo we'll see how the rest ends up.
  10. richrock316

    Listening and Sending on same Port

    Thanks mememememe... OK, So once the connection is made i just use SendData and whenever a DataArrival event comes in i use GetData. This just keeps going on back and forth. OK seems relatively easy. Does winsock handle it, when you are sending data just as an incoming data arrives? In...
  11. richrock316

    Listening and Sending on same Port

    I am writing an app that takes a binary file and breaks it into "messages" (frtom a different app i wrote). These messages have a time stamp on them, the times between each message vary (could be 1/10 sec, 1/2 sec, etc.). I then make a connection across the network to another app that is...
  12. richrock316

    How do you print a JPG from code?

    Thanks Hughlerwill That got me where i needed to go.
  13. richrock316

    How do you print a JPG from code?

    I have a feeling im missing something very simple, but how do you print a JPG or BMP to the printer using code? Thanks
  14. richrock316

    Shellexecute print with windows picture and fax viewer

    I have been using shellexecute in my program to send a bitmap to the printer and it was working fine. Now it opens up the windows picture and fax viewer and doesnt print it. I think it may be because we switched to windows XP, but i dont know how to go back to it printing and the viewer not...
  15. richrock316

    Converting Double to binary

    I may be just overlooking it but, how do you convert a value that is of type double to a binary type without stripping it? For example how can I make the value 3.45 as a binary value? Thanks in advance
  16. richrock316

    Changing virtual memory from code

    Thanks Tom, that would indeed work. I was able to use a api function globalmemorystatus to get it. Still havent had any luck with an way to cange the aging file size with code. Richard
  17. richrock316

    Changing virtual memory from code

    How can you change the virtual memory minimum and maximum using Visual Basic code? Also how can you use code to find out how much RAM a computer has? Thanks
  18. richrock316

    Cropping a bitmap after a copy

    Thanks Hypetia that was exactly what I needed. Couldn't see the forest for the trees.
  19. richrock316

    Cropping a bitmap after a copy

    Hi, I've been using some code previously written by Hypetia (thanks Hypetia) to capture the screen image and export it to a bitmap. It has been working great, but now my specs have changed. I need to crop the picture to include only part of the screen. Ive got it so that it eliminates the...
  20. richrock316

    cant show non-modal form....

    If I comment out "contact.show", which is the parent it works fine, but of course that is necessary. I tried putting an unload for the openfiledialog right before "contact.show", but it wouldnt unload it Public Sub Hook() 'Establish a hook to capture messages to this window lpPrevWndProc =...

Part and Inventory Search

Back
Top