User Profile

Collapse

Profile Sidebar

Collapse
rsteph
rsteph
Last Activity: Oct 25 '07, 12:04 PM
Joined: Oct 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rsteph
    replied to Problem with moving image
    in C
    Anyone have any thoughts on this for me? I've tried a few more things, but I still keep missing something. I'm guessing it's something easy that I'm just overlooking.
    See more | Go to post

    Leave a comment:


  • rsteph
    started a topic Problem with moving image
    in C

    Problem with moving image

    I bought a book to help me learn to use DirectX with windows programming. It's first trying to walk me through some basic windows programming and graphics before getting into DirectX. I'm trying to expand on one of the example programs in the book but I'm having some problems.

    I can get a frame to appear, then an image gets randomly placed in the box. It is suppose to move right, then when it hits the edge move left; it should repeate...
    See more | Go to post

  • rsteph
    replied to Text Color & Style Settings
    in C
    That worked thank you. And thank you for the sites.
    See more | Go to post

    Leave a comment:


  • rsteph
    started a topic Text Color & Style Settings
    in C

    Text Color & Style Settings

    This is, I'm sure, and easy question for most. I am a moderate C/C++ programmer in console based programs, I am looking to teach myself windows based programming though. I'm going through a book I bought and trying all of the exercises it gives to help me brush up on things.

    One things I'm curious about, but can't find in the book, is how to change text color and style. I've got a character pointer with the text "Hello World"...
    See more | Go to post

  • rsteph
    replied to script to resize boxes.
    I've got the default values set up for the boxes in my .css file. However in some cases images or text are entered that expand the boxes vertically... Making one box larger than the other. I'd like to make sure that any two side by side boxes always have the same height (are fit to the taller of the two boxes), regardless of the content inside....
    See more | Go to post

    Leave a comment:


  • rsteph
    started a topic script to resize boxes.

    script to resize boxes.

    I've got a page that has 6 boxes in a grid (like dots on a dice). In each box goes some current events type stuff. I'm trying to find a way to make it so that the boxes beside each other are always the same size.

    So if my boxes are lined up like this:
    A-B
    C-D
    E-F

    Then I want A & B to be the same size, and C & D, and E & F. But for example box A and box C would not need to be the same...
    See more | Go to post

  • rsteph
    replied to Javascripts and databases
    So then I could use a server-side script to access a database, and then use Ajax to link between that include, and the javascript?...
    See more | Go to post

    Leave a comment:


  • rsteph
    started a topic Javascripts and databases

    Javascripts and databases

    I have a javascript that scrolls through a series of "headlines" - essentially key points for the month or week for our customers, or key changes to our website, prices, etc.

    right now the sctipt essentially has an array of strings that gets read into a function and changed into a line of html code.

    myArray =[['link','text'],[..],..]

    I would like to have this linked to a database, so that it...
    See more | Go to post

  • rsteph
    replied to Option Groups and updating form
    The way things are set up right now, I've got an option group with 5 options, representing folders where a file is stored. The database is then linked to a webpage, and that field is used along with the name of the file to create a hyperlink to the file.

    One of the options I have is an "other" option, that has a textbox next to it that allows the user to input in a specified folder. That was in the future if we add a new...
    See more | Go to post

    Leave a comment:


  • rsteph
    replied to Option Groups and updating form
    sorry didn't mean to double post
    See more | Go to post

    Leave a comment:


  • rsteph
    replied to Option Groups and updating form
    The problem I have there is the way the option group works.

    The field that the option group refers to has to be a text field, but option groups can only return numbers. So I have the option group unbound, and then have an invisible textbox that stores a specified string based on the number returned from the option group.
    See more | Go to post

    Leave a comment:


  • rsteph
    started a topic Option Groups and updating form

    Option Groups and updating form

    I've got an option group with 5 options, with no default value. Whenever I open the form and scroll through records all of the options are grey'd, unless the user selects one.

    What I would like to do is have the option group display the current value of the options, depending on the record being viewed. So that as you scroll through records whatever option is currently selected (based on the table) for that record is already selected...
    See more | Go to post

  • rsteph
    replied to Option Groups in Forms
    Thank you very much, that should get the job done!...
    See more | Go to post

    Leave a comment:


  • rsteph
    started a topic Option Groups in Forms

    Option Groups in Forms

    I've got a very basic database that is tied to a website. Part of the database tracks information about training classes. Some of the training classes have flyers that go along with them in a .pdf file format - So when the user clicks on the title of the class I want it to link to the file.

    To do this I've broken the table down to two fields pertaining to the flyers; the file name, and the folder it's located in. I did this because...
    See more | Go to post

  • rsteph
    replied to Clearing listindex value
    Any thoughts on this?
    See more | Go to post

    Leave a comment:


  • rsteph
    started a topic Clearing listindex value

    Clearing listindex value

    I've got a form set up that has a series of textboxes to enter employee info, with a listbox at the bottom listing all the employees with their title (to make it easier to find employees to edit information).

    I'm having a problem though - if I click around on the listbox to view some employee records, then want to add a new employee, when I click on the add record button it edits the last employee I looked at with the new information....
    See more | Go to post

  • rsteph
    replied to Refresh Listbox
    Nevermind I'm dumb, after looking through this some more I realized I was putting the .Requery line in the wrong place in the code. I had accidentally placed it in the error handling section. I've got that working now.
    See more | Go to post

    Leave a comment:


  • rsteph
    started a topic Trying to add an image within a page

    Trying to add an image within a page

    I've got some product information pages, with images and text, all setup within a table. I'm trying to add a small image in the upper right hand corner of the content div (where all the important information is). I've got the product name at the top, left aligned and typically as a two lined header, and I'd like to add a small logo to the right of that, either right beside it, or in the far right corner.

    could anyone help me with how...
    See more | Go to post

  • rsteph
    replied to Refresh Listbox
    Anyone have any thoughts on where I could start to look to figure this out?
    See more | Go to post

    Leave a comment:


  • rsteph
    started a topic Refresh Listbox

    Refresh Listbox

    I've got a list box that has about 6-7 columns with information, pulled from a table. When you click on a row in the list box it displays all the information in a series of text boxes, so that the information can be edited. I've got an add and delete button, so you can select a row in the listbox, then delete it; or enter information in the listboxes, then click the add button and add the information to the table.

    The buttons work...
    See more | Go to post
No activity results to display
Show More
Working...