Jump to content

rencarnacion

uniGUI Subscriber
  • Posts

    633
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by rencarnacion

  1. I try this code but I have problem with var flag what unit I must use in order to Use Flag in my form Thanks
  2. I'm New too but I have made the test with the Example that send us and I got the same error, when I call a form from another form that is not the main I always got the same error. I think that must be a better way to do it than I'm doing. The way I can avoid this error is to put the queries in the Main Module doing like that It's work pretty good.
  3. Thanks, Your Example work because your calling a form from the main form, but If you call another form from another that it not main (AutoCreated, You can't send any paramter to the caller form. try do it with a form that you call from the main form and then call another form and try to do it
  4. The was finding out about the thread, and I Notice that if you call a form from the mainform you can send back parameter, but if you call a form from another form that is not the mainform that Unigui autocreate You can't send parameters from the called form to the caller form. I think that must be a property or something like that in order to put the same properties to the other forms that aren't mainform. Thanks everybody for your help, But I hope to get the way to send parameter back from another form
  5. Thanks for you example. You example work good but when I try to use for example a DataSet doesn't work FrmSolicitud.edtCodigoEmpleado.Text := QryBuscarEmpleado.FieldByName( 'maenomi').Value; FrmSolicitud.edtCodigoEmpleado.SetFocus; Close; Calling from this Form frmBuscaEmpleado.Show; The Other Problem is that is creating the caller form again I don't know why is a strange behavior I'm sending a screen shot. How is possible that you call a form and comeback it create it again.
  6. I try to do it like this but I got an error.
  7. Hello I having problem when I call Other form in order to make search and then return the value when the user make double click in the search grid. the error I got is Warning: Form must be shown after it is created: FrmSolicitud_1 the strange thing is that the seccond time it work good. Thanks for Your help
  8. Hello I'd like to know how I can get Parameter from another form that Use as search. For example I want to get the Employee Code in a form then I Just Call another form and make my search then how I can get the value when I click on a row of grid I send a Print Screen That Do exactly why I want to do. If someone have an example please send it. Thanks
  9. Have try does one http://www.vpsland.com/windows_vps.php and GoDaddy Windows VPS ? They are more cheap and have more feature than Xtraordinary Hosting .
  10. Hello Is there any way to use PNG images in Unigui Buttons, as I can see I just limited to use BMP Thanks
  11. How I can Know the Index of Parent when I Click a Child In Unigui Tree Thanks
  12. rencarnacion

    Hola...

    Buenas, Ronny Encarnación desde la República Dominicana y por supuesto Dominicano
  13. One Question Do you test It in Windows IIS Server, as I can see you are running as StandAlone application. I'd Like to Know if I can get the same Look and Feel running in IIS Thanks
  14. Could you tell us how did it ?
  15. Thanks, Could you send the tools to my email ronny.encarnacion@gmail.com thanks
  16. Hi, Could You send and Example how to print a report in Unigui because the documentation there isn't any information about it thanks
×
×
  • Create New...