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 wOOdy-Soft 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: *

  • Users: generlam
  • Content: Threads
  • Order by date
  1. generlam

    conversion to web

    I have an educational application written in VB 4 that involves study slides and drag and drop quizes and would like to re-write it for the web re-using the code or at least some of it so as not to have to re-invent the wheel. Any suggestions?
  2. generlam

    search within a site

    How can I add functionality to a button to search within my website? I'd developing in Dreamweaver and Flash.
  3. generlam

    graphic symbols and movie clip symbols

    what is the difference between creating a graphic symbol from an image with it's own timeline animation and creating a movie clip symbol from the same image that can be animated in the main timeline? Or do I totally misunderstand the difference between the two?
  4. generlam

    multiple onload functions?

    Can you have more than one onload function, e.g., <body onload="preloadImages();setVisibility('glctr','hidden');">
  5. generlam

    making a thumbnail or smaller image of my web page

    Does anyone know how to capture a web page layout as an image? I tried with printscreen, but the quality is very low. I have illustrator, go live, and paint shop pro. Thanks
  6. generlam

    configuration for adobe products

    Hi, I am using Adobe GoLive and Illustrator but find that my computer at times freezes up after not too long a time working. I have a Dell 8300, Pentium 4, 3 GHz and 1.00 GB of RAM. Do I need a different computer or just to configure what I have differently. Any help here is greatly appreciated.
  7. generlam

    quotes in ie and gecko

    I'm developing in HTML-Kit and get different results in IE and Gecko when viewing test using the <q> tag. Gecko displays quotes and italics, while IE only displays italic. Any way to make this consistent aside from <i>&quot; ?
  8. generlam

    IE trouble with linking to anchors on another page

    I'm having a problem with linking to different secions on another page. I'm developing in HTML Kit and when I set up the code to link to a section in another page it works fine in Gecko mode but not in internet explorer. IE tells me that it can't find the page. <a...
  9. generlam

    meta tags in ssi

    First, do I have to have meta tags in each of my web pages? Secondly, if so, can I use SSI and include them rather than cutting and pasting?
  10. generlam

    transparent property of image background in VFP 8.0 won't work

    If I open a screen with an image with a transparent background property in VFP6 the background is transparent, but if I open in VFP 8.0 it's opaque and nothing will change it. I'm running on Windows 2000 Professional workstation.
  11. generlam

    image transparent background in VFP 8.0 is opaque

    If I open a screen with an image with a transparent background property in VFP6 the background is transparent, but if I open in VFP 8.0 it's opaque and nothing will change it. I'm running on Windows 2000 Professional workstation.
  12. generlam

    #include file

    I am including constants.h file with my form for excel constants, and yet I still get errors for things like : #define xlTop 0xffffefc0 Can someone help?
  13. generlam

    Form Designer

    Does anyone know how to change the size of the form designer? The forms I need to create are larger and it makes it very difficult to work on a display smaller than the form.
  14. generlam

    nonvisual class

    I have a program written in FPW2.6 that does cost calculations. I am re-writing most 2.6 apps to VFP and would like to create a class from this program to be used in various apps, but am having trouble creating it. Anyone have any suggestions or tips?
  15. generlam

    disconnect users

    Previous to our NT server, we used the &quot;whcmd /c&quot; dos based executable to disconnect users before running overnight scheduled jobs and &quot;whohasit.exe&quot; to interactively disconnect users. The closest I have been able to get to this is &quot;Whohasnt&quot;, but it lacks many of...
  16. generlam

    XML2DBF

    I have read and used the code in http://support.microsoft.com/support/kb/articles/Q191/7/58.ASP to convert a dbf to xml. Now I am looking for some help to go the other way. Any help is appreciated.
  17. generlam

    Setup Options for SQL select from server

    I am using SQL select statements in some code that I am migrating from FPW26 to VFP 6.0. The retrieval of the data is much slower in VFP. The retrieval is used mostly for reporting. Does anyone know the settings for the optimum speed? We usually have 40-60 users running the exe which is located...
  18. generlam

    frx2word

    I am using frx2word successfully to e-mail reports to our vendors. frx2word saves the report to a Word document by displaying report objects as text boxes. Since the vendors will be replying to our e-mail by updating the document, I was wondering if anyone knew how to modify the code to protect...
  19. generlam

    Error 1103 Illegal Seek Offset

    My users are sporadically getting error 1103 when doing a seek on several tables. This does not happen all the time and it doesn't happen to everyone. We are running a Foxpro executable on a Novel Network. Most users have Windows 95 at the moment, but a few have Win2K and access the executable...
  20. generlam

    Request for Code Page

    I have done a minimal migration of a DOS FoxPro 2.6 batch job and made it into an executable to be scheduled each day. One of the tables (2.6) has to be opened exclusively, but when I test this job a screen comes up asking for the code page. This does not happen with any of the other tables that...

Part and Inventory Search

Back
Top