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 strongm 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: budjo
  • Order by date
  1. budjo

    hiding the app on the task manager

    hello ..im trying to create a internet cafe timer program ... a simple one .. my problem is that I want my application not to be seen on the task manager list of application .. so that no one could actually kill my timer. I have experience someone actually killing the application so that I wont...
  2. budjo

    how to change image file location on CR dynamically

    hello .. my scenario is this .. i have a CR which my users want to embed their electronic signature on the report ( jpg files) ... so if a manager log-in .. approve a document he wants the print-out to have his signature on the printed report .. and if another manager log-in and approve a...
  3. budjo

    how to remove specified format in string?

    yes johnyingling solution worked .. thanks man ..
  4. budjo

    how to remove specified format in string?

    hello .. i have a simple problem but couldn't get around it .. i loaded a record on a database ... with a specific field "amount" i converted "amount" to double then used .ToString("c") : (System.Convert.ToDouble(rows[0]["amount"])).ToString("c") which gave me exactly what i what the amount...
  5. budjo

    unable to see win2003 on browse list

    hello ..i know there was a topic around with the same problem .. but after reading it .. it didn't give any solution .. i can connect to the server , i can see its resources .. I just can't see the server on the network places .. even if I used the server itself and browse to network places...
  6. budjo

    clean up network places

    hello guys ..just wondering how do you remove old workgroup from network neighborhood on win98 and network places on windows 2000 ?? we recently change servers .. from nt to 2003 , and with this we change workgroup names of all win98 clients .. but the problem when you expand network...
  7. budjo

    how to make a class (form) a variable

    I see .. so the only way is to use interface .. I have to review how to use interface ..thanks .. hopefully i can make it work thanks again
  8. budjo

    how to make a class (form) a variable

    my situation is this .. i have a item class , an entry form where you can add item , select category , subcategory etc .. selecting a category will call lookup form (modal) form which contains all the pre-define category (which was added using a form) , the code to pass the selected category...
  9. budjo

    having progress bar while sql script gathers data

    tnx for the reply .. but dalchri ..I used a stored procedure to get the records .. and a SQLDataReader to read the records as a result of a ExecuteReader command ... can it still be possible ??
  10. budjo

    having progress bar while sql script gathers data

    hello .. i have a problem .. I want to retrive data from a MS SQL server using stored procedure .. but the data is taking a long time to be fetched .. and on my program the program seems to hang waiting for the records to be returned back .. is there a way for c# to run some other process like...
  11. budjo

    returning data from a lookup table form

    hello ..i tried to search for the answer using the search function but all im getting is how to pass data to new created form , my problem is this . I have a Form where I use to enter Item Details .. Item Details includes a field of "BRAND" , I have created a lookup table form where when the...
  12. budjo

    Extra trailing spaces from MSSQL

    i see ..tnx man .. highly appreciated ..will do that .. God Bless ..
  13. budjo

    Extra trailing spaces from MSSQL

    hello .. I have a database running on MS SQL 2000 , im loading data into a dropdown list , or a datagrid .. using sqldataapater with the following sql command : "select * from category" catcode = int 4 - primary code catdesc = char 100 once loaded on a datagrid or combo box , ive noticed i...
  14. budjo

    Implementing NAT

    i started the wizard again ... I choose NAT for the first screen .. then im given a screen where i should choose one of my lan cards .. so which one should i choose ??? when I try to choose one .. the wizard summary report informs me that all my clients will be given IP ranges from 192.168.0.0...
  15. budjo

    Implementing NAT

    thats the problem.. i dont know how to configure NAT , i was able to run NAT wizard .. but didn't know which option to choose for my situation ... can you kinda make it a little bit clearer ??? thanks ..
  16. budjo

    Implementing NAT

    hello .. im kinda new on this networking stuff ... here goes i Have a windows 2003 server up and running .. with a domain TECH.com , DNS is also setup as well as DHCP. this server has 2 lan cards ... LAN - A , LAN - B , LAN - A : 192.168.0.100 is connected to a linksys router. The linksys...
  17. budjo

    C# relational dataset

    Hi, i have two tables .. they are supposed to be related by a Columnid = ContractorID here's the structure: Gloves Contractor GloveID ContractorID ContractorID ContractorName GloveDesc *using MYSQL -- Im using windows form, i can easily add new records , with a...
  18. budjo

    How to use progressbar with SQL passthrough statements

    thanks for the reply guys .. I tried using asysnchronous functions but it seems its not working in vfp8, i have already set sqlsetprop(hndl,asynchoronous,.t.) but after i execute my sql statement , my app just freezes there and waits for the mysql server to process my request and return the...
  19. budjo

    How to use progressbar with SQL passthrough statements

    im using mysql as my remote database source .. i have form .. with an active x progress bar (olecontrol1) which i got from the built - in active x controls ... im using sqlexec to pass the sql statement i made... i need help on how to update my progress bar while my sql statement executes...

Part and Inventory Search

Back
Top