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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Gianricus

  1. Gianricus

    await the secondary form close.

    ok, it's perfect. Thanks Gian
  2. Gianricus

    await the secondary form close.

    Hi, in my app when user find order, i open a Find-Form. User select the "customer name" from a combo, insert a number order from this form etc. When user close the Find-form return a param for filter Order table. I create a one sub in my mainform that open the FindForm, but i want await that...
  3. Gianricus

    System Permission in a folder

    Thanks for your help. Gian
  4. Gianricus

    System Permission in a folder

    Hi, In my app when the user save create in our server one folder(Name of order) and 5 subfolder (Sales/Eng/Purch/Prod/Acq) . When App create the subfolder i want apply the permission, simple permission. (My User Group Sales is Read/Write in the forlder Sales etc.) What i can apply the...
  5. Gianricus

    scheduling task

    No, i don't change my password and i don't set the expiry policy. I don't know, in my network wiyh win xp pro this problem is present. Thanks
  6. Gianricus

    scheduling task

    hi, i have a big problem. In my pc i had shedule an application. that start any day. For 10-15 days the task scheduled start and is all ok, but later the task don't start for this error: "Incorrect password" Anyone have this problem? Bye
  7. Gianricus

    VB & BAAN 4 with sql

    Hi, nobody have write with VB6 into BAAN IV(Db SQL SERVER 7)??? My problem is the hash(index) that i must write! Thanks & bye
  8. Gianricus

    Outlook Body Text

    ok, it's all ok, Bye & Tks
  9. Gianricus

    Outlook Body Text

    Hi, i have create one e-mail with this code: Dim olApp As Object Dim olItem As Object Dim olAttachments As Object Dim textbody as string Set olApp = CreateObject("Outlook.Application") Set olItem = olApp.CreateItem(olMailItem)...
  10. Gianricus

    Autosave in Excel 2000

    Hi , I've got a problem using EXCEL2000 : I put on the autosave flag and I change the settings(5 minutes, save all folder etc.) , then I save and close the file, when I re-open the file, the settings are lost. Why???? Thanks in advance Bye
  11. Gianricus

    Network Folder

    hi, I use usually dirlistbox for my app, but now i have one big problem! Exist one object similar with that i can view my network? With a Dirlistbox Object i don't view that. I want scan my folder & subfolder By & tks
  12. Gianricus

    SQLSERVER CONNECTION

    Hi, i want connect my app with sql server. i this app i use an access database, but i must connect one table from a administration sql database. For access connection i had create a INI file and i use an RDO conn. my INI file: ************* [DATABASE]...
  13. Gianricus

    Binary Data Type

    I use Access 97. I connect my Access Db with a SQL DB. I create one query(selection), but one field on sql DB is type Binary. I don't view the result in Access. It's possible convert the type from binary to...???? Tks. by
  14. Gianricus

    Set the permission folder

    I recive this error in this line of code: Set Sec = CreateObject("ADsSecurity") The ActiveX component don't create the object Why? How can use the adssecurity.dll? Where i can find that? Thanks
  15. Gianricus

    Set the permission folder

    Ok, i test it! Bye & thanks

Part and Inventory Search

Back
Top