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 TouchToneTommy 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: Ducu
  • Content: Threads
  • Order by date
  1. Ducu

    Cannot save Excel 2007 files over the network

    Hi, I have a problem saving Excel 2007 over the network (WIN XP Prof + Office 2007). I open the files from a network shared folder, I modify the file and when I am trying to save the modified version in the shared folder over the network I receive a message like...
  2. Ducu

    i cannot type special Characters

    Hi, I am using Office 2007 Professional with the Romanian Language as the Input Language in Win XP Prof. The problem is that I can't type Romanian Language Charaters like ?, ?, ?... Sometimes not at all, and sometimes only after I type î or â. I set up my doc type as Word 2003 document. Thank...
  3. Ducu

    Outlook 2003 - How to read messages from two email accounts ?

    In Outlook 2003 how to read messages from two email accounts of a Exchange server in the same inbox. I should just add another email account ?
  4. Ducu

    How to create a ComboBox Control from two fields of a table

    Hi, Could you help me how to construct a ComboBox Control from two fields of a table: I've tried something like this but at the line frmMyForm.cbxnAnul.RowSource=field state.nume_luna, state.an i get a syntax error message Thank you, Dan C. Nagy use state.dbf in 1 alias state exclusive...
  5. Ducu

    How to work with a "one-to-many" relationship in a form

    Hi, I have 2 tables with a "one to many" relationship. I want to create my own form (not using wizard) for this two tables. The fields of the parent table are mostly textboxes of the form and for the child table I have a grid Object. What I would expected is that whenever I move the record...
  6. Ducu

    How I can make window.event.srcElement work under Firefox

    Hi, I am having trouble with a specific Firefox problem; using Javascript I am changing the color of a span tag on the mousover event. It works fine under IE, not working under FF at all. Il will work probably with getElementById() but I don't want to put id's every where. The code it looks...
  7. Ducu

    Problem with running a form from a custom-created menu

    Hi, I've created a menu using the wizard in VFP. One of the option contains a command: DO myprg.prg In myprg.prg I've created my form using frmMyForm = CREATEOBJECT('Form') along with the inside objects with frmMyForm.AddObject('txtlcNumSrch','TextBox') after I instantiate the objects in...
  8. Ducu

    How I can reset the start value for an id in MySQL

    Hi, This question is about MySQL. I have a field key in my table that I declare as primary key with autoincrement attribute. After some testing work I decided to delete all records and I was expecting that the counting to start at 1. Wrong!!! The first id value starts at the next value before...
  9. Ducu

    How to find how many visitors I have on my page at loading time

    How to find how many visitors I have on my page at loading time. I want to find how many visitors I have on my webpage when the page is loading so I can put this information on it. Thank you in advance. Dan C. Nagy
  10. Ducu

    How can I acces the properties of a <div>-defined layer using JavaScri

    How can I acces/modify the properties of a <div>-defined layer using JavaScript user defined function. I am using IE 6.0 on a WIN XP HE. Assuming that I have a layer defined like this: <html> <head> <title>Exemple de layere</title> </head> <body> <div id=&quot;Layer1&quot...
  11. Ducu

    I cannot see the layers

    I am trying a very simple example to learn how to work with layers. My browser is a IE 6.0 under WinXP HE. Ex: <html> <head> <title>Layers</title> </head> <body> <layer top=&quot;100&quot; left=&quot;100&quot; width=&quot;200&quot; bgcolor=&quot;red&quot;> <!- My LAYER! My LAYER! My LAYER...
  12. Ducu

    To handle the event onClick using PHP

    Hi ! I want to write a handle using PHP for the onClick event of a link tag (<a href=&quot;...&quot; onclick=myfunction() target=&quot;...etc &quot;>bla bla</a>). i.e. <? php function myfunction() { } ?> I tried but it didn't work at all. This function could be written only as JavaScript...
  13. Ducu

    Web Search is deactivated

    Whenever I tried to make a Web search using any search engine: WinXp Search, Google, Yahoo Search, Lycos search, etc. I always arrive to a Web page: www.cpanel.com. I deleted all cookies and Internet docs but nothing happened. Can anyone give me a clue ? Thank you very much! Dan C. Nagy

Part and Inventory Search

Back
Top